How to Hide API Endpoints in Next.js

In Next.js, securing sensitive data and preventing the exposure of API endpoints is critical for building secure web applications. When fetching data, the approach you choose direct or indirect determines whether API endpoints are visible in the browser’s network tab. This article explores how to hide API endpoints in Next.js, using two Proof of Concept…

Read More

Running n8n Locally Without Regrets.

I like tools that give me control. I like seeing the logs roll in my own terminal. I like knowing where the database file lives. n8n fits that mood. It connects your apps, moves your data, and runs on your own machine. When something breaks, you can still touch the files, read the config, and…

Read More