-
Jan, 14 2024
Optimize Slow Query Part 1 - Using the right index
Database indexes are easy and low hanging fruit for optimizing database performance. By adding the right index you can drastically improve your application queries performance. Unfortunately in many cases index are not used effectively causing many slow queries. So how can we optimize a slow query by building the right index? ... -
Jun, 07 2023
How to setup database connection on go project
Go is great and popular programming language. Capable of great performance, versatile and its simple syntax make Go is the default choice for many companies. Most of Go project will connect to the database in their codebase. So how do we setup database connection in Go project? -
May, 28 2023
Why i used Bridgetown to build my blog
Bridgetown is new contender in Jamstack platform. It was supposed to the successor of the already old Jekyll. The idea is bringing convenient platform like Jekyll but with more modern and robust environment. It combines the best experience of ruby, javascript and markdown together to create convenient blogging platform ...