I Built My Wife a Sales Tracker… She Went Back to Spreadsheets
It felt like a punch to the gut. My wife used the sales tracker app that I build for only […]
It felt like a punch to the gut. My wife used the sales tracker app that I build for only […]
There’s a common myth that writing software in C++ is very very hard. Take these two comments on my previous
“Why not just purchase any of the existing products on the market?” That was the question I got when I
I wasted a full day building a WhatsApp waitlist system… before realizing I could replace it in 10 minutes. Here’s
2 weeks ago I said that I’d build a SaaS app in C++ in 2 weeks. It’s an app for
2 weeks ago I had completely different plan. I was building a C++ saas framework. Something I could launch multiple
Last October, I declared that I wouldn’t be building my SaaS app in public. Since then, I’ve been posting videos
SQLite has gotten so good, that companies like 37signals are now using it in real apps in production. I want
Drogon doesn’t have database migrations, so I built one. Before I show you how it works, though, let’s address the
Drogon ships with a login example… that uses MD5 password hashing on a single hardcoded user account. MD5? In 2026?