Hi! I'm Hamdan, a software engineer building whatever my mind tells me to.
This is my personal website where I showcase my projects and write about my
thoughts, experiences, and learnings (mostly related to computers).
My interests: OS, compilers, reading
about large scale systems, playing video games, and sometimes football.
I hate LinkedIn and Leetcode.
Projects
- HTTP Server from TCP: A low-level implementation of an HTTP server in javascript, using TCP sockets. ( github )
- Interpreter: A tree-walk interpreter written in Go for lox language. ( link | github )
- Static Site Generator: A static site generator written in Rust. This site is generated using it. ( github )