- Software engineer
- Compiler Enthusiast
Almost everything other than my day job is open source, here you can see highlights of my cool projects, but for a complete list see my repositories.
- Loki: Compiler written in Rust for a simple language called Loki with type checker, type inference, multi file support, internal compiler bytecode and ... that generates native binaries.
- Editor: Experimental Text editor, Golang + Raylib
- Postchi: Simple HTTP client to be used instead of postman, insomnia, etc aims to be dev friendly and unix friendly.
- query_builder.rs: Safe, compile time query generator using proc macros in Rust
- dotfiles: personal configs for neovim, emacs, kitty, fish, zsh, ...
- Khadem Web server: Simple HTTP webserver written in both Rust and Zig livecoded on Youtube.
- gist.rs: Github gist CLI in Rust.
- Golobby/orm: Fast, type safe simple ORM for golang
- Golobby/config: Simple multi layer config loader for golang
- Golobby/container: Simple yet powerful approach to IOC container in golang