Home
About
Blog
Building Python Packages with C++ Extensions: A Complete Guide
Learn how to develop Python packages with C++ extensions using pybind11, CMake, and modern build tools. Complete project structure and setup guide.
Sep 13, 2025
User Authentication with FastAPI and Next.js
Learn how to build a robust authentication system using FastAPI backend with JWT tokens, bcrypt password hashing, and Next.js frontend with cookie-based session management.
Aug 7, 2025
Qdrant Hybrid Search Combined with SQL Query Results
Learn how to combine SQL pre-filtering with hybrid vector search in Qdrant to create targeted similarity queries with semantic understanding and keyword matching.
Apr 22, 2025
A Simple Next.js File Server
Learn how to build a simple Next.js file server with API key auth and deploy it using Docker.
Apr 5, 2025
A Simple Web App for Image Generation with Dall-E 3 using Go + HTMX
Build a single-page web app with Go and HTMX to generate multiple images concurrently with Dall-E 3.
Mar 23, 2025