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.


How to Fix Webpack Merge Is Not a Function

We updated the dependencies of a frontend project today. The frontend uses Webpack to build the Vue files to a JavaScript bundle. The bundling process broke after bumping the dependencies to their newest versions. Mainly because Webpack merge doesn’t work the same way after the upgrade. This tutorial shows …

Continue Reading

Add Month(s) to a Date in JavaScript or Node.js

Here at Future Studio, we offer a selection of premium tutorials that require payment. You need to enroll for a semester in the Future Studio University. The guest semester is an enrollment on a monthly basis. In case you’re enrolling now in the University, the next payment date is …

Continue Reading

TypeScript — How to Export Transpiled Code From package.json

TypeScript is gaining popularity in the JavaScript ecosystem. Package authors may choose TypeScript over JavaScript to automatically create type definitions. These type definitions will then be exported with the package and be available when importing the package in another project. This tutorial shows you how to export the transpiled TypeScript …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.