OpenAPI Documentation (Swagger 2.0)

Open API Specification (OAS) Swagger 2.0 is a full package for RESTful API Documentation. It defines a standard, language-agnostic interface for RESTful API Documentation. The Swagger documentation is defined for Consumer, to understand the capabilities of the services and interact with minimum efforts from client-side and without any client implementation. In this post, we will … More OpenAPI Documentation (Swagger 2.0)

Electron JS

Electron JS Application is a full package Node JS Desktop Application. Electron is a library which can be used to create Desktop Applications using JavaScript, HTML and CSS. Electron works with NodeJS for native App Development which reduces the dependency of different desktop application development languages over different Operating Systems. Electron enables you to write … More Electron JS