Nothing here yet.
Nothing here yet.
Jul 31, 2025 · 2 min read · An OG Image, also known as an Open Graph Image, is one of the most underestimated, but incredibly important, parts of a modern website. In this era where AI-generated websites and frameworks like React dominate the frontend landscape, small but essen...
Join discussion
Jul 22, 2025 · 9 min read · Creating a basic HTTP server in C is a fantastic learning experience for anyone studying computer science or simply curious about how the web works under the hood. Through this project, you’ll explore core concepts like networking, TCP/IP protocols, ...
Join discussion
Jul 1, 2025 · 8 min read · We set up a basic Typescript Project. You can do it from scratch, but I have prepared a shell script that does that for me. Feel free to use, btw, this shell script, which I am using below to create the project, was created and documented in this blo...
Join discussion
Jun 22, 2025 · 5 min read · Authentication and Authorization are two words that sound simple at first, but quickly spiral into complexity once you try to implement them at scale. On the surface, spinning up a basic role-based auth system feels straightforward. There are endless...
Join discussion