Marcus

Marcus is a fullstack JS developer. He’s passionate about the hapi framework for Node.js and loves to build web apps and APIs. Creator of Futureflix and the “learn hapi” learning path.


GitHub Actions — Clone Another Repository

GitHub Actions integrate automated workflows into a repository. We’re usually running the test suite of a given repository when pushing commits to a repository on GitHub. This tutorial shows you how to clone other repositories in your GitHub Actions workflows. {{outline}} Use Case: the Supercharge Website The Supercharge website …

Continue Reading

How to Generage a UUID in Node.js

UUIDs are typically used as unique identifiers. You can also use them in JavaScript and Node.js. The Node.js team recently added native support to generate a UUID to Node.js’ crypto module. For earlier Node.js versions you may use a community package to generate a UUID. That’ …

Continue Reading

Node.js — Check If a Directory Is Empty

You want a solid and convenient experience when working with the file system in Node.js. The file system comes with its own challenges, like space limitations and access restrictions. Typically you also need to ensure a given state. For example, you want to delete all files from a given …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.