Bruno Naschpitz

Bruno is a visionary senior software engineer and entrepreneur with over 12 years of experience in crafting innovative applications. His expertise spans full-stack development, leveraging Node.js, React, Next.js, and Meteor frameworks to deliver high-performance solutions. With a passion for automated testing, Bruno brings a unique blend of technical excellence and entrepreneurial spirit to his work, driving cutting-edge technology solutions to the forefront.
7 Posts

Beyond Sofoximmo: Create a Better Real Estate Site via Next.js

The Belgian real estate web is a graveyard of agency templates. Sofoximmo.be is a fair example of the genre clean enough, functional, but built...

Pragmatichoki22 .com: How “Pragmatic” Gaming Logic Works in Node.js

It's not loose marketing jargon when they say pragmatichoki22 .com. It's an indication of a certain type of game engine that was introduced by...

How to Create a Directory When Writing to a File in Node.js

Key Points The Problem: Node.js fs.writeFile throws an ENOENT error if the parent directory doesn't exist it won't create folders automatically. The Solution: Use fs.mkdir with...

How to Fix Next.js “Build Directory is Not Writeable” Error on EC2

The "Build Directory is Not Writeable" error in Next.js on EC2 occurs when the Node.js process lacks write permissions to the .next directory. Fix...

How to Fix the ‘Can’t Resolve react/jsx-runtime’ Error in Next.js Application

If you are building a shared component library with Rollup and Storybook and consuming it inside a Next.js application, you may hit this cryptic...