InSimform EngineeringbyMihir Patel·May 4, 2023Setting up a local development environment using Docker ComposeA step-by-step guide to creating a containerized environment for your application development needs.A response icon2A response icon2
Mihir Patel·Mar 19, 2021Haproxy LoadBalancer On AWS Cloud👉 HAProxy, which stands for High Availability Proxy, is a popular open-source software TCP/HTTP Load Balancer and proxying solution which…
Mihir Patel·Mar 19, 2021A Beginner’s Guide to Deploying Apps Using AWS CLI: EC2 + S3In this article you will see how to use AWS by the command line
Mihir Patel·Jan 12, 2021Create a dynamic Ansible playbook for deploying a webpage in any type of OSIn this article i use two os Redhat and Ubuntu Os . we know that apache2 keyword use for Ubuntu and httpd keyword use for redhat For…
Mihir Patel·Jan 6, 2021Create an ansible role myapache to configure WebServer.Role: In Ansible, the role is the primary mechanism for breaking a playbook into multiple files. This simplifies writing complex playbooks…