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