Category Software Development

Node.js Runtime Environment

Node.js is a runtime environment for the programming language JavaScript. It allows to run code within an OS, without the need of a browser. It is asynchronous and event-driven. It is mandatory to use an application like Node.js for back-end…

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:…

C++ Programming Language Ecosystem

This post is an introduction to the ecosystem of the C++ programming language. The term “ecosystem” is used here to refer to the programming language specification itself and other topics relevant to developers, like runtime environments and tools. It was…