Blog posts


Implementing a Docker like sandbox in Linux, from scratch!

A guide to help understand how the linux primitives can be used to isolate processes and resources

2022-09

`template` and `auto` type deduction in C++

Summary and examples of what the types of templates actually deduce to when dealing with pointers, const modifiers and references.

2021-11