What is Lerna monorepo – Manage a monolithic repository containing multiple packages
| |

What is Lerna monorepo – Manage a monolithic repository containing multiple packages

What is monorepo or monolithic repository and why it is required? Developers who are working in javascript full-stack development, must be aware that they usually create two projects, one for client side and other for the backend side. It could be anything like Angular, React, Vue, Ember other for the…

Reorder data table rows using drag drop in angular

Angular Material includes a built-in drag-and-drop feature that simplifies the development process. With the introduction of DragDropModule in Angular versions 7 thru 16, developers can easily implement drag-and-drop functionality in Angular applications. In this article we will provide you information about Angular Drag and Drop Table Rows Example with Demo….

Change table columns order using drag drop in Angular

Angular Material provides an out-of-the-box drag-and-drop feature, allowing users to reorder table columns seamlessly. This powerful user interface feature is introduced through the DragDropModule in Angular versions 7 to 16. Angular Mat-table and column reordering I will teach you how to change column reordering to an angular material 9 mat-table….

Mobile Phone Brands with Country, Top Indian mobile brands to buy [2025]
|

Mobile Phone Brands with Country, Top Indian mobile brands to buy [2025]

The mobile phone industry has experienced remarkable expansion, significantly influencing our communication, work, and daily lives. In a landscape where numerous brands vie for consumer attention, this article offers an in-depth exploration of leading mobile phone brands worldwide. It focuses on outlining their distinctive features and how they contribute to…

|

SingPass authentication using Angular & Node.JS, Access MOM Data

What is Singpass authentication? Using SingPass/CorpPass user can login to the application and also retrieve the government data to fill the form automatically for KYC purpose. What is the role of Singpass? Singpass facilitates millions of personal and corporate transactions annually, covering a significant portion of the population aged 15…

Develop API using Node, Express, MongoDb and Mongoose – Example

Develop API using Node, Express, MongoDb and Mongoose – Example

For developers who are new or switching to the node based API. I’m going to development and show how to develop a REST API with CRUD create, read, update, and delete endpoints using Node.js, express.js and the very popular Mongoose object document modeler (ODM) to interact with MongoDB. Restful API – Representational State…