Shubham Kumar

Shubham Kumar @schwiftycold

About: Senior Software Development Engineer (MTS) at GreyOrange.

Location:
India
Joined:
Aug 11, 2023

Shubham Kumar
articles - 17 total

Working on mulitple braches at once using git worktree

Working on multiple branches at once Git worktree enables you to have multiple working...

Learn More 0 0Mar 2

Displaying full content in rss.xml in Hugo

Create a new file at layouts/_default/rss.xml. You can define your rss.xml as per your liking. By...

Learn More 0 0Mar 2

Partials in Hugo

Partials and code reusability Hugo provides a nice mechanism to separate your components...

Learn More 1 0Mar 2

Tailwind support in Hugo

Expectations from this post With the version 0.128.0, Hugo started supporting Tailwind...

Learn More 1 0Mar 2

Upgrading Hugo to latest version on Debian based systems

There is a bad news for Ubuntu (or any Debian based OS) user if you have installed Hugo using apt....

Learn More 0 0Mar 2

Object pool design pattern in Java

What is it? The object pool design pattern exposes a manager to manage a pool of reusable...

Learn More 0 0Mar 2

Downloading a single file from 2 independent apps

Understanding the problem Let’s say you have a very large log file. And you want to create...

Learn More 0 0Mar 2

Reflection API in Java

Where is this used? This is used to analyze/modify the behaviour of a class at runtime....

Learn More 0 0Mar 2

Using Jmespath in Emacs

Introduction When you have a small JSON file, it is quite easy to look for what you want....

Learn More 0 0Feb 7 '24

Running PMML models in Erlang using NIF and CPP

Introduction Erlang is a great language for building concurrent systems that are...

Learn More 1 0Oct 15 '23

Running AI/ML predictions in CPP using cPMML library

Introduction PMML is a markup language to save your AI/ML model files so that you can use...

Learn More 0 0Oct 1 '23

Embedded Jetty server with handlers for legacy Java applications

Introduction Jetty is a very powerful yet lightweight Java library since ages that helps...

Learn More 0 0Sep 7 '23

Communication b/w Java (Maven) and Erlang (rebar3) using Jinterface

Introduction Jinterface is a way to make Java programs behave like Erlang nodes. This...

Learn More 0 0Aug 26 '23

Docker Desktop vs Colima on Mac M1 for working with VSCode dev containers

Introduction I am assuming that you have a basic understanding of docker and devcontainers...

Learn More 1 4Aug 18 '23

Inter-language communication between Erlang (rebar3) and Python using Erlport

When it comes to fault-tolerant systems, there are very few languages that can beat Erlang. While...

Learn More 0 0Aug 18 '23

Package Java JNI libraries in a JAR using Maven

Introduction If you are using a native library in Java, you can just load the dll or dylib...

Learn More 0 0Aug 20 '23

Configure Google Java Formatter with VSCode

Introduction Using the same code format is helpful while working on a team project. This...

Learn More 0 0Aug 20 '23