How URL Redirects Actually WorkI'll be sharing the process of an URL Shortener development from scratch. In this post, I'll be adding the redirection feature when you request the original URL. The purpose of this project is learn hAug 27, 2026·4 min read
Claude Code From Scratch - Part 2In this second part of "Claude Code From Scratch", I continue my exploration of how LLM APIs work by implementing an agent loop that supports multi-step tasks, tool calling, and tool integration withiMar 11, 2026·8 min read
Claude Code From Scratch - Part 1I'll be sharing my journey during the process of a Claude Code from scratch. In this first part, you will get a high-level sense of what LLMs are and why they’re useful. We'll set up access to an LLM Mar 7, 2026·6 min read
Step-by-Step Guide to Creating an HTTP Server in C# - Part 3In this post, I'll be sharing my journey of developing an HTTP Server from scratch. The focus of this post will be to integrate a Dockerfile into the project. As I am currently learning about Docker, I aim to use containers in this project. About Doc...Jan 9, 2026·4 min read