As a seasoned Linux System Administrator with over 6 months of hands-on experience, I am dedicated to ensuring the reliability, security, and optimal performance of mission-critical systems and networks.Proficient in administering Linux servers, implementing security measures, and optimizing system resources
Red Hat Certified System Administrator, Grras Solutions Private Limited
1.Deploying a web-application using Nginx server and Reverse Proxy.
This project involves deploying a web application using the Nginx web server, configured as a reverse proxy to manage incoming client requests. The reverse proxy forwards these requests to an internal web application server (e.g., Gunicorn, Node.js, or Flask). Nginx handles load balancing, SSL termination, caching, and static content delivery, enhancing performance and security.
The deployment includes:
This setup ensures scalability, better resource usage, and a clean separation between the front-end (Nginx) and back-end (application server).
https://medium.com/@divanshu3702/deploying-a-web-application-using-nginx-server-and-reverse-proxy41c783da6bf9
2. Automated CI/CD Pipeline for To-do Web Application using AWS, Docker, Jenkins, GitHub
This project sets up an automated CI/CD pipeline to streamline the development, testing, and deployment of a To-Do web application using AWS, Docker, Jenkins, and GitHub.
The pipeline works as follows:
This setup ensures continuous integration, automated testing, and seamless deployment, improving delivery speed, reliability, and efficiency.
https://github.com/divanshu3702/node-todo-cicd.git