How to deploy a simple Node Express API to an AWS EC2 AMAZON Linux 2 instanceWWYL (what will you learn): 1. Host NODE API on AWS EC2 instance 2. Access NODE API from the webSep 4Sep 4
How to create a SIMPLE Node API with TypescriptIf you don’t have a project already let's create one from scratchJul 17, 2023Jul 17, 2023
How to apply SSL for HTTPS on a WebApp hosted in AWS S3 BucketSo you are ready to publish your web application to be available to the world, but you notice the URL is only serving HTTP traffic?Dec 13, 20222Dec 13, 20222
How to use JWT in Node.js Express API with password Hashing & MongoDBSo you’ve built your Node Express API with password authentication but you are saving the password as a string in the database? 🤨 there is…Oct 18, 2022Oct 18, 2022
How to apply SSL for HTTPS to Node Express API in AWS EC2 instanceIf your API is not configured yet on an EC2 instance, follow the following article — How to deploy a Node Express API to an AWS EC2…Sep 19, 20223Sep 19, 20223
How to Deploy Node Express API to HerokuSo you’ve built an awesome API using Express with Node.js and now you want it to be public for any service or web application to use.Aug 8, 20221Aug 8, 20221
How to Deploy Node Express API to Vercel Serverless FunctionsSo you’ve built an awesome API in your local machine with Express using Node.js and you are ready for clients and your parents to be proud…Jul 7, 20223Jul 7, 20223
How to deploy Node Express API to an AWS EC2 Ubuntu instanceWWYL (what will you learn): 1. Host NODE API on AWS EC2 instance 2. Access NODE API from a web applicationAug 12, 20215Aug 12, 20215
Publish your React app to FREE Firebase HostingStep by step guide to build and deploy your React App to firebaseJul 20, 2021Jul 20, 2021
Published inBoca CodeHow to hash password in React App, before sending it to the APIThe problem (the why): Your React Log in form takes in plain text for the password, and we are sending the password OTA (Over the Air)Jun 14, 20217Jun 14, 20217