Mar 19, 26 android productivity invoice I Built an Android App Because Android Kept Deleting My Clipboard The story behind CopyDuo - a clipboard history manager I built after losing one too many copied texts. And why building it was harder than I expected.
Mar 13, 26 flutter opensource invoice I Built a Free, Offline Invoice App with Flutter How I built Invoiso — a fully offline, open-source desktop invoice app for Windows and Linux
Dec 29, 25 python postgres postgresql PostgreSQL CRUD App with Python & Neon PostgreSQL CRUD App with Python & Neon | Build a Clean Backend (No Local DB!)
Aug 29, 25 cpp c++ design pattern Observer Design Pattern Observer Design Pattern in C++ Explained with Examples
Aug 26, 25 cpp c++ design pattern Adapter Design Pattern Adapter Design Pattern in C++ with Media Player Example
Aug 26, 25 cpp c++ design pattern Prototype Design Pattern Prototype Design Pattern in C++: A Complete Guide with Examples
Aug 11, 25 cpp c++ list Mastering std::list in C++ A complete guide to std::list in C++ with detailed examples, functionalities, and performance notes.
Aug 10, 25 cpp c++ set Mastering std::set in C++ A complete guide to std::set in C++ with detailed examples, functionalities, and performance notes.
Aug 9, 25 cpp c++ pair std::pair and std::tuple in C++ Mastering std::pair and std::tuple in C++ – Complete Guide with Examples