JonathanSanchez.Dev·Sep 4, 2024How 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 web
JonathanSanchez.Dev·Jul 17, 2023How to create a SIMPLE Node API with TypescriptIf you don’t have a project already let's create one from scratch
JonathanSanchez.Dev·Dec 13, 2022How 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?A response icon2A response icon2
JonathanSanchez.Dev·Oct 18, 2022How 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…
JonathanSanchez.Dev·Sep 19, 2022How 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…A response icon3A response icon3
JonathanSanchez.Dev·Aug 8, 2022How 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.A response icon1A response icon1
JonathanSanchez.Dev·Jul 7, 2022How 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…A response icon3A response icon3
JonathanSanchez.Dev·Aug 12, 2021How 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 applicationA response icon5A response icon5
JonathanSanchez.Dev·Jul 20, 2021Publish your React app to FREE Firebase HostingStep by step guide to build and deploy your React App to firebase
InBoca CodebyJonathanSanchez.Dev·Jun 14, 2021How 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)A response icon8A response icon8