Writing on software engineering, career, and personal experience

All of my long-form thoughts on programming, technology, career, and more, collected in chronological order.

PostgreSQL Database Indexing Introduction

When you’re building a REST API Service or Backend Service, you need to consider about Relational Database Management System (RDBMS) indexing. I wanted you to understand about the importance of database indexing and how it impact the system.