Testing Images in Blog Posts
Testing Different Types of Images Remote Image Here's a remote image from a URL: . [Remote test image](https://picsum...
cat 2024-03-16_Test-Images.mdls blog-posts
Testing Different Types of Images Remote Image Here's a remote image from a URL: . [Remote test image](https://picsum...
cat 2024-03-16_Test-Images.mdIn this post, we will try to understand the different factors which control the write operations in MongoDB. We will try to tie in the common concepts like checkpointing, journaling, replication that we hear so often in the context of write operations...
cat 2024-02-18_Demystifying-MongoDB-write-operations-dbac459c9d26.mdDevelopers who learn or start with Golang are taught to treat goroutines as a very cheap version of threads. The minimum cost of spawning a goroutine has been decreasing with different versions and is now currently at 2 kB for Golang 1...
cat 2023-09-17_Measuring-cost-of-spawning-Goroutines-4b0dab6f5bf7.mdThis article covers how to resolve python dependencies using Pythonβs Abstract Syntax Trees (AST). There are different and maybe better ways to understand the scope of your python dependencies...
cat 2023-06-30_Using-Python-AST-to-resolve-dependencies-c849bd184020.mdThis blog is the 2nd part of a blog post on how to write custom logic for your kubernetes objects. The first post can be found here [https://gsarmaonline...
cat 2023-06-02_Building-your-own-Kubernetes-webhook-575bf9712654.mdIn this post, we will be going over the fastest no-frills approach to getting your operator off the ground using kubebuilder. The post assumes knowledge of the following: Kubernetes and how it works Kubernetes custom resource definitions Kubernetes Operators and reconciliation loops Setting up a local cluster, I use kind for my k8s orchestration needs Golang The task is to create an operator that operates on a Kubernetes CRD TodoList...
cat 2023-05-27_Kubernetes-operators-using-Kubebuilder-7db99559120c.mdMost of the problems that people mention with their Kafka implementations is that they donβt have the complete visibility required over the configuration and the API usage. Having more visibility into the commonly required tweaks can allow admins and developers to use Kafka as comfortably as a MySQL or PostgreSQL cluster...
cat 2022-09-18_Implement-your-own-CDC-using-Kafka-5ca716634126.mdEach kafka topic defines the number of partitions and replication factors when itβs created. However, once a topic is created, the partition count cannot be changed without affecting the ordering guarantees of the kafka partitions since kafka uses the following formula to calculate which partition a record should go to: partition\_id = partition\_key % number of partitions Kafka partitions are the gateway to concurrency and scalability...
cat 2022-09-15_Migrating-Kafka-topics-without-downtime-f863819cfb3d.mdI was recently looking at a managed Kafka service and came across services like AWS MSK and Kafka on Confluent Cloud. While comparing these services, I saw that there were limitations on the number of partitions allowed in a cluster...
cat 2022-05-21_Kafka--KRaft-and-Storage-Tiers-b28850c4303a.mdMonarch is a planet-scale in-memory time series database developed by Google. It is mainly used by as a reliable monitoring system by most of Googleβs internal systems like Spanner, BigTable, Colossus, BlobStore...
cat 2021-05-20_Understanding-Monarch--Google-s-Planet-Scale-Monitoring-System-60e59b63ac0c.md