Mercurial
diff mrjunejune/src/blog/my-seobeo-journey/index.md @ 169:295ac2e5ec00
[MrJuneJune] Created separate target for generating html from md.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 17:33:18 -0800 |
| parents | 1c446ab6f945 |
| children |
line wrap: on
line diff
--- a/mrjunejune/src/blog/my-seobeo-journey/index.md Mon Jan 19 16:29:02 2026 -0800 +++ b/mrjunejune/src/blog/my-seobeo-journey/index.md Mon Jan 19 17:33:18 2026 -0800 @@ -1,6 +1,11 @@ +--- +title: Creating Network Library in C +description: Building seobeo, a lightweight network library in C from scratch, exploring socket programming and web server development. +--- + # Creating Network Library in C -I’m so tired of modern web development. You want to spin up a simple web server, and suddenly you’re wrestling with a mountain of dependencies. Express, Fastify, whatever the flavor of the week is. They all promise simplicity, but dump a black hole of `node_modules` onto your machine. Have you ever actually looked inside? It’s insane. And all of them use React, Svelte, or whatever the current trend is for modern development. One time, I created a single React file using Bun and it had over 18k lines of JavaScript code lmao. And for what? To handle a simple HTTP request for a text file? +I'm so tired of modern web development. You want to spin up a simple web server, and suddenly you’re wrestling with a mountain of dependencies. Express, Fastify, whatever the flavor of the week is. They all promise simplicity, but dump a black hole of `node_modules` onto your machine. Have you ever actually looked inside? It’s insane. And all of them use React, Svelte, or whatever the current trend is for modern development. One time, I created a single React file using Bun and it had over 18k lines of JavaScript code lmao. And for what? To handle a simple HTTP request for a text file? <img src="/public/23k.png" />