Vardan Hakobyanvardan.hashnode.dev·Oct 3, 2024Setting up Jest on Preact + Mobx +TypeScript + Pug environmentRecently I’ve been working on a codebase with the following stack — Preact, AngularJS (in the process of migrating to Preact), MobX, TypeScript and Pug. Yeah, this is not a codebase you will see every day, but in fact everything worked very smoothly ...DiscussPreact
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
Rahul Vishwakarmamanzilxf.hashnode.dev·Sep 12, 2023Let's Discuss about Pug?Pug is engine template for express & is used to render the dynamic files Pug is come with built in function in node js and if we got any problem in rendering then you have to download pug (npm i pug) Tell express which template engine we are gonna us...Discuss·1 likePug
Maciek Fitznermackfitz.hashnode.dev·Jul 21, 2023Particles & spiral patterns in CSS: part IThis week Codepen, known for its fun weekly coding challenges, rolled out one that made me drop everything and code, code, code. This week it's all about particles - i.e. large amounts of small, identical/similar objects, such as droplets of water, s...Discuss·1 like·100 readsParticles & spiral patternsCSS
Shajithhashnode.shajith.co.in·Dec 13, 2022Add Tailwind CSS to PUGWithout further ado, let's get started on adding it. I have a node.js application with a templating engine - Here currently I am using PUG. The first step is to install tailwind CSS, npm i tailwindcss The second step is to create a tailwind.config...Discuss·668 readsTailwind CSS
Kaiwalya KoparkarforElestioelestio.hashnode.dev·Nov 21, 2022How to Deploy NodeJs-express app with a static front-end in a pug on ElestioSo you made a static full stack frontend pug with nodejs backend application and want to deploy it to the cloud 🚀 You probably heard about Kubernetes (and all its complexity) or various options to deploy your apps like Heroku, Render Fly, or Railway...DiscussNode.js
Tadit Dashblog.taditdash.com·Oct 21, 2022Add Inline JavaScript and use Variables in PugBackground Recently, I started revamping my personal website and used an opensource template from Github - startbootstrap-freelancer. When I started, I saw an index.pug file inside the project that is driving the whole HTML. It was new and interestin...Discuss·1.2K readsPug