Notes
Field notes from
building.
Practical explanations, implementation details, and lessons carried out of real projects.
- 01
↗How Object Detection Models Work Internally
A clear, practical explanation of what happens inside modern object detection models.
- 02 ↗
Setting Up WebRTC in React (A Practical Guide)
A clean and practical approach to using WebRTC with React for real-time communication.
- 03
↗How I Set Up a TURN Server for Reliable WebRTC
When direct peer-to-peer fails, a properly configured TURN server keeps the call alive.
- 04 ↗
Object Detection with DINO using Hugging Face (Python)
A practical guide to running DINO object detection models using Hugging Face in Python.
- 05
↗Building an Agentic AI Todo App with Node.js and Local LLMs
A practical guide to building an autonomous, tool-calling AI system that manages a database using Express, MongoDB, and Ollama.