Hi!

I’m Navin, a software engineer. I write about programming, technology, and life.

Posts

June 7, 2022

Immutability — Raw vs Smart Pointers

A note on immutability of raw and smart pointers in C++.

April 19, 2019

Playing around with OpenMP and C++ - Parallelizing for-loops

Optimizing a toy C++ library using OpenMP.

December 31, 2018

Dealing with endianness in C++

Handling binary data considering endianness.