Rahul SinghforVoltry8bitstar.hashnode.net·Oct 26, 2020How to add progress for long-hanging operations using PythonThis is an upgrade story of a long-waiting program that shows nothing while progressing their success destination. But, It's 2020, we have now some cool packages which make our dumb operations into progress operations. yaspin Yaspin provides a fu...Discuss·16 likes·69 readsPython 3
Nicolas OliveiraforBruxo JSbruxo.hashnode.net·Dec 3, 2020How to install and use Handlebars with expressRequirements: node express nodemon Install $ yarn add express-handlebars Files: src ├── node_modules └── app.js In app.js create express server: const express = require('express'); const app = express(); const handlebars = require('express-ha...Discuss·11 likes·44 readshandlebars
Isiaka Lukmanfordellyson.hashnode.net·Oct 8, 2020Add Views to your Hapi.js project with VisionWhen creating web applications using backend frameworks like Express.js it's normal for developers to want to add views to their various projects and Hapi.js is not exempted, you can add views to your Hapi projects too in fact Hapi supports multiple ...Discuss·6 likes·172 readsNode.js
Vaibhav DewanganforVAIBZDE 》Vaibhav Dewangan's Blogvaibzde.hashnode.net·Jan 18, 2023#Day29 - Templating and Rendering in ExpressWelcome to Day 29 of our blogging series "Code, Blog, Repeat: A 50-Day Quest for Back-End Mastery"! Yesterday, we covered middlewares in Express, and today we're going to explore the world of templating and rendering. As we built our simple express s...DiscussCode, Blog, Repeat: A 50-Day Quest for Back-End MasteryExpress
Arash AroraforArash Aroraarasharora.hashnode.net·Jan 1, 2023Getting started with Node.jsNode.js is a JavaScript runtime that extends its capability to the server side. It is built on Chrome’s V8 JavaScript Engine. Node is an event-driven, non-blocking IO model. This means it's asynchronous and doesn't block itself for one request (but r...Discuss·1 like·108 readsNode.js
Ghulam Rabbani Ansariforghulamrabbanighulamrabbani883.hashnode.net·Jun 12, 2022How to use handlebars template engine in your nodeJs AppIntroduction Usually nodejs interact with client side using React, Angular. These technologies are mainly used for bigger projects. But what If we have to create small and simple project using nodeJs and ExpressJs. In order to solve this problem we ...Discuss·167 readsNode.js
Shubham UpretiforPseudo Nerdprogmatic99.hashnode.net·Nov 23, 2021🚩 Translations for open-event-frontend🧑🏫 Why is translation needed? The frontend-repo and server-repo powers FOSSASIA's eventyay, which is an event management system. A major portion of our customers resides in non-English speaking countries. So, it's important for us as part of U...Discuss·2 likes·171 readsJavaScript
Nicolas OliveiraforBruxo JSbruxo.hashnode.net·Dec 3, 2020How to install and use Handlebars with expressRequirements: node express nodemon Install $ yarn add express-handlebars Files: src ├── node_modules └── app.js In app.js create express server: const express = require('express'); const app = express(); const handlebars = require('express-ha...Discuss·11 likes·44 readshandlebars
Rahul SinghforVoltry8bitstar.hashnode.net·Oct 26, 2020How to add progress for long-hanging operations using PythonThis is an upgrade story of a long-waiting program that shows nothing while progressing their success destination. But, It's 2020, we have now some cool packages which make our dumb operations into progress operations. yaspin Yaspin provides a fu...Discuss·16 likes·69 readsPython 3
Isiaka Lukmanfordellyson.hashnode.net·Oct 8, 2020Add Views to your Hapi.js project with VisionWhen creating web applications using backend frameworks like Express.js it's normal for developers to want to add views to their various projects and Hapi.js is not exempted, you can add views to your Hapi projects too in fact Hapi supports multiple ...Discuss·6 likes·172 readsNode.js
Hakan YalıtekinforHakan Yalıtekinhakanyalitekin.hashnode.net·Jun 8, 2020C# ile PDF Oluşturma (Örnek fatura uygulaması)Merhabalar bu yazımda günlük hayatta olmazsa olmazlar arasında bulunan PDF’leri, C# ile Server side Handlebars template engine kullanarak nasıl oluşturabileceğimizden bahsedeceğim. Doğrudan örnek projeyi incelemek için GitHub linki. Kullanım alanları...Discusshandlebars
Danilo L.forDanilo L.danilo-cc.hashnode.net·May 5, 2020Editing Config Files - The Easy WayPhoto by Fatos Bytyqi on Unsplash Sometimes we need to deal with config files and that can become a little annoying if those files have a bunch of parameters and statements. Configfy is a NodeJS module to facilitate and organize when we face such sit...Discuss·131 readsDevops
Alexandre NedelecforAlexandre Nedelectechwatching.hashnode.net·Mar 10, 2019HTML templating in XamarinThere are often situations where you need to do some HTML templating and having a powerful HTML templating engine like Razor can be really helpful. What is nice is that you don't need to be in an ASP.NET context to use Razor templates, in fact you ca...Discuss·2 likesXamarin