How to create your own email server using Main-in-a-BoxIntroduction Hosting your email server is the first step to secure your privacy It saves you money if you own multiple domains What You'll Need [ ] Brand new VPS or any Linux Server (My recommended VPS provider is Linode) [ ] Ubuntu 22.04 LTS i...Feb 20, 2025·5 min read
It's Simple to Build Your Own Email/Password Authentication REST API (Express.js)This is based on a previous blog post using Golang, so anyone that is interested how to do this in Go, please check it here Sometimes, building your own authentication REST API sounds scary but in this post, I'll show you how it's done using Node.js ...Jan 20, 2025·5 min read
It's Simple to Build Your Own Email/Password Authentication REST APIBuilding a REST API for authentication can sound intimidating, but with the right tools and some guidance, it becomes quite simple. In this post, we will walk through how to build an email/password authentication system using Go and the Gin framework...Jan 18, 2025·6 min read
Unlocking the Power of Coding: Your Path to a Digital FutureIn today's fast-paced world, the ability to code is akin to possessing a superpower. While the prospect of learning to code might seem daunting, rest assured, it's not as challenging as it appears. If I can do it, so can you. So, if you've decided to...Oct 2, 2023·3 min read
Setting up Next.JS and PocketBase for AuthenticationIf you are here, you most likely had a problem setting up PocketBase and Next.js 13 for authentication. Don't worry, I got you. You don't have to suffer the same pain I went through. If you prefer to watch instead of read, click here to watch this on...Sep 27, 2023·7 min read