Development

Development

How to install Codeigniter 4

Install CodeIgniter 4 Project In LocalHost In Just 09 Steps – Devstringx

Installation of Codeigniter 4 Codeigniter 4 is the lightweight framework of PHP with small footprints. There is not too much configuration required to run. It is not required to use the command line in Codeigniter. Codeigniter 4 RequirementsPhp 7.2 (min) Extensions (*intl* [...]

Read more...
Android Google Maps API Integration

Android Google Maps API Integration

Android provides a facility to integrate Google maps in your application to display your current location, navigate location direction, search location etc. You can also customize Google maps according to your requirements.Click on https://console.developers.google.com/ for creating a project.   2. Enter [...]

Read more...
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 [...]

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 [...]

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 [...]

Read more...

RxJS-Subject: Enable Communication Between Components

RxJS SubjectRxJS (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 pushed [...]

Read more...