Building bits, bytes, and better worlds.

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

Latest Writing

21 posts
01

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
02

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
03

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

CS CoreSystem-DesignKafka
04

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

Software DevDesign-Patterns
05

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
06

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
08

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
09

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
11

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
12

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
13

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
14

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
15

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
21

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