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.


hapi — Run Tests with Assertions using Code

Testing your hapi applications might require expected values and responses that match a set of data. The code library from hapi’s ecosystem is an assertions library based on chai. Code exposes an expressive and readable language-style interface. You’ll get a grasp on features and the usage in the …

Continue Reading

PM2 — Use NPM to Start Your App

NPM as a package manager provides a lot capabilities outside the actual dependency management. You can leverage a built-in functionality to run scripts which enables the use case of NPM as a build tool. Further, you can define a script within your package.json file that executes various tasks before …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.