Database

9 articles in this category

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
Laravel One to Many relationships with CRUD example
Laravel
8 min read

Laravel One to Many relationships with CRUD example

Laravel One-to-Many relationships are used to define situations where one entity in our database is related to many entities of the same type in our database.

12/30/2020