EchoVault: Embeddable Redis Alternative in GoI started working on an open-source project about a year ago to build an embeddable alternative to Redis in Go. That’s when I started…Jul 23Jul 23
Google Login on AWS Cognito Without Hosted UI (Work-around)I’ve previously written an article about basic username/password authentication with AWS Cognito. This article will cover registration and…Apr 23, 2022Apr 23, 2022
Pre Signup Validation on AWS CognitoIn the last article, we leveraged AWS Cognito to handle user authentication in our application. There was a caveat with the setup, email…Apr 18, 2022Apr 18, 2022
Deploy Cognito Triggers Using Serverless FrameworkRecently, I posted an article about pre signup triggers for AWS Cognito user pools. The article went over setting up pre signup validation…Apr 18, 2022Apr 18, 2022
Published inJavaScript in Plain EnglishBasic Authentication with AWS Cognito and Next.jsIn this article, we will be leveraging AWS Cognito and its user pools for managing user authentication.Apr 18, 2022Apr 18, 2022
Published inJavaScript in Plain EnglishHow to Verify Users in Express.jsIf you’re building an application, you likely want a lot of users on your platform. However, you don’t just want a large number of users…Dec 30, 2020Dec 30, 2020
Published inJavaScript in Plain EnglishHow to Handle Password Reset in Express.jsNo authentication system is complete without a password reset feature. I would personally never ship a product that did not have this…Dec 24, 2020Dec 24, 2020
Published inJavaScript in Plain EnglishHow to Create Registration & Authentication with Express & PassportJSIn this article, I’m going to demonstrate how to build a user registration and authentication system in ExpressJS. In the previous article…Dec 21, 2020Dec 21, 2020
Published inJavaScript in Plain EnglishHow To Set Up Mongoose With Express.jsIn the previous article, I demonstrated how to set up Nunjucks template engine in your express project. I decided to make this a…Dec 17, 2020Dec 17, 2020
Published inJavaScript in Plain EnglishHow to Set Up Nunjucks with Express.jsWhen building a web app without a dedicated front-end framework like ReactJS, Templating engines (e.g. Blade, Nunjucks) are incredibly…Dec 16, 2020Dec 16, 2020