Knowledge base to get ready for the future

Routing and Navigation in Angular

In the changing world of web development, user experience is everything. Gone are the days of static web pages; today's users expect dynamic, interactive applications. Angular, a powerful front-end framework, empowers developers to create seamless and engaging web...

How to import JSON data to MongoDB

NoSQL database adoption is a key aspect of the Digital Transformation journey for businesses. NoSQL databases store application data in schema less flexible format. As most of the data is still stored in the Relational Database and sometimes there is a need to import...

How to Write Automation Test Scripts using Selenium.

Selenium testing tool is one of the essential automation testing tools for web applications or websites. So, it is quite efficient for us to learn the right process to code and write the selenium test scripts. In this blog, we are going to see how to write selenium...

BPMN – Process Automation & Orchestration

The Concept of workflow has its early roots in industrialization and was introduced to increase the efficiency highly in manual and semi-automatic processes. Today many industries have extensive set of processes, interdependencies, legacy systems, lot of manual...

Building Progressive Web App (PWA) using Angular

A progressive web application is a type of application software delivered through theweb, built using common web technologies including HTML, CSS, and JavaScript. Itis intended to work on any platform that uses a standards-compliant browser.In this blog, we will use...

Clustering Algorithms

What is Clustering? It is basically a type of unsupervised machine learning method. An unsupervised learning method is a method in which we draw references from datasets consisting of input data without labelled responses. Data clustering is an effective method for...