VVaruninvarunvf.hashnode.dev·May 24 · 4 min readExpect the Unexpected in C++C++ today is much more than just "C with classes", and there are many new modern features that developers can take advantage of to make their code more type safe and memory safe. One of these features00
VVaruninvarunvf.hashnode.dev·May 14 · 11 min readIs Python Really That Slow?Recently, I was working on a project in Python that deals with different painting/image manipulation applications and their file formats, such as Clip Studio Paint, GIMP, and more. While working on su00