Logo
Login
Tech Posts 31382
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
Iris Species Classification Using Random Forest in Python
0
How AI is Transforming Ethical Hacking and Cybersecurity
0
Huella animal
0
🚀 Here’s Why This Expert Predicts $BTC Will Hit $137,000 Soon
0
How To Deploy a React + Vite Application with cPanel Shared Hosting
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0