Rilton

Rilton FranzoneSoftware Engineer

Understanding the protocols behind the Web through low-level socket programming

Jun 1, 2024

Curious about how the Web works? This post explains the basics by guiding you through building a simple static file server in C. You'll learn about the OSI model and key protocols like HTTP and TCP, all while getting hands-on with socket programming.

Implementing a Python List in C: an introduction to pointers and dynamic memory management

Sep 15, 2023

Let's dive into the fundamental concepts used by modern high-level languages to implement dynamic and multi-typed arrays.