Tutorials
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
19.9K+ articles
Node.js
3.0K+ articles
Dev Scripter 2024
776+ articles
Project
618+ articles
Dev Scripter
545+ articles
Web Development Projects
135+ articles
EJS-Templating Language
58+ articles
Node.js - Projects
45+ articles
Backend-Development
30+ articles
View Engine
60 posts
Recent Articles
Popular Articles
Why use View Engines with Express ?
Last Updated: 18 March 2024
Express.js is a popular and adaptable framework for developing web apps and APIs using Node.js. Its simplicity, versatility, and solid features make it a popular option am...
read more
Web Technologies
Picked
Node.js
Express.js
View Engine
How to Configure multiple View Engines in Express.js ?
Last Updated: 26 March 2024
View engines present in web application framework are basically the template engines that allow us to embed dynamic content into the web pages, render them on the server, ...
read more
Web Technologies
Picked
Node.js
Express.js
View Engine
Comments in Pug View Engine
Last Updated: 01 April 2024
Pug is a template engine for NodeJS and browsers to render dynamic reusable content. At compile time, the template engine compiles our Pug template code to HTML. Pug has m...
read more
Web Technologies
Picked
Node.js
PUG View Engine
View Engine
How to render JSON in EJS using Express.js ?
Last Updated: 20 March 2024
EJS (Embedded JavaScript) is a templating language that allows dynamic content generation in NodeJS applications. It allows us to embed JavaScript code directly into Our H...
read more
Web Technologies
Picked
Node.js
EJS-Templating Language
View Engine
How to Use Embedded JavaScript (EJS) as a Template Engine in Express JS ?
Last Updated: 13 March 2024
Embedded JavaScript (EJS) is a simple templating language that helps us to generate HTML markup with plain JavaScript. It's commonly used with Node.js to create dynamic we...
read more
Web Technologies
Picked
Node.js
Express.js
EJS-Templating Language
View Engine
How to use Attributes in Pug ?
Last Updated: 18 March 2024
Pug is a template engine for NodeJS and browsers to render dynamic reusable content. At compile time, the template engine compiles our Pug template code to HTML. Pug has m...
read more
Web Technologies
Picked
Node.js
PUG View Engine
View Engine
Conditionals in Pug View Engine
Last Updated: 18 March 2024
Pug supports JavaScript natively, hence using JavaScript expressions, we can format HTML code. This approach allows us to reuse static web pages which have dynamic data. A...
read more
Web Technologies
Picked
Node.js
PUG View Engine
View Engine
Dynamic HTML Using Handlebars JavaScript
Last Updated: 13 March 2024
The Dynamic HTML Using Handlebars JavaScript consists of creating the user interactive web pages by combining the HTML with the Handlebars templating engine. The Handlebar...
read more
Picked
HTML
View Engine
Server Side Rendering using Express.js And EJS Template Engine
Last Updated: 19 March 2024
Server-side rendering involves generating HTML on the server and sending it to the client, as opposed to generating it on the client side using JavaScript. This improves i...
read more
Web Technologies
Picked
Node.js
EJS-Templating Language
View Engine
Pagination using Node, Mongo, Express.js and EJS
Last Updated: 27 March 2024
In this article, we will dive into the process of implementing pagination in our web application using NodeJS, MongoDB, Express, and EJS for dynamic HTML rendering. Additi...
read more
Web Technologies
Picked
Node.js
Express.js
EJS-Templating Language
View Engine
Passing an object to Client in Node/Express.js with EJS Templating Engine
Last Updated: 02 April 2024
EJS stands for Embedded JavaScript. It is a templating language used to generate dynamic HTML pages with data from the server by embedding JavaScript code.This article pro...
read more
Web Technologies
Picked
Node.js
Express.js
EJS-Templating Language
View Engine
Datetime formatting / customization in EJS Template Engine
Last Updated: 22 March 2024
EJS stands for Embedded JavaScript. It is a template engine designed to be used with server-side JavaScript environments like NodeJS and to generate dynamic content on a w...
read more
Web Technologies
Picked
Node.js
EJS-Templating Language
View Engine
Elements in Pug View Engine
Last Updated: 27 March 2024
Pug is a template engine that works with JavaScript libraries and frameworks. It simplifies the process of writing HTML by reducing traditional HTML syntax. It uses indent...
read more
Web Technologies
Picked
Node.js
PUG View Engine
View Engine
Importance of View Engines in server-side rendering(SSR)
Last Updated: 02 April 2024
A view engine is a tool used in web development to create dynamic HTML content based on data from the server. It acts as a template processor that allows you to integrate ...
read more
Web Technologies
Picked
Node.js
EJS-Templating Language
View Engine
What is a View Engine ?
Last Updated: 19 April 2024
A view engine is a software component that allows the rendering of dynamic content onto a web page. It acts as a bridge between the server side and the client side. When t...
read more
Web Technologies
Picked
Node.js
View Engine
1
2
3
4
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !