As a react developer, I've always been used to magic CLIs that scaffold projects with everything included, such as Next.js or create-react-app. I...
I just started using electron-forge and I stumbled across a problem : when trying to change the renderer's port (that runs by default on port 3000),...
Have you ever heard about source maps ? They are the files that link minified js files to the original source file, allowing the browser to show you...
Have you ever been struggling to reproduce a weird bug happening only on production? Some offset between what you have in local (that obviously works...
This weekend, I played a bit with this express-based node.js framework called Nest. But I'm a bit rusty when it comes to backend. I was coding in...