A Beginner's Guide to Hook Mechanism in Go 2 months ago 3 min read Go programming language What are Hooks?Hooks are a way to extend the functionality of an application by allowing developers to "hook" into certain events or actions that occur during the application's lifecycle. Hooks can be
Introduction to Apache Kafka: Theory 8 months ago 4 min read Kafka is a pub-sub distributed system consisting of servers and clients that communicate via a high-performance TCP network protocol.
Why Hitler's Swastika is not actually Swastika? 8 months ago 3 min read history “If you tell a big enough lie and tell it frequently enough, it will be believed.”—Adolf Hitler (1889-1945)
..%2F and Nginx a year ago 2 min read nginx Recently while playing with Nginx, I came across a thing. It is about 400 responses from Nginx when used ..%2F in URL.
Scale Kubernetes pods based on Azure Service Bus Queue using Keda a year ago 4 min read azurekubernetes KEDA can be used to autoscale pods by using different predefined scalers. In this post, we will learn with Azure service bus queue scaler.