Max Hoogenbosch

Max Hoogenbosch

Full stack developer atEnrise

Blog posts

Webpack vs Laravel Mix
Webpack vs Laravel Mix
It is very common to compile JavaScript using a bundler like Webpack . Every time I have used Webpack for a project it would take some time to set up…
May 1, 2022
Extended make commands in laravel
Extended make commands in laravel
I have created a Laravel package that adds new make commands to your app. You can install the package via composer Usage After you have installed it…
February 11, 2022
Use Tailwind CSS dark mode in Storybook
Use Tailwind CSS dark mode in Storybook
Since version 2.0 Tailwind CSS has a dark mode feature. When Implementing this in a project that uses Storybook for component development you want to…
February 16, 2021
Eager loading hasMany relationship in Laravel
Eager loading hasMany relationship in Laravel
Eager loading relationships in Laravel makes it really easy to avoid N+1 query problems. This occurs when you run an additional query for each result…
February 1, 2021