Nancy Chauhan

Nancy Chauhan @_nancychauhan

About: I like to solve problems. I am interested in algorithms, Backend dev, and DevOps.

Location:
India
Joined:
Apr 15, 2020

Nancy Chauhan
articles - 11 total

Load Balancing

We encounter load balancers every day. Even when you are reading this article, your requests flow...

Learn More 7 0Sep 28 '21

Enforcing Coding Best Practices using CI

High-performing teams usually ship faster, better, and often! Organizations irresepctive of their lev...

Learn More 13 4May 30 '21

Designing Idempotent APIs

Networks fail! Timeouts, outages, and routing problems are bound to happen at any time. It challenges...

Learn More 7 0May 14 '21

Top 10 Productive Hacks for Software Developers

Recently, I posted a tweet asking all the amazing software developers in my network to tell about the...

Learn More 7 0May 4 '21

Building a Prometheus Exporter

Prometheus is an open-source monitoring tool for collecting metrics from your application and infrast...

Learn More 13 4May 3 '21

Introduction to Message Queue: Build a newsletter app using Django, Celery, and RabbitMQ in 30 min

Messaging Queues are widely used in asynchronous systems. In a data-intensive application using queue...

Learn More 29 1Apr 28 '21

Faster Builds with Docker Caching

Recently was working around speeding up CI Build, which took time around 50 min. This post is about s...

Learn More 8 0May 20 '20

DNS Resolution

Recently was working around DNS and thought to put it here! Computers work with numbers. Computers t...

Learn More 5 3May 7 '20

Monitoring Java Web Apps using Prometheus and Grafana

Recently, I have been exploring ways to make systems as monitorable as possible, which means minimizi...

Learn More 9 0Apr 21 '20

Today I Learnt: Git Submodules

It often happens that while working on one project, you need to use another project from within it. F...

Learn More 1 0Apr 21 '20

Docker on mac vs Linux

🐳Docker is different on Mac and Linux systems. Docker directly leverages the kernel of the host syste...

Learn More 6 0Apr 21 '20