When we talk about database performance in .NET, we often compare ORMs as if they were interchangeable. In practice, the API shape matters just as much as the implementation.
In this post, I benchmark NPoco and UkrGuru.Sql using BenchmarkDotNet, focusing on a very common task: reading a large table from SQL Server. The interesting part ...
🛑 Building data tables in B2B SaaS is the most tedious, soul-crushing task in full-stack engineering.
Every time you need a new dashboard view, your engineers do the exact same dance:
👎 1. Write 200 lines of TanStack Table frontend boilerplate.
👎 2. Manage useQuery state for pagination, sorting, and complex ...
Not all AI agents are created equal. After running autonomous agents in production for months, I've observed a clear spectrum of autonomy levels—and knowing where your agent sits on this spectrum determines everything from how you monitor it to how much you can trust it.
The agent fol...
🚨 If you are building a B2B SaaS, your biggest nightmare isn't downtime—it's a cross-tenant data leak.
Most tutorials teach you to handle multi-tenancy like this:
// ❌ The Junior Developer Approach
const dataThis article was originally published on Rails Designer
This article is taken from the book JavaScript for Rails Developers (use ONE-YEAR-OLD to get 25% discount 🥳). It is a book I published abou...
I'm on Blacksky. Every "Share to Bluesky" button I hit sends people to bsky.app — not where I actually am.
If you're on deck.blue, Langit, or any other AT Protocol client, those buttons don't work for you either. Same problem on the Fediverse — "Share to Mastodon" assumes you're on mastodo...