This exercise walks through connecting your GitHub account on a remote server with SSH. Objective Connect your GitHub
Category: Blog
Connect to a remote server with SSH
This exercise walks through connecting to a remote server with SSH Objective Connect to the EC2 instance from
Node.js server on EC2 and reverse proxy with NGINX
This exercise walks through setting up a node.js server on an EC2 instance and using NGINX as a
Set up an EC2 instance and install NGINX
This exercise walks through setting up an EC2 instance on AWS and installing an NGINX server. Objective Set
Automate deployment with GitHub Actions

This exercise walks through automating the deployment (Continuous deployment) of the front-end application using GitHub actions. Objective Create
Host and deploy a frontend application
The task of the exercise is to host and deploy the frontend app to a cloud platform. Objective
API rate limit
This exercise describes what an API rate limit means and how to set a rate limit for your
Generate JSON Web Token (JWT) for user authorization
This exercise walks through creating JSON Web Tokens for facilitating user authorization. Objective Create a system that generates
Redis cache- Caching API request
This exercise walks through how to set up and how to use Redis as a cache. Objective Set
CRUD operations with REST API
This exercise demonstrates CRUD operation with REST API for previously created routes Objective Create functional REST API