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.
31 Posts

How to Fix a “Module not found” Error with Axios and Follow Redirect in Next.js

I recently ran into a frustrating error while building a Next.js 13 app. I was using axios to fetch API data inside getStaticProps(), but...

How Do Fix the ‘Error Serializing .res’ in Next.js getServerSideProps?

When I first started working with Next.js and the Binance API, I ran into a frustrating error that stopped my project in its tracks....

How Do I Fix Next.js – ERROR Build Directory is not Writeable on EC2

When I first deployed my Next.js app with a custom server.js to AWS Elastic Beanstalk (EB) running 64bit Amazon Linux 2, I hit a...

How To Build A Simple Portfolio Blog With Next.js

I will show you how to build a simple portfolio blog using Next.js, a powerful React framework that allows you to create fast and...

How To Fix Deploy a Next.js App To Vercel Actions

Deploying a Next.js app to Vercel is often straightforward, but occasionally, you may run into some issues during the deployment process. One of the...