SquirrellyJS - "Powerful, lightweight, pluggable JS template engine". I'm always interested in new templating laguages, this one looks pretty interesting. One day when I have the main features if my static site generator complete I'll write some renderers for other templating engines. Currently it only supports EJS, it's good to keep it simple while I build iut the main features. squirrelly.js.org #
2024/07/05 #
-
-
How to Perform Data Validation in Node.js - Validation is one of the most crucial pieces when you are writting node servers, especially REST APIs. I've used several libraries over the years, including Joi and validator. blog.appsignal.com #