Development

Development

API development using NodeJS and Express

How to develop API with NodeJS and Express? – Devstringx

Basic Installation & Requirements Node.js is an open-source, cross-platform, JavaScript runtime environment that allows developers to create all kinds of server-side tools and applications in JavaScript. Initiate Node Js app with npm init -y Express is the most popular Node.js web application framework...

Read more...
How to Create a local WordPress Website in Windows with XAMPP

How to Create a local WordPress Website in Windows with XAMPP?

Installation of  XAMPP and WordPress About WordPress: WordPress is a content management system (CMS) based on PHP and MySQL, which is usually used with MySQL or MariaDB servers but can also use the SQLite Database engine.  WordPress was released on May...

Read more...
ERP Software Development

How ERP Software Enhance your Business Productivity & Profits?

ERP (Enterprise Resource Planning) Every organization is divided into several departments based on functions. Administration, finance, marketing, sales, customer service, public relations, inventory, logistics, production, and HR, ERP software is not a simple but massive software architecture that integrates all the...

Read more...

RxJS-Subject: Enable Communication Between Components

RxJS Subject RxJS (Reactive Extensions for JavaScript) is a library for reactive programming using observables that makes it easier to compose asynchronous or callback-based code. A subject in RxJS is used for multicasting data. This means that data can be...

Read more...
Microservice Architecture

Microservice Architecture – Devstringx

Prior to Microservices architecture, Monolithic architecture was in practice in which all the software components are grouped together into a single package (code for different features remains on the same server). Microservice architecture is a design pattern for Service-Oriented Architecture...

Read more...