Mickael Croquet
HomeBlogAboutResume

Next.js

Deploy your Next.js application

While developping this website, I was looking for the best way to deploy without trouble, didn't find to much tutorial, so today I make my own, sharing my experience about how we deploy a nextJS website.

Read More

Javascript

Using function generator

Sometimes we need to do multiple iterations over a list and objects, for that we could use a simple function, but it will be better to use a generator function for that!

Read More
Javascript Immutability

Working with a lot of people to create some screens with React or just create some application using Javascript, I saw a lot of pull request return like those "Hey, use const for immutability". That's true and false at the same time ! Let see together why ?

Read More

Common

Why It's bad to use boilerplate

In fact, the problem is not the boilerplates, like react-create-app or the Vue-cli, but some custom boilerplate which bundle multiple technologies like Electron + React or VuesJs + Electron.

Read More
@2025 Mickael Croquet. All Rights Reserved.