Posts about express
- •6 mins reading timeEasy Authentication in Express using PassportAuth0 was the authentication provider I chose for my blog dashboard. They're simple and easy to set up, but I mainly used them because I haven't had the time to build one myself. Few months after my blog went live, I begin rewriting authentication logic to the blog API itself. I decided to use password-based authentication because it's the most straightforward, and considering this is for personal use, I don't have to think about email verification and such. Read More
- •3 mins reading timePrevent Express from Crashing because of MongoDB Connection Problem
- •8 mins reading timeFrom Express and React to NextRefactoring My Blog Rendering Engine to Leverage Proven Solution