
EventLens : Final version of Developer Analytics Platform
Bringing together Kafka, Kubernetes, observability, SDKs, and modern web technologies into one cohesive system.
Search for a command to run...

Bringing together Kafka, Kubernetes, observability, SDKs, and modern web technologies into one cohesive system.

Docker Compose is great until it isn't. Here's how I packaged the entire EventLens stack into a Helm chart — and what Kubernetes forced me to think about that Compose never did.

Visualizing metrics, queue pressure, worker throughput, and real-time system behavior while scaling an event ingestion architecture Introduction In the previous phase of this project, I transformed a

Exploring queues, batching, load balancing, and system bottlenecks while scaling an event ingestion architecture.

A step toward understanding systems under real load

A compact, type-safe React hook using Axios for client-side requests. Learn how it works, how to use it, extend it for retries, cancellation, and best

GitHub Repo: https://github.com/ydv-ankit/file-encryptor Features TEA Encryption/Decryption: Full implementation of the Tiny Encryption Algorithm File-based Operations: Encrypt and decrypt entire files Custom Key Support: Use your own key files (c...

In this blog, we're going to see how to dockerize a simple http server in nodejs and run it inside a docker container. Create a nodejs app initialize a node package npm init -y create a new file index.js and copy & paste following code const ...

As deployment is an important part of development and every developer should know how to make their application available to the outside world. In this blog, we're going to see how to create and deploy a nodejs http server to VPS. Create http server...