"Hello, World!"
Load Balancing using YARP Reverse Proxy

Load Balancing using YARP Reverse Proxy

In this blog post, we will be using YARP (Yet Another Reverse
Read More
Scaling Reads with Single Leader Replication in MySQL

Scaling Reads with Single Leader Replication in MySQL

One of the reasons for replication is to increase read throughput. This
Read More
Readers don’t block writers, and writers don’t block readers

Readers don’t block writers, and writers don’t block readers

💡This blog post will explain how Multi-Version Concurrency Control (MVCC) works in
Read More
Ensuring Data Integrity with Write-Ahead Logging

Ensuring Data Integrity with Write-Ahead Logging

Write-ahead logging (WAL) is a technique used to maintain data integrity and
Read More
How PostgreSQL Stores Data onto Disk

How PostgreSQL Stores Data onto Disk

Have you ever wondered how a database actually stores data onto disk?
Read More
Time Complexity Analysis with Big O Notation

Time Complexity Analysis with Big O Notation

💡In this blog post, we will focus on understanding the math behind
Read More
Cost Function in Linear Regression

Cost Function in Linear Regression

A cost function is nothing but a measurement of how good or
Read More
Stemming and Lemmatization in Natural Language Processing

Stemming and Lemmatization in Natural Language Processing

Stemming and lemmatization are common text preprocessing techniques used in Natural Language
Read More
Underfitting vs. Overfitting

Underfitting vs. Overfitting

A common challenge in Machine Learning (ML) is underfitting and overfitting. These
Read More
Understanding Cosine Similarity

Understanding Cosine Similarity

Cosine similarity is used to measure how similar things are. Mathematically, it&
Read More
Detecting Outliers using the  Interquartile Range (IQR)

Detecting Outliers using the Interquartile Range (IQR)

Outliers are data points that are significantly distant from the other data
Read More
K-Nearest Neighbors (KNN) Algorithm for Supervised Machine Learning

K-Nearest Neighbors (KNN) Algorithm for Supervised Machine Learning

💡In this blog post we will focus on using the KNN algorithm
Read More
"Hello, World!" © 2025
Powered by Ghost