ByMJ Michael-FastAPI + JWT/OAuth2 Authentication from Scratch: A Complete Guide FastAPI has become one of the most popular Python frameworks for building modern APIs. It is fast, developer-friendly,…FastAPIPython
ByMJ Michael-Build an AI Agent with Python + Ollama + FastAPI AI agents are the next evolution beyond simple chatbots. An agent doesn’t just answer questions – it decides…AI EngineeringFastAPIPython
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…FastAPIGolangPython
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…FastAPIGolangPython
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 EngineeringPython
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 ScienceGolangPythonRust
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…FastAPIPythonSQLAlchemy
ByMJ Michael-Database Locks Using SQLAlchemy in FastAPI FastAPI stands out for its asynchronous capabilities, speed, and seamless integration with tools like SQLAlchemy. However, when dealing…PostgreSQLPython
ByMJ Michael-Python Data Model: A Dive into Python’s Object-Oriented Magic Python is renowned for its simplicity and readability, but beneath its elegant surface lies a powerful and flexible…Python