Install Node.js on macOS

Note: To make it easier to manage the Node.js versions you may have to work with, I recommend you use Node Version Manager. See details here! Node.js today is no stranger to people, it is a JavaScript runtime used to develop client and server applications.… Read More

Install H2 database

H2 database is an open source Java database. We often use the H2 database for testing purposes with its in-memory database feature. In addition, H2 database can also be installed to use as a normal database. In this tutorial, I will guide you how to… Read More