Category Software Development

Node.js Runtime Environment

Node.js is a runtime environment for the programming language JavaScript. It allows to run code from an OS, without the need of a browser. It is mandatory to use an application like Node.js for back-end functionality written in JavaScript, such…

Electron Framework

Electron is a framework to build cross-platform desktop application using web technologies. The main web technologies for developing in Electron are HTML, CSS and JavaScript. It also uses Node.js framework extensively. It is a free and open source software (FOSS)…

Software Versioning

Software versioning is the process of assigning version names or numbers to software. Software Version Assignment Some software assigns the version to the software automatically. Software created Visual Studio separates four numbers with dots. The meaning of each number is:…