Building bits, bytes, and better worlds.

A digital garden exploring software engineering, system design, and the art of code.

Latest Writing

Builder Design Pattern

Builder pattern is extremely useful when you wish to incrementally build an object based on different criteria and you wish to keep your object highly configurable.

Software DevDesign-Patterns

Deploying ML models - Faster, Leaner & Scalable

A journey to make ML models faster, leaner and Scalable in production systems. In this article, we use Tensorflow Serving to reduce our deployment cost and at the same time improve performance astronomically.

MLDevOpsAPIs

Fundamentals of Kafka

In this Article, Let’s explore some fundamental concepts of Kafka which should help in making better System Design Decisions.

CS CoreSystem-DesignKafka

Factory Method Design Pattern

In this post, let's learn how and when to use one of the most heavily used - Factory Design Pattern

Software DevDesign-Patterns

Singleton Design Pattern

In this post, let's check out what is a Singleton design pattern, its uses and how can we implement it in Java Springboot

Software DevDesign-Patterns

Tailwind CSS 3 - What's Fresh?!

Let's discuss the new tailwind CSS v3 and all the new shenanigans it comes along with. And why you should abandon your current CSS processor and jump on Tailwind Bandwagon!

Web DevDev ToolsTailwindCSS

Kubernetes Secrets Best Practices

Storing sensitive information in a microservice containerized architecture is a challenging task. Let's discuss some of the practices and ways how you can do so

DevOpsSystem-DesignKubernetes

Nuxt2 vs Nuxt3 - What's new?

Nuxt3 is here with all its shenanigans. In this post let's explore its advantages over the older version and also discuss the migration strategy

Web DevNuxtJS

Linux commands to make you a CLI Wizard

In this post, let's take a look at some of the non-mainstream commands, that will help you boost your productivity on the Linux command line

Dev ToolsProductivityOSLinux

NuxtJS state management with Vuex

A guide to setup your NuxtJS project the right way. We'll make certain configurations to improve performance and also make changes to make our life more pleasant

Web DevNuxtJSVuex

Essential Kubernetes that you should know

Let's discuss some basics of Kubernetes, the de facto container orchestration tool. It's a big topic, but you don't need to know everything, right! In this post, I'll discuss the basic Kubernetes that everyone should know.

DevOpsKubernetesDocker

Say Goodbye to Postman, Insomnia! Hi Thunder Client!

Let's discuss about the new API testing extension for VS Code. If your workflow involves basic API calls and you are forced to deal with overkill API testing apps such as Postman, this extension might be just for you

Dev ToolsAPIsTesting

WSL - Making Windows Harder to leave

Yeah, I know what I am saying. If someone would have told me this 2-3 years ago, I would have lambasted the sucker off his pants. But the more windows are adopting open source, the more I don't want to leave it.

InsightsOSWindows

Installing Docker on Linux Systems (Ubuntu)

Docker is an awesome tool for deploying your application to a different platform. In this article, let us install the Docker Community Edition on our local machines for testing this deployment

DevOpsDockerLinux