BACKGROUND In this article, I am going to share my experience with mini-server preparation. Actually, this whole job I have carried out as my hobby

This is a much-required process while we develop spring boot applications. We do changes continuously and want to see the result at the same time
Accessing a remote system with a hostname is a bit tricky in windows 10. I went on forgetting after it is done, so writing it
Scala3 is trending and it’s a significant upgrade from scala2. In this article, I am going to write a short introduction to what actually does
The term Design Pattern is a buzzword in the software development world. Actually, we can develop software even without a design pattern, but software development
As the title clearly says, creating bootable USB in the Ubuntu system is a bit challenging as compared to the Windows system. Windows system provided

As the title says, this recipe is focused on creating a multipurpose jar file, where a single jar file can be used for multiple requirements.
Today, I am going to share my experience on the LED Strips programming using Arduino. It will be fantastic to decorate on Christmas nights, which
Arduino is a simple, programmable micro-controller. In this article, I am gonna write some tips which make programming with Arduino more simple. 1) Installation The
For windows system, is there any possibilities of creating a packaged installer like DEB in Ubuntu system? I have carried out some research and studies