Stop Killing Your Database: 5 ActiveRecord Tips for Faster Rails Apps
In this article I share my journey with ActiveRecord. When I first started with Rails, I thought ActiveRecord was just “magic” to save data to the database. Aft...
In this article I share my journey with ActiveRecord. When I first started with Rails, I thought ActiveRecord was just “magic” to save data to the database. Aft...
Most database diagrams don’t survive the first sprint. SQL changes, Docker drifts, and the diagram becomes a lie. That’s why I built ForgeSQL. Features - Design...
Laravel Notifications – A Practical Guide Notifications look simple at first—until your app grows. You start by sending a quick email from a controller, but so...
Cloudflare Hyperdrive & Real‑Time Apps with PlanetScale Postgres Metal Cloudflare recently launched Hyperdrive, which provides efficient pooling and fast queri...
!Cover image for Building a PostgreSQL Parser in Go: What Broke After We Open-Sourced Ithttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,grav...
pg-typesafe pg-typesafe generates TypeScript types for PostgreSQL queries. It has no runtime dependencies and adds zero additional verbosity. ts const { rows }...
markdown !Cover image for GenosDB: Introducing Oplog-Driven Intelligent Delta Sync and Full-State Fallbackhttps://media2.dev.to/dynamic/image/width=1000,height=...
Exploring SQL Server Pages – The Smallest Unit of Data Storage In this article we’ll explore how SQL Server works with pages, the smallest unit of data storage...
Introduction PostgreSQL is a relational database management system used to store and manage structured data. When installed inside Windows Subsystem for Linux...
!Cover image for How I Would Set Up A Replica Set In MongoDB If I Was A Beginner.https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=aut...
Next.js Performance When You Have 200,000 Database Rows Most Next.js tutorials show you how to build a blog with 10 posts. Real‑world apps have hundreds of tho...
Every Laravel application sits on top of a database full of insights. How many users signed up this month? Which products are under‑performing? What’s the avera...