漏 2026 Hashnode
Welcome to the wonderful world of C programming, where semicolons rule and memory leaks lurk in the shadows! Have you ever wanted to build your own AI assistant that doesn't spy on you, sell your data, or randomly burst into flames? Well, put on your...

You can find the github repo here In this article, we will build a single-threaded TCP server from scratch using Rust. We will explore the different kernel-level system calls involved in creating a TCP server. We won't use standard libraries like net...

Prerequisite - You should be familiar with how browsers and, the web work at the very least. This blog is written to teach what I learnt from my studies on network programming in C. Yeah, Simple server in C, right? 馃槄 . Of course, it is not simple, ...

In the intricate world of computer networks, sockets stand as the fundamental building blocks for communication between applications. Network programming with sockets delves into the art of creating these endpoints, enabling data exchange between pro...
