Nginx workshop

Each lab corresponds to a module covered in the workshop and provides you with hands-on experienceworking with the NGINX core software. Pre-requisites Note – this workshop can be performed on local system (Laptop with linux based OS) Lab 1: Getting Started with NGINX login to the server and install nginx for Amazon EC2/ Centos for … Read more

GitLab’s Implementation of Group-Based Authorization

“Why Use Group-Based Authorization in GitLab? In organizations, managing users across multiple projects can be a hassle. Each user might have a unique role, such as owner, maintainer, developer, reporter, or guest, in different projects. This often leads to repetitive tasks when assigning roles to users for each project individually. However, GitLab offers a more … Read more

How to Use AWS Systems Manager to Run Commands on EC2 Instances?

AWS provides a tool called AWS Systems Manager. Inside Systems Manager, there’s a feature called the Run command. This Run command helps us control things on our computers in the cloud. So, we’ll see how we can use AWS Systems Manager to tell our cloud computer to set up something called Nginx, which is like … Read more

Managing Multiple Accounts with AWS Control Tower

As organizations grow, handling their cloud infrastructure becomes more complex and there’s a bigger need to keep things safe and organized. Using multiple AWS accounts is like having separate boxes for different things. For example: Production Account: This box holds important stuff and makes sure only authorized people can access it. Testing Account: Here, developers … Read more

What is DevOps ?

DevOps is a way of working that brings together software development and IT operations teams. It focuses on collaboration, automation, and continuous improvement to deliver applications and services more efficiently and effectively. Traditionally, development and operations teams worked separately, leading to delays, miscommunication, and inefficiencies. DevOps breaks down these barriers by promoting collaboration and shared … Read more