Node.js Commands

Posted Posted in Engineering

Node.js is a server framework/runtime used to run JavaScript applications on Google Chrome’s JavaScript V8 Engine. The framework runs JavaScript applications on a server, basically, you get JavaScript on the backend. It’s free, open source and runs on various platforms  (Windows, Linux, Unix, Mac […]

Git Commands

Posted Posted in Engineering

Knowledge of version control systems are a mandatory skill set for developers. Git is among the most popular. It is a is a free and open source distributed version control system designed to handle any size software development project, however, it can […]