Articles > security
Posts, tutorials and musings that have helped me in the world of startups and investing.
How to Deploy a Node App to AWS EC2
January 13, 2020 | 7 minute read
Walkthrough to deploy an Express.js app to AWS EC2 with HTTPS and custom domain using Express, Docker, AWS EC2, AWS Route53, Namecheap, Nnginx and Let's Encrypt.
Express Validation and Error Handling
June 22, 2019 | 10 minute read
Learn how to validate requests and handle errors using Node Express.js with Joi validation library. Validate API requests and display HTML form errors using custom middleware.
Node.js Authentication Tutorial with Passport
June 2, 2019 | 15 minute read
Learn how to handle web authentication and authorization in Node using Passport.js. Create signup and login page, different types of users and handle authentication for specific pages.