<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>The Fundamentals on Blaž Škufca</title><link>https://blazskufca.com/categories/the-fundamentals/</link><description>Recent content in The Fundamentals on Blaž Škufca</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 21 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blazskufca.com/categories/the-fundamentals/index.xml" rel="self" type="application/rss+xml"/><item><title>The Fundamentals: Domain Name System</title><link>https://blazskufca.com/projects/domain-name-system/</link><pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate><guid>https://blazskufca.com/projects/domain-name-system/</guid><description>&lt;p&gt;Building a DNS server from scratch is a rite of passage for network engineers. It forces you to leave the comfort of text-based protocols like HTTP and JSON and dive into the world of bits, bytes, and packed binary structures.&lt;/p&gt;
&lt;p&gt;This project is a &lt;strong&gt;Go&lt;/strong&gt; implementation of a DNS server. We will implement the core of the Domain Name System protocol as defined in &lt;a href="https://datatracker.ietf.org/doc/html/rfc1035"&gt;&lt;code&gt;RFC 1035&lt;/code&gt;&lt;/a&gt;, handling everything from parsing raw UDP packets to constructing compliant responses.&lt;/p&gt;</description></item><item><title>The Fundamentals: Hypertext Transfer Protocol</title><link>https://blazskufca.com/projects/http-from-tcp/</link><pubDate>Tue, 20 Jan 2026 00:00:00 +0000</pubDate><guid>https://blazskufca.com/projects/http-from-tcp/</guid><description>&lt;p&gt;Building an HTTP server from scratch is one of those enlightening &amp;ldquo;wizard&amp;rdquo; moments in a developer&amp;rsquo;s journey. It demystifies the magic behind &lt;code&gt;fetch('google.com')&lt;/code&gt; and turns the abstract concept of &amp;ldquo;The Web&amp;rdquo; into concrete bytes and sockets.&lt;/p&gt;
&lt;p&gt;This project, &lt;a href="https://github.com/blazskufca/HTTP_from_TCP"&gt;HTTP from TCP&lt;/a&gt;, is a Python implementation of a concurrent &lt;code&gt;HTTP/1.1&lt;/code&gt; server. It implements the core of the &lt;a href="https://datatracker.ietf.org/doc/html/rfc9112"&gt;&lt;code&gt;HTTP/1.1 protocol&lt;/code&gt; (&lt;code&gt;RFC 9112&lt;/code&gt;)&lt;/a&gt; directly on top of TCP, handling everything from parsing raw bytes to managing concurrent connections and chunked transfer encoding.&lt;/p&gt;</description></item></channel></rss>