AWS Web Hosting and Security for our client: A Case Study of Deploying and Securing a Website on Amazon EC2 using Nginx and SSLJan 27, 2023·3 min read
Deploying Node.js Application in KubernetesCreate a NodeJS application npm init npm install express Create index.js and paste the following code Create Docker file FROM node:17-alpine This line specifies the base image to use for the container. WORKDIR /usr/src/app This line sets t...Jan 29, 2023·3 min read