DPDonghyun Parkinsqemo.hashnode.dev·10h ago · 7 min readAn ERD MCP Server: AI Agents That Follow Your Naming StandardAI agents already write database schemas. Ask Claude or Cursor for a feature and the migration file comes back with tables, columns, and foreign keys — named however the model's training data leans th00
ARAngel Roseinrapidnative.hashnode.dev·1d ago · 7 min readBenchmarking Local Postgres for Supabase Devs: Docker vs. PGlite vs. tinbaseTable of contents Why local Postgres matters for Supabase devs The three contenders Test methodology Results Compatibility matrix When to pick which What's next Why local Postgres matters Eve00
WWendelinaboveinfranet.hashnode.dev·1d ago · 10 min readHow Inventory Systems Keep Stock Data Accurate Across Daily TransactionsInventory accuracy is often treated as an operations problem, but there is also a technical side to it. Every sale, purchase, return, transfer, damaged item, and manual adjustment changes the quantity00
CYchetan yadavinlevelupcareers.hashnode.dev·1d ago · 12 min readOCI DMS vs Manual Data Pump Migration: A Time and Risk ComparisonExecutive Summary Both OCI Database Migration (DMS) and a hand-run Data Pump migration move your data with the same underlying engine: Data Pump. If you only compare the data-movement time, they are r00
SPSahil Prasharindevwithsahil.hashnode.dev·1d ago · 17 min readModern Database Access: Prisma, Drizzle, and ORMs ExplainedI used to think the database was simply the place where application data goes. User signs up. Data goes into the database. User closes the app. Data stays there. Simple. But then I started building ap10
DSDoogal Simpsonindoogal.dev·1d ago · 5 min readHow YouTube Scales Watch History Using BigtableTL;DR: YouTube scales watch history for billions of users using Google Bigtable. Instead of running expensive SQL query sorts on the fly, they design a massive, sorted key-value store where the row ke00
DEDiwakar Exeintechspades.hashnode.dev·2d ago · 4 min readSecuring Sensitive Financial Records During Microsoft Azure Migration with Azure Data Migration Service Financial records require protection at every stage of a cloud migration. Customer information, transaction histories, account data, and other sensitive records must remain secure while databases move00
CFChris F Ainapplighter.hashnode.dev·1d ago · 7 min readBenchmarking Local Postgres for Supabase Devs: Docker vs. PGlite vs. tinbaseTable of contents Why local Postgres matters for Supabase devs The three contenders Test methodology Results Compatibility matrix When to pick which What's next Why local Postgres matters Eve00
UAUptime Architectinuptimearchitect.hashnode.dev·1d ago · 15 min readOracle Transparent Data Encryption: Prove the Datafile Is Unreadable"The data is encrypted at rest." Everyone says it. Almost nobody checks it. It goes in the compliance questionnaire, the auditor ticks the box, and the actual bytes on disk stay a mystery until the da00
V-VisuaLeaf - MongoDB Data Workspaceinvisualeaf.hashnode.dev·2d ago · 8 min readWhat Is a SQL Database Schema and How Do You Design One?Open a database for the first time, and you see tables, unfamiliar icons, and folders for columns, indexes, foreign keys, and constraints. Open a table, and rows appear. Switch to the diagram, and lin00