Database

10 articles in this category

Persistent Chat History with Database Design (Practical Example)
Database
7 min read

Persistent Chat History with Database Design (Practical Example)

This guide focuses on how persistent chat history works in a real system, how conversations, users, and messages are structured step by step in a way that keeps your application responsive, organized, and ready for real-world usage.

3/23/2026
ACID Compliance in Databases: A Deep Dive into Transaction Integrity
Backend
5 min read

ACID Compliance in Databases: A Deep Dive into Transaction Integrity

This article breaks down what ACID compliance is, why it matters, and how to implement it effectively in your database systems.

2/8/2025
I Analysed 20,000 Software Engineering Books on Amazon (Here’s what I discovered)
Database
12 min read

I Analysed 20,000 Software Engineering Books on Amazon (Here’s what I discovered)

Software engineering is a complex and rapidly evolving field that requires a solid understanding of programming languages, software architecture, and system design. To gain expertise in this field, many aspiring and experienced Software engineers turn to books as a source of knowledge and guidance. With so many books available on the market, it can be […]

4/3/2023
Top 5 GoLang Frameworks (2023)
Database
9 min read

Top 5 GoLang Frameworks (2023)

GoLang has gained significant adoption since released into the technology market by Google in 2007. According to the 2023 Stackoverflow survey, Golang became the 3rd most wanted and 8th most loved programming language in the software engineering industry. This increase in adoption makes Golang a must-learn for software engineers geared towards building innovative

11/3/2022
Laravel Many to Many Relationships with CRUD Example
Laravel
8 min read

Laravel Many to Many Relationships with CRUD Example

In this article, we had a detailed look at laravel many to many relationships and an application implementing the relationship to solve a problem.

3/8/2021
MongoDB Tutorial: The Ultimate Guide (2023)
Database
15 min read

MongoDB Tutorial: The Ultimate Guide (2023)

In this MongoDB tutorial, I will explore everything you need to know about MongoDB, from installation to creating your first collections and retrieving your document

2/22/2021