hello! i'm muki and i'm a computer engineer from seattle. this website is mostly just a personal library where i just put things i find interesting.
i'm currently working as a software engineer at lightpanda where i work on a headless browser for ai and automation workflows. my day to day is in zig with some c++ when interfacing with v8.
you can contact me at muki@[this_domain].
historically,
- i worked at pyro where i was a systems software engineer writing rust, zig and nix on a daily basis.
- i led the flight computer team at huskysat, the university of washington cubesat team.
- i built and sold a motorsports race management product.
- i interned at amazon twice working on the amazon approvals team.
posts
- 2025-07-23 / Statically Analyzing SQL: Introduction
- 2024-10-24 / Writing an Async Runtime
demos
- truffle: a static analyzer and type checker for SQL.
projects
- zzz: a (mostly) HTTP/1.1 compliant web framework, written in Zig.
- tardy: an asynchronous runtime for writing services and applications, written in Zig. async i/o support using io_uring, epoll and poll. coroutine support for x86_64 (sysv + windows) and aarch64.
- iguana: a library for building Zig projects with Nix.