How to Build Interactive Code Playgrounds with Sandpack (2026 Edition)Recently it was announced that Sandpack will no longer be actively maintained. Not really great news to wake up to, but C'est la vie. I personally was introduced to Sandpack when going through the bloMar 18, 2026·6 min read·4
Building a Code Editor: The Journey Begins (Again)Another Side Project, Another Adventure For all the wrong reasons, I've decided to build my own code editor. Yes, I know what you're thinking—there are already dozens of excellent editors out there. VSCode exists. Sublime Text exists. Vim has been ar...Dec 14, 2025·4 min read·8
Electron vs Tauri for Embedded System Frontends: Which One Should You Choose?Building a frontend for an embedded system is a different game compared to building a desktop app for general users. You’re often working with limited hardware resources, tighter performance constraints, and the need for better security and reliabili...Nov 3, 2025·4 min read·17
Using Sqlite with Electron (Electron Forge)Guide to setup Sqlite with Electron so that it work in both Dev and ProductionOct 19, 2025·5 min read·188
PostgreSQL Basics: A Beginner's GuidePostgreSQL, often called Postgres, is one of the most powerful and popular open-source relational database management systems. Whether you're building a web application, managing business data, or learning database fundamentals, PostgreSQL is an exce...Feb 18, 2025·4 min read·4
Building Custom Linux with Yocto on Hetzner: With 9 StepsIntroduction Building a custom Linux distribution gives you complete control over your system's components, dependencies, and footprint. The Yocto Project is the industry-standard framework for creating tailored Linux distributions, and Hetzner provi...Oct 15, 2024·3 min read·30