{}switchcaselab.com
HomeBlogAbout

/blog / category

#internals

4 posts tagged internals.

All#internals4#ascii2#linux2#reference2#syscalls2#architecture1#assembly1#benchmark1#c++1#journey1#lowercase1#notice1#SIMD1#tool1#uppercase1#web-server1
  • May 26, 2026

    Writing a Web Server in assembly from scratch

    How hard is it to write a web server in pure assembly, using nothing but raw OS system calls? Sounds cool. In this post, I'm going to go through it and explain each step.

    17 min
  • May 20, 2026

    Linux system calls table for x86-64

    A searchable x86-64 Linux syscall table with syscall numbers, argument registers, man-page links, kernel entry points, and common flag values.

    1 min
  • May 13, 2026

    ASCII table reference with hex and extended

    ASCII table reference with hex and extended table. some quick notes about printable characters, control-code and etc.

    2 min
  • May 12, 2026

    How does switch-case work? A low-level look

    A low-level look at how switch-case compiles to assembly, why it's faster than if-else, and the jump-table trick behind the speed.

    6 min
switchcaselab.com · notes on programming & curious computing
RSSGitHub© 2026