In this post, we will explore a variety of Golang packages and tools that can enhance your development experience and improve code quality.
Category: Database Technologies
Quick SQL Notes for Beginners
In this post, we'll cover some quick notes on SQL, including relational and non-relational databases, and various SQL queries and operators.
Understanding SQL Indexes and Their Impact on Performance
In this post, we'll discuss SQL indexes and their effects on query performance. Indexes can significantly improve the speed of your queries, but it's essential to understand how and when to use them effectively.
Dealing with SQL Queries in GoLang
In this post, I will share my notes on handling SQL queries in GoLang, especially complex queries. This is a work in progress, so I will continue to update my notes here.