Published onMay 6, 2024Enhancing Chat Application Architecture with Terraform and KubernetesContainerDockerKubernetesTerraformDevOpsThe migration of chat application server to Kubernetes cluster using Terraform.
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 onApril 1, 2024Understanding Database Indexing: A Deep Dive into NoSQL - Part 2SQLDatabaseIndexSummary of database indexing in NoSQL databases such as MongoDB and Cassandra. Discusses the differences between NoSQL and SQL indexing, and how indexing is implemented in MongoDB and Cassandra.
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