Blog
¶Previews for images on the website
Published: 10/07/25 Tue
Noticed that it is kinda hard to look at the contents of the images cause they are too small and
decided to add a javascript plugin which will preview selected images.
So now we have beautiful zoom-in/out animations.
¶Empty base optimization in C++
Published: 09/03/25 Wed
Before continuing with smart pointers, I want to make a quick note on a particular C++ feature: Empty Base Optimization.
¶Article about RAII and unique_ptr in C++
Published: 08/23/25 Sat
Finally found time to write small article about RAII idiom and unique_ptr. It can be found there
