Visual Studio Code aka VSCode extensions that every programmer needs to improve his or her productivity 10 folds. And make it a full fledge IDE.
Tag:
tools
-
-
Boost your productivity with these IntelliJ IDEA plugins. Every programmer should have these plugins.
-
memory monitoring tools in Java. You will need them when you want to see how well or worst your code is performing, or you really don’t know whats really going on in there.
-
In Java memory management, a Garbage collector is the process by which Java programs perform automatic memory management. This is a more complicated process than just garbage collecting and freeing up memory.
-
No more boilerplate code in Java. Use Lombok to make your code less cluttered and more readable. We will see the installation of Lombok in popular IDEs.