Projects
Ruku
A rust based tiny PaaS. Ruku allows you to do git push deployments to your own servers.
View Project
Cogman
Simple, efficient, distributed task runner for Golang backed by RabbitMQ and Redis.
View Project
Journey+
A journaling app for iOS.
View Project
Writing
Zero cost abstraction in Rust
Zero cost abstraction is a fancy term that simply means that adding high-level constructs like a newtype, type class or generics do not contribute to any runtime cost.
Read Post
Golang Concurrency And Workerpool: Part 1
Concurrency limiting worker pool. We deep dive into building a simple workerpool solution.
Read Post