Posts for: #Systems

Backend Engineering from the first Principles

explores the importance of first-principles thinking in software engineering, emphasizing core backend fundamentals over fleeting frameworks or tools. It introduces a blog series that breaks down essential backend concepts, from HTTP and databases to scaling and observability, combining clear explanations with practical projects to help engineers build a strong, foundational understanding.

[Read more]

ft_nmap

A partial reimplementation of the nmap port scanner in C, focusing on understanding network scanning techniques, socket programming, and port detection.

[Read more]