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 Timescale Solves Real-Time Analytics in Postgres

If real-time analytics performance is critical for the demanding application you’re building, this is the technical whitepaper you’ll be glad you read: Timescale Architecture for Real-Time Analyti...
21.04.2025 0 Read More

Mastering Database Consistency: Unlocking the 'C' in ACID with PostgreSQL

Mastering Database Consistency: Unlocking the 'C' in ACID with PostgreSQL
Introduction In the last article, I talked about atomicity in databases. As you know, I’m doing a deep-dive series on ACID in databases, and now it's time to tackle the C—Consistency.As a...
20.04.2025 0 Read More

Deploying a FastAPI + PostgreSQL App Using Google Cloud Run and Cloud SQL

Combining FastAPI with PostgreSQL gives you a powerful backend stack. When you deploy it on Google Cloud Run and use Cloud SQL as your managed database, you get scalability, security, and ease of main...
20.04.2025 0 Read More

Indexing in PostgreSQL: Pros, Cons, and Best Practices

Indexing is a fundamental feature in PostgreSQL that can significantly enhance query performance. However, while indexes can speed up data retrieval, they come with trade-offs. This article explores t...
21.04.2025 0 Read More

Spinning Up PostgreSQL with Docker Compose + Dashboard

Hello, database lovers! (I know that doesn’t really exist, but hey — I'm trying to break the ice here 🫠)I want to share a script to spin up PostgreSQL using docker-compose, which can be useful ...
21.04.2025 0 Read More

Deploy your Django app with Postgres DB to production using Docker and Nginx

Deploy your Django app with Postgres DB to production using Docker and Nginx
If you have came across this blog, Congrats!🥳, you are doing your best! Running a Django application on your local system is quite easy. It doesn't matter if you are a newbie or an skilled professi...
21.04.2025 0 Read More

Who Writes Faster: Mongo or Postgres? I Ran a 1M Record Experiment to Find Out

Who Writes Faster: Mongo or Postgres? I Ran a 1M Record Experiment to Find Out
🚀 I wanted to know: Which database inserts 1M records faster—MongoDB or PostgreSQL? So I built a benchmark pipeline from scratch—and the results surprised me. 💡 Why I Built This I'...
22.04.2025 0 Read More

Your Entire Tech Stack Could Be Postgres and a Docker Container

Most apps don't fail because the stack couldn't scale. They fail because the team burned out before the product found traction.Too many developers start by designing for scale they'll never hit - rack...
22.04.2025 0 Read More

Build and Deploy a Full Backend API with Next.js, Drizzle ORM and Neon (PostgreSQL) | Todofy App

Build a full-featured Backend API with Next.js App Router, Drizzle ORM, and Neon database ! In this step-by-step project, you’ll create a complete CRUD API for a Todo app, test it with Postman, writ...
23.04.2025 0 Read More

Postgresql soft-delete strategies: balancing data retention

Usually, when we work in applications where the capacity is needed to restore deleted records at certain point in time, such as messaging systems where the user may have deleted messages/attachments b...
23.04.2025 0 Read More
Loading...
#reading
Unlocking the Power of Blockchain Data with the Hedera Mirror Node Java Client
0
The Basics of Relational Databases: Primary Keys and Foreign Keys Explained
0
The Render Props Pattern in React: A Flexible Approach to Component Reusability
0
MongoDB optimistic update with versioned documents
0
How to Create a CI/CD Pipeline Using AWS Elastic Beanstalk
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