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 4, 2024Sep 4, 2024
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, 2022A response icon2Dec 13, 2022A response icon2
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, 2022A response icon3Sep 19, 2022A response icon3
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, 2022A response icon1Aug 8, 2022A response icon1
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, 2022A response icon3Jul 7, 2022A response icon3
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, 2021A response icon5Aug 12, 2021A response icon5
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, 2021A response icon8Jun 14, 2021A response icon8