A field guide to building software

The Knowledge Atlas

A map of ideas about software, systems, and building well.

18.5204° N   73.8567° E

Hub Topic cluster Connection Topography
Start hereBegin with the newest field note.Browse chronologySee every blog in sequence.

The complete index

All blogs

21 results

01
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.

Jan 22, 2025
02
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.

Jan 01, 2025
03
Fundamentals of Kafka

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

May 12, 2023
04
Factory Method Design Pattern

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

Jun 28, 2022
05
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

May 24, 2022
06
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!

Jan 15, 2022
07
Computer Networks Basics - Beginner's Guide

In this post, let's discuss some basic concepts of Computer Networks that every Software Engineer from any domain should know.

Jan 01, 2022
08
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

Jan 01, 2022
09
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

Dec 07, 2021
10
CKAD Guide: A Roadmap to Kubernetes Certification

In this post, let's look at a plausible pathway you could follow to achieve CKAD certification

Oct 15, 2021
11
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

Oct 03, 2021
12
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

Aug 04, 2021
13
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.

Jul 11, 2021
14
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

Jun 15, 2021
15
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.

May 23, 2021
16
Creating Navbar and Footer in NuxtJS with TailwindCSS

Let's create a Navbar and Footer in Nuxt or similar web frameworks using TailwindCSS. Also I'll show how to setup Tailwind in VueJS or NuxtJS application

May 16, 2021
17
Deploying a NuxtJS application to a Kubernetes Cluster in Cloud

This article showcases one of the possible ways to deploy your NuxtJS or any similar application on the Google Kubernetes platform

May 12, 2021
18
A NuxtJS Starter Project that you can actually use

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

May 04, 2021
19
An Exhaustive Guide for your Website's Tech Stack

Discussing about the various technologies that can be used to make your website

Apr 29, 2021
20
Personal Website - Forging your professional Identity

Reasons why you should spare some time from your "busy" schedule and building platforms to show your work

Apr 02, 2021
21
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

Mar 21, 2021