Blog - Dmitrii Kislin

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.

Read More…


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.

Read More…


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

Read More…


First guides

Published: 07/09/25 Wed

I added two new pages in Guides section

Read More…


Archive