Jenkins configuration with git via SSH

Jenkins

Add SSH certificate to Jenkins to pull repository from git server (example gitlab) Prerequisite : a) git must be installed on user’s computer b) jenkins must be running on user’s computer To achieve this we […]

Share Button

Form validation in NodeJS

Our Goals – • Create a HTML Form and before submit validate the data with EJS Template Assumption We already have a NodeJs project “myschool” in our working directory. If you don’t have the project […]

Share Button

HTML Form with EJS template in NodeJS

Our Goals – • Create a HTML Form and Submit data with EJS Template Assumption We already have a NodeJs project “myschool” in our working directory. If you don’t have the project then please create […]

Share Button

Array with EJS Template in NodeJS

Our Goals – • Sending Array to EJS Template Assumption We already have a NodeJs project “myschool” in our working directory. If you don’t have the project then please create it. We have discussed it […]

Share Button

NodeJS App with EJS Template

Our Goals – • Create a Simple Webpage with the help of NodeJS and EJS Template Assumption We already have a NodeJs project “myschool” in our working directory. If you don’t have the project then […]

Share Button