ByMJ Michael- AI Loop Engineering with Python: Building Reliable Agentic Systems with FastAPI and Ollama AI Loop Engineering with Python is the practice of designing, implementing, and controlling iterative AI systems that can… AI FastAPI Python
ByMJ Michael- ClickHouse with Examples in FastAPI and Golang: A Practical Guide for High-Performance Analytics If you’re building an application that needs to crunch millions of rows in milliseconds (think analytics dashboards, event… FastAPI Golang Python
ByMJ Michael- Keycloak: The Complete Guide to Open-Source Identity and Access Management (with FastAPI & Golang Examples) If you’ve ever built a web application, you know that authentication and authorization are two of the hardest… FastAPI Golang Python
ByMJ Michael- From NLP to LLMs: The Complete Journey Through Language AI The journey from NLP to LLMs is one of the most fascinating stories in artificial intelligence. In just a few… AI Python
ByMJ Michael- Everything is an Object: Python’s Philosophy If you have spent any time learning Python, you may have heard experienced developers say something that sounds… Python
ByMJ Michael- Polyglot Microservices: The Definitive Guide to Building Production-Ready Services with Python, Go, and Rust Microservices architecture has become the de facto standard for building scalable, maintainable software systems. But most tutorials limit themselves to a single… FastAPI Golang Python Rust
ByMJ Michael- Hash Table Internals & Collision Strategies – A Deep Dive (Python, Go, Rust) Hash tables stand as one of the most fundamental and widely used data structures in all of computer… Computer Science Golang Python Rust
ByMJ Michael- Time/Space Tradeoffs in Production Systems: Theory, Practice, and Real-World Patterns In Go, Python and Rust In the landscape of modern software engineering, the interplay between time efficiency (often measured as runtime performance or… Computer Science Golang Python Rust
ByMJ Michael- Async SQLAlchemy Engine in FastAPI — The Guide If you’ve been building FastAPI applications, you probably already appreciate its async-first nature – making it a great choice for… FastAPI Python SQLAlchemy
ByMJ Michael- Stop the World PostgreSQL PostgreSQL is built to let lots of things happen at once: reads while writes are happening, multiple users… Python