Jo Ann Sweeney
30 posts
“How I Stopped Burning Money in the Cloud: A Dev’s Guide to FinOps (Without the Finance Headache)”
Cloud cost breakdowns don’t have to break you. Here’s a beginner-friendly dev’s guide to FinOps—fun, practical, and a…
Blockchain for Charity and Non-Profits: Revolutionizing Social Impact through Transparency and Open Source Innovation
Abstract Blockchain technology, combined with NFTs and open source funding, is transforming how charitable organizations operate. This post…
Daily JavaScript Challenge #JS-110: Determine the Longest Chain of Consecutive Days Seen in Logs
Daily JavaScript Challenge: Determine the Longest Chain of Consecutive Days Seen in Logs Hey fellow developers! 👋 Welcome…
OpenSSH Server (Windows 11) : client_loop: send disconnect: Connection reset
Well, Based on the reply i found here, here i won’t be able to connect to microsoft account…
Building Your First WhatsApp Bot in Python: A Beginner’s Guide
Introduction Creating a WhatsApp bot might initially feel overwhelming, but with clear instructions, it transforms into an accessible…
Generative UI for product managers: A new frontier
Generative UI can create adaptive, user-focused interfaces. Learn its benefits, challenges, and steps to leverage it effectively. Read more »…
Power Automate – Impact Assessment
I’ve gone into detail about the assessments and review every Power Platform solution should go through, all but…
Tool call with local model using Ollama and AutoGen.Net
Ollama, starting from version 0.3.0, supports tool calls with popular models like llama 3.1 and mistral. This functionality…
16 Product Management Frameworks for Your Team to Use in 2024
Product development is a lot like building a house: you need a solid blueprint. And that’s why it’s…
Manipulating Elements
Changing Content innerHTML: Gets or sets the HTML content inside an element. element.innerHTML = 'New Content'; textContent: Gets…