📰 Dev.to · Charlie Tonneslan
3 articles · Updated every 3 hours · View all reads
All
Articles 88,433Blog Posts 108,028Tech Tutorials 21,941Research Papers 18,911News 14,555
⚡ AI Lessons

Dev.to · Charlie Tonneslan
4w ago
A pagination bug that returned zero rows, and the saturating add that fixes it
A live Cosmos RPC endpoint returned zero results for a query that obviously had rows. The cause was a uint64 overflow in the pagination loop. The fix is one of

Dev.to · Charlie Tonneslan
1mo ago
What it took to put six cities' affordable housing data on one map
I wanted to compare affordable housing per capita across NYC and San Francisco. Their open-data portals had other ideas. Six cities, one PostGIS schema, and the

Dev.to · Charlie Tonneslan
1mo ago
What I learned opening my first sixty open source pull requests
Twelve days ago my GitHub account had zero contributions on it. Today there are about sixty PRs across twenty-something repos. Here's what I got wrong, in the a
DeepCamp AI