Skip to main content
Dublin Library

The Publishing Project

Tagged “Node”

--- desc: ---
Creating a Font Inspector

When working with custom fonts, especially variable fonts, it can be tedious to manually extract font metrics and generate the necessary CSS @font-face rules. A script that automates this process can...

Clean way to install NPM packages

One of my biggest frustrations in Node.js development is when your project works on your machine but breaks somewhere else. A common cause is package inconsistency between environments, even with a...

Solving Dependency Vulnerabilities With Overrides

One of the biggest pain in working with Node.js is dealing with dependency vulnerabilities that you can't fix because they are in a transitive dependency (a dependency of your direct dependencies)....

Link to Archive

See all tags.