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.


Lerna — Install Dependencies for a Specific Package

Lerna is a tool for managing JavaScript projects with multiple packages. It allows you to manage the dependencies of and between packages in your project. This tutorial shows you how to add dependencies to a single package in a Lerna-managed project. {{outline}} Install Dependency to Specific Package With Lerna Lerna …

Continue Reading

GitHub Actions — How to Test Lerna Monorepos

GitHub Actions provide a convenient way to test your project. Typically, you’ll trigger test runs and builds through push or pull request events. When testing lerna monorepos, there’s a nuance that you must keep in mind: the CI environment! This tutorial shows you how to configure lerna to …

Continue Reading

How to Manually Update Oh-My-ZSH

When using oh-my-zsh, it’s infrequently asking to update itself. If you’re like me, you’re typing command right away when opening a new tab in iTerm. Unless your command starts with y or n, you’re ignoring the update. Oh-my-zsh comes with its own command-line utility omz. You …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.