Logo
Login
Tech Posts 31207
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.

Use Prisma and PostgresDB in a prevent ticket oversold example

Use Prisma and PostgresDB in a prevent ticket oversold example
This is a quick demo for using the PostgresDB’s isolationLevel to prevent ticket oversold. Full code can be found hereWe have this schema set up in schema.prisma: ⛶model User { id Int ...
12.03.2025 0 Read More

Understanding Atomicity: The First Pillar of ACID Transactions

Introduction If you've worked with relational databases, you've likely come across the term ACID—an acronym that ensures reliable database transactions. Each letter in ACID holds deep meani...
13.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

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
Loading...
#reading
"Quirky Cash: Transforming Offbeat Hobbies into Profitable Side Hustles"
0
How Samir Salih is Transforming the Mental Health Industry with Technology
0
Guía de Escenarios Comunes en el Examen AWS Certified AI Practitioner (AIF-C01)
0
Corporate Labyrinth
0
Sorumlulukların Ayrılması (SoC) Eylemde: UI, İş Mantığı ve Veri Katmanlarını Ayırma Sanatı (Katmanlı Mimari Örnekleri)
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