Working on multiple branches at once Git worktree enables you to have multiple working...
Create a new file at layouts/_default/rss.xml. You can define your rss.xml as per your liking. By...
Partials and code reusability Hugo provides a nice mechanism to separate your components...
Expectations from this post With the version 0.128.0, Hugo started supporting Tailwind...
There is a bad news for Ubuntu (or any Debian based OS) user if you have installed Hugo using apt....
What is it? The object pool design pattern exposes a manager to manage a pool of reusable...
Understanding the problem Let’s say you have a very large log file. And you want to create...
Where is this used? This is used to analyze/modify the behaviour of a class at runtime....
Introduction When you have a small JSON file, it is quite easy to look for what you want....
Introduction Erlang is a great language for building concurrent systems that are...
Introduction PMML is a markup language to save your AI/ML model files so that you can use...
Introduction Jetty is a very powerful yet lightweight Java library since ages that helps...
Introduction Jinterface is a way to make Java programs behave like Erlang nodes. This...
Introduction I am assuming that you have a basic understanding of docker and devcontainers...
When it comes to fault-tolerant systems, there are very few languages that can beat Erlang. While...
Introduction If you are using a native library in Java, you can just load the dll or dylib...
Introduction Using the same code format is helpful while working on a team project. This...