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