Published onApril 18, 2024Introduction to gRPCMySQLPostgresSQLDatabaseAn introduction to gRPC and protocol buffers. Discusses the benefits of gRPC over REST, and how to implement a simple gRPC service in Go.
Published onMarch 25, 2024Understanding Database Indexing: A Deep Dive into MySQL and PostgreSQL - Part 1MySQLPostgresSQLDatabaseSummary of database indexing in MySQL and Postgres
Published onFebruary 24, 2024How to convert Golang pgtype.UUID to stringGoPostgresConvert Golang pgtype.UUID to string easy way