Designed and developed a statically-typed programming language from scratch, building a
custom lexer, recursive descent parser, and AST-walking interpreter.
Engineered a robust type checker enforcing strict null-safety and implemented a highly
optimized, non-atomic reference-counting smart pointer.
Wrote a custom arena allocator to drastically reduce memory fragmentation and improve
allocation speeds.
Engineered a zero-cost, asynchronous I/O and networking framework in C++23 utilizing Linux's
io_uring to achieve high-throughput, non-blocking socket operations.
Architected a zero-allocation Future library using advanced template metaprogramming and
C++20 modules to enable seamless async pipeline composition.
Guaranteed strict memory safety and lock-free task cancellation by designing a custom
heap-detach pattern.
Developed a scalable full-stack messaging platform supporting global real-time chat, secure
JWT authentication, and optimized media handling via Cloudinary.
Engineered an event-driven Node.js backend using WebSockets for ultra-low-latency
communication.
0x02
0x03
Technical Stack
Languages
CC++GolangPythonJavaScriptTypeScriptJava
Systems
Memory ManagementMetaprogrammingLinux io_uringCompilersDistributed Systems