Logo
Login
Tech Posts 31214
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

How to seed million rows!!

https://medium.com/@vaitheeswaranlm/how-i-seeded-a-million-records-in-seconds-and-you-can-too-1a6b0cb3a461...
23.04.2025 0 Read More

I tried every open source database and found only one is useful

Okay, deep breaths. Let's talk databases. Seriously, how many open-source databases are there? Feels like hundreds! 🤯 And everyone has their favorite, their silver bullet. I got sucked in. I went d...
23.04.2025 0 Read More

Understanding Isolation in PostgreSQL: The “I” in ACID

In the previous article, we explored the Consistency aspect of ACID — the fundamental set of properties that define reliable database transactions. As part of this deep dive series on ACID, I’m us...
04.05.2025 0 Read More

PostgreSQL vs MySQL vs Redis: Choose Your Fighter

PostgreSQL vs MySQL vs Redis: Choose Your Fighter
The Ultimate Developer Showdown for Picking the Right Database (and Where to Host It Without Losing Sleep)So you’ve built a thing. Maybe it’s a humble blog, a chaotic real-time game, or a full-blo...
23.04.2025 0 Read More

MongoDB vs PostgreSQL: Which One Should You Choose?

MongoDB and PostgreSQL are two of the most popular open-source database systems available today. While they both store and manage data efficiently, they cater to different needs depending on their des...
24.04.2025 0 Read More

Multitenant app with dedicated databases for each tenant on Azure

When building a multitenant application, you have one app that serves many customers (also called tenants). But how do you store each tenant’s data?One common approach is to give each tenant their o...
24.04.2025 0 Read More

🚚 One-Time MySQL to PostgreSQL Migration with pgloader + Docker (Windows-Friendly)

Hey folks 👋 I’m Capwell, and I recently had to migrate a MySQL database to PostgreSQL. It wasn’t a continuous sync — just a one-time migration — so I needed a quick, clean way to do it.When...
24.04.2025 0 Read More

A PostgreSQL Database Replication Guide

A PostgreSQL Database Replication Guide
...
24.04.2025 0 Read More

Building a YouTube Channel Analytics Dashboard with Airflow, Spark, and Grafana

Building a YouTube Channel Analytics Dashboard with Airflow, Spark, and Grafana
Introduction In today's creator economy, YouTube content creators rely heavily on performance metrics to guide their content strategies. While YouTube's native analytics dashboard provides ba...
25.04.2025 0 Read More

Text-to-SQL: A Developer’s Zero-to-Hero Guide

TL;DR Build your own text-to-SQL system that translates natural language into database queries. This guide covers implementation approaches from rule-based to ML models, practical code examples, and p...
25.04.2025 0 Read More
Loading...
#reading
Ultimate Logging Guide for Node.js, Bun, and Next.js SSR in 2025
0
7 Modern CSS Techniques That Boost Website Performance
0
Control the Flow: Building Dynamic Workflows with Orkes Operators
0
Set Up a Web App in the Cloud using AWS and VsCode
0
Arborescence d’un projet PHP Symfony
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0