Hi, I'm Z'Laast.
And the rules dictate that I mention that I have a degree in
Electrical Engineering. Ooh aah.
To display my mighty unimpressiveness,
I have made this blog so that I may perform a show and tell of my various
coding
and
electronics
projects.
Recent
Building a Web Server # Iterative GET Server
Previously, your server served just one GET request before terminating. Now, you will modify it so that it can handle multiple GET requests sequentially.
Read Time: 8 min
Posted: February 20, 2026
assemblycodingpwn.college
Reference # Assembly
A plain-language reference for x86-64 assembly (mostly for me 😘)
Read Time: 30 min
Posted: February 19, 2026
assemblycoding
Building a Web Server # Dynamic Response
Now that your server can establish connections, it's time to learn how to send data.
Read Time: 8 min
Posted: February 4, 2026
assemblycodingpwn.college