Golang: Building a windows parental control app using wailsC# is one of my favorite languages; if you're building Windows apps, you're probably better off with C#, but I'm kind of rusty, and WinForms is old school now, so I've no choice but to use WPF 😔. TheMar 9, 2026·16 min read
Hitchhiker's guide to AI for beginnersThis will be more of an FAQ-style article, which is divergent from my regular content, but I wanted to write a guide for non-technical people or people unfamiliar with AI. You hear all these buzzwordsAug 25, 2025·12 min read
Engineering 101: Understanding bits and bytesIn my early years, when my age was still single digits, I was tearing apart electrical things like there’s no tomorrow. I was trying to understand how they tick. How do they work? Where do sounds and pictures come from on TV? What happens when this V...May 18, 2025·27 min read
Build a basic login system using DjangoMany know and love Django admin (myself included). The problem is that it can be somewhat rigid, and well, let's be honest looks like it’s from 2010. Nevertheless, in Django, it’s stupidly simple to implement your own auth by extending the framework’...Apr 14, 2025·11 min read
Demystifying the dark arts of AI Agents 🤖Everyone is talking about AI agents; how great they are, and how they'll replace developers. Both hold some truth, but there's no need for concern. I am not an AI expert, but for the last few years, I have worked with almost every model that exists f...Feb 10, 2025·14 min read
Tunnel Syndrome: AI's biggest weakness?As a developer, are you worried that AI is going to replace you? This is a valid concern, but let me put your mind at ease, chances are this is highly unlikely in 2025, or at any point in the near future. Why am I so confident?! AI Tunnel Syndrome is...Jan 13, 2025·8 min read
PostgreSQL for a rusty MySQL brainI come from a PHP background, hence why I prefer MySQL but when you dealing with Django and other Python projects, PostgreSQL seems to be the most popular and preferred DB server. I have used PostgreSQL now and then throughout my career, it just feel...Dec 12, 2024·6 min read