NashTech Insights

node

Posts by categories

Posts by tags

SELENIUM GRID WITH CONTINUOUS INTEGRATION

Hello readers, today we will learn about how to integrate a selenium grid with continuous integration for this blog we are going to take Jenkins in our scope. What is Continuous Integration Continuous Integration (CI) is a software development practice that involves automatically and regularly integrating code changes from multiple developers into a shared repository. …

SELENIUM GRID WITH CONTINUOUS INTEGRATION Read More »

Building a Node.js Server with the HTTP Module

Introduction: Node.js has revolutionized server-side JavaScript development, and the HTTP module is at the heart of creating web servers in Node.js. In this blog post, we’ll take you through building a basic Node.js server using the HTTP module. We’ll cover essential concepts, step-by-step implementation, handling routes, and serving static files. If you want to learn …

Building a Node.js Server with the HTTP Module Read More »