Vignesh Muthukumaran

Vignesh Muthukumaran @vigneshm243

About: Sits in front of a computer for 8 hours a day, to sit in front of a computer for 8 hours a night

Location:
Chennai, India
Joined:
Dec 8, 2021

Vignesh Muthukumaran
articles - 20 total

Bloom Filters and Cuckoo Filters

Probabilistic data structures are essential tools for efficiently answering questions like “Is this...

Learn More 0 0Jun 30

Building a RAG application using LangChain and LangSmith

Why RAG? LLMs have come a long way since their inception. However, one of the main...

Learn More 3 0Jul 21 '24

tmux 101

tmux is a terminal multiplexer. We can have multiple terminals inside a single terminal, which is...

Learn More 2 0Jul 17 '24

Setup a k3s Cluster at home quickly

I was setting up a new Fedora Server VM over the weekend and wanted to use it as a kubernetes cluster...

Learn More 1 0Jul 14 '24

Improving throughput and latency using Java Virtual Threads in Spring

One of the major changes that Java 21 brought about is Virtual threads. There is so much hype around...

Learn More 2 0Jun 30 '24

React refersher

React I recently decided to refresh my React skills, since it has been a very long time...

Learn More 1 0Jan 20 '24

Kafka, The What, Why and How?

What is Kafka? Created by LinkedIn, and was written in Java and Scala, Apache Kafka is a...

Learn More 0 0Nov 17 '23

How to solve any dynamic programming question?

So, let's start with a quote from Confucius. “Study the past if you would define the future.” -...

Learn More 1 0Nov 12 '23

Using Git 1

Git Git is a source control program. It can be used to, Version control (maintain all...

Learn More 0 0Aug 12 '23

VS Code Snippets

VS Code snippets is an easy way to create a template for recurring code blocks or front matter for...

Learn More 3 0Jul 30 '23

Reliable, Scalable and Maintainable Applications 1

As I started to go through the book Designing Data-Intensive Applications, I thought I would...

Learn More 1 0Jan 16 '23

Go Scrapper API

As I was exploring further about Go, I came across APIs in Go, which was very easy to build. So...

Learn More 4 0Jul 3 '22

Postman for API Automation and Testing

As I was exploring a way to automate testing of my APIs and chaining the response of previous request...

Learn More 4 0Jun 28 '22

Go Data Types, Structs, Slices

In the last article, we saw some of the very basic constructs of Go. Here, I am gonna go over basic...

Learn More 7 0Jun 23 '22

Go Basics

As I continue to explore Go for some side projects, I am familiarizing myself with some of the basic...

Learn More 9 2Jun 19 '22

Anatomy of a Go Program

I recently started learning Go after going through a lot of articles talking about all the awesome...

Learn More 115 12Jun 15 '22

JavaScript Refersher

JavaScript ES6 came out in 2015 and it's been quite a long time after that. I am just gonna walk...

Learn More 11 0May 4 '22

Linux Commands to boost productivity

I have been using the terminal for quite a long time. And few of these commands which I recently came...

Learn More 10 0May 4 '22

Linux Commands to boost productivity

Linux Commands to boost productivity I have been using the terminal for quite a long time....

Learn More 9 0Mar 29 '22

Java 8

One of the most commonly used versions of Java is Java 8 now. We will take a look at some of the...

Learn More 4 0Mar 14 '22