Nirmal Sankalananirmalsankalana.hashnode.dev·Sep 29, 2024A Comprehensive Guide to Using doT.jsdoT.js is a minimalistic yet powerful JavaScript templating engine designed for Node.js and browsers. Known for being extremely fast and concise, doT.js emphasizes performance, especially in environments like V8 and Node.js. It is a dependency-free l...Discuss·10 likesdot
Aditya Gadhaveadityag7678.hashnode.dev·Jul 15, 2024A Comprehensive Overview of Template EnginesWhat is a template engine? A template engine facilitates you to use static template files in your applications. At runtime, it replaces variables in a template file with actual values, and transforms the template into an HTML file sent to the clien...Discuss·1 likeHTML5
Madhav Dhobleydev-madhav.hashnode.dev·May 22, 2024EJS v/s React - The Template Battle!When building web apps, the choice between a template engine like EJS & JavaScript library like React can be complicated. Both offer ways to structure and deliver dynamic content, but they cater to different needs and development styles. In this blog...Discuss·8 likesReact
Amodamodmathapati.hashnode.dev·Apr 1, 2024EJS Made Easy: Creating Dynamic Web Pages with JavaScript.What is EJS? EJS is an tool that helps you build web pages with dynamic content. okay, Imagine you're making a website and you want to show different information to different users. EJS lets you do that easily by mixing regular HTML with bits of Java...Discuss·10 likesejs
mahdim--mdy--m.hashnode.dev·Dec 18, 2023Templating Engines in JavaScript: Pug, Handlebars (HBS), and EJSWeb development often involves generating HTML dynamically, and JavaScript templating engines make this task more manageable. Let's dive into three popular ones: Pug (formerly Jade), Handlebars (HBS), and Embedded JavaScript Templates (EJS). Pug Pug ...Discussejs
Dominika Wojewskawitchwrites.hashnode.dev·Oct 6, 2023What is Twig and how to start using itPrerequisites: PHP What is Twig? Twig is a widely used and popular template engine for PHP. It provides a flexible, efficient, and secure way to separate the presentation (HTML or other markup) from the application logic in PHP-based web applications...DiscussPHP
Kotta M.S.S.J.Manvithmanvithrockzz.hashnode.dev·Jul 11, 2023The Magic of Template Engines😍When you're building a backend application🥲 in Node.js and need to send HTML back to clients, then you must find a way to “mix-in” or interpolate the processed data into the HTML files you are sending. For simple "data interpolation and testing purp...Discuss·52 likestemplate-engine
Chris Kidchriskid.hashnode.dev·Jun 8, 2023Tangular: A Flexible Template EngineTemplate engines play a crucial role in separating presentation logic from data in web development. Total.js introduces Tangular, an impressive and feature-rich template engine that stands as a compelling alternative to well-known engines like Handle...Discuss·13 likes·71 readsNode.jsThis is so helpfull post for front-end developers 10
Akhand Pratap Singhchickisnak.hashnode.dev·Jun 3, 2023🌟 The Speed Advantage of React.js 🚀 Over Traditional Template Engines 🚴♂️Hey Hashnode community! 👋 I wanted to share my insights on why React.js outshines traditional template engines like EJS, Pug, and others when it comes to speed. Let's dive in! One of the key differentiators lies in how React and template engines han...Discuss·1 like·63 readsReact
Ashitosh SableforVelocity IIIT Dharwadvelocity-1679156379018.hashnode.dev·May 31, 2023Express.Js - Template EnginesWhile studying and exploring Node.js and Express, I came across Template Engines. While it's possible to create static websites from a server, there are a lot of limitations, including code duplication and a lack of flexibility, especially when it co...Discuss·133 readsMERN Stack