Tag
Dev
- Business
SaaS Subscription Architecture 101: Billing Done Properly
A clear, technical guide to structuring SaaS subscriptions, usage limits, and Stripe integration properly.
- Dev
One Year of Building SaaS Products
I didn't get better at programming, I got better at thinking in systems.
- Business
My Preferred Tech Stack in 2025
A fun, personal look at my 2025 tech stack — the tools, services, and frameworks I use to build my SaaS apps and run RevOps consulting.
- Dev
How to Sync 100K Records with a 120 API Calls/Min Rate Limit
Figuring out how to sync 100k records with HubSpot’s 120 calls/min rate limit. I walk through batching tricks, parallel processing, and error handling that cut sync time from 14 hours to under 2.
- Dev
How To Capture User Details with Magic Link Signup using AuthJs
With Magic Links you don’t get the typical OAuth flow where you can modify user data inside a callback. Here's how to do it anyway.
- Business
Product vs. Price in Stripe
Stripe is a super powerful platform for managing subscriptions and pricing, but it needs to be set up correctly to avoid headaches down the line.
- Dev
How to Restore PostgreSQL from a .dmp File
It’s a fairly straightforward process, but if you’ve never done it, it can be a bit daunting.
- Dev
How to Install Ubuntu on a Fresh PC Using a USB Stick and Set Up Remote SSH Access
This guide includes steps for connecting your PC to Wi-Fi and enabling SSH access for remote users. Initially made for my friend, but if anyone else finds it useful, so be it.
- Business
Conncord.com: Why I Created It and How I Continue To Work On It
Conncord is a HubSpot Discord integration. It syncs data between the two platforms in a deep, powerful way that didn't exist before.
- Dev
Integrating Discord with HubSpot for Your App
There's no native solution, but there is a way to do it gracefully. Here's how.