Engineering DevOps & Cloud Excellence Through Real-World Enterprise Mentorship. 📧 Contact Coach AK: devops.coaching@gmail.com 📱 Call / WhatsApp: +1 (469) 733-5248
Tuesday, August 6, 2024
Monday, August 5, 2024
DevSecOps Bootcamp Dec 2024 Schedule | DevOps & AWS Azure Cloud Coaching by Coach AK | DevOps and Cloud Computing Online Classes
(Lot of new topics covered like GitHub Actions, Helm and Monitoring..)
The DevOps requirements in the IT market space is expected to grow by 35% by 2024. Getting a DevOps education now is a great investment into your future, which will pay off very fast!
You are in the right place to kick start your career in DevOps. DevOps is one of the top and hot IT skills right now. Currently almost all the employers are struggling to get right resources in their teams who can do the DevOps and automation work..You could be that person by attending this coaching program.
DevSecOps Coaching schedule - Dec 2024 (promotions are on, please contact Coach AK)
| Date | Time | Type | When? |
|---|---|---|---|
| Dec 28th | 09:45 AM CST - 11:30 AM CST on Saturdays 10:30 AM CST - 12:30 PM CST on Sundays | Weekends | Sat/Sundays |
| Dec 31st | 6:00 to 8:00 PM CST | Weekdays | Tuesdays/Thursdays |
To join DevOps Coaching classes, please contact Coach AK below:Contact no# : +1 (469)733-5248, +1 (561) 993-0420WhatsApp #: +1 (469)733-5248, +1 (561) 993-0420
Email id: contact.devopscoaching@gmail.com
Contact Name: Coach AK
Contact Name: Coach AK
Tuesday, July 2, 2024
DevOps Bootcamp Oct 2024 Schedule | DevOps & AWS Azure Cloud Coaching by Coach AK | DevOps and Cloud Computing Online Classes
(Lot of new topics covered like GitHub Actions, Helm and Monitoring..)
The DevOps requirements in the IT market space is expected to grow by 35% by 2024. Getting a DevOps education now is a great investment into your future, which will pay off very fast!
You are in the right place to kick start your career in DevOps. DevOps is one of the top and hot IT skills right now. Currently almost all the employers are struggling to get right resources in their teams who can do the DevOps and automation work..You could be that person by attending this coaching program.
DevOps Coaching schedule for Oct 2024 (promotions are available, please contact Coach AK)
| Date | Time | Type | When? |
|---|---|---|---|
| Oct 05th | 11:35 AM CST - 01:30 PM CST on Saturdays 01:30 PM CST - 03:30 PM CST on Sundays | Weekends | Sat/Sundays |
| Oct 3rd | 6:00 to 8:00 PM CST | Weekdays | Tuesdays/Thursdays |
To join DevOps Coaching classes, please contact Coach AK below:Contact no# : +1 (469)733-5248, +1 (561) 993-0420WhatsApp #: +1 (469)733-5248, +1 (561) 993-0420
Email id: contact.devopscoaching@gmail.com
Contact Name: Coach AK
Contact Name: Coach AK
Friday, June 7, 2024
How to create Pull Request (PR) templates in Github repository | Creating a pull request template for your GitHub repository
Step-by-Step Guide
-
Navigate to Your Repository:
- Go to the GitHub repository where you want to create a PR template.
-
Create a
.githubDirectory:-
If it doesn't already exist, create a new directory named
.githubin the root of your repository. This is where GitHub looks for configuration files, including PR templates.
-
If it doesn't already exist, create a new directory named
-
Create a
PULL_REQUEST_TEMPLATEFile: -
Inside the
.githubdirectory, create a file namedPULL_REQUEST_TEMPLATE.md. This file will contain the template for your pull requests.
4. Add Template Content:
Open the
PULL_REQUEST_TEMPLATE.mdfile and add the content you want to include in your PR template. You can use Markdown to format the template. Here’s an example of a basic PR template:
## What type of PR is this? (check all applicable)
- [ ] 🍕 New Feature
- [ ] 🎨 Enhancment Feature
- [ ] 🐛 Bug
## Describe about your code changes
<!--
Please do not leave this blank
This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
-->
## Related Feature & Documents
<!--
Please use this format link issue numbers: Fixes #123
-->
## Screenshots/Recordings Link In Sharepoint
<!-- Visual changes require screenshots -->
## Created Unit tests, etc?
- [ ] 👍 yes
- [ ] 🙅 no, because they aren't needed
- [ ] 🙋 no, because I need help
## Added to documentation?
- [ ] 📜 README.md
- [ ] 📕 wiki
- [ ] 🙅 no documentation needed
## [optional] Are there any post-deployment tasks we need to
perform?
5. Commit and Push:
-
Commit the
PULL_REQUEST_TEMPLATE.mdfile to your repository and push it to GitHub.
Optional: Multiple Templates
If you want to offer multiple PR templates, you can place them in the
.github/PULL_REQUEST_TEMPLATE/ directory. Each template
should be a separate Markdown file.
Using PR templates helps maintain consistency and completeness in pull requests, making it easier for reviewers to understand and review changes. Adjust the templates according to the needs and standards of your project.
Watch steps in YouTube channel:
DevOps Bootcamp Aug 2024 Schedule | DevOps & AWS Azure Cloud Coaching by Coach AK | DevOps and Cloud Computing Online Classes
(Lot of new topics covered like GitHub Actions, Helm and Monitoring..)
The DevOps requirements in the IT market space is expected to grow by 35% by 2024. Getting a DevOps education now is a great investment into your future, which will pay off very fast!
You are in the right place to kick start your career in DevOps. DevOps is one of the top and hot IT skills right now. Currently almost all the employers are struggling to get right resources in their teams who can do the DevOps and automation work..You could be that person by attending this coaching program.
DevOps Coaching schedule for August 2024 (promotions are available, please contact Coach AK)
| Date | Time | Type | When? |
|---|---|---|---|
| Aug 24th | 09:45 AM CST - 11:30 AM CST on Saturdays 10:30 AM CST - 12:30 PM CST on Sundays | Weekends | Sat/Sundays |
| Sep 4th | 6:00 to 8:00 PM CST | Weekdays | Mondays/Wednesdays |
To join DevOps Coaching classes, please contact Coach AK
below:
Contact no# : +1 (469)733-5248, +1 (561) 993-0420
WhatsApp #: +1 (469)733-5248, +1 (561) 993-0420
Email id: contact.devopscoaching@gmail.com
Contact Name: Coach AK
Contact Name: Coach AK
Tuesday, June 4, 2024
Install Tomcat 10 on Ubuntu 24.0.4 | Setup Tomcat 10 on Ubuntu 24.0.4 in AWS EC2 | Setup Tomcat on Ubuntu
Tomcat is one of the popular web containers for deploying Java applications. Tomcat is open source. Click here to learn more about Tomcat. Let's see how to install Tomcat on Ubuntu 24.0.4.
Please follow below steps to install Tomcat 10 on Ubuntu 24.0.4.
Pre-requisites:
- Create new EC2 instance first for setting up Tomcat.
- Also open port 8080 in security firewall rules for EC2 instance in AWS.
Change Host Name to Tomcat
sudo hostnamectl set-hostname Tomcat
Update to Latest packages
sudo apt update
Install Tomcat9
sudo apt install tomcat10 tomcat10-docs tomcat10-admin -y
Perform below command for setting up tomcat admin app
Open the tomcat-users.xml file by executing below command
sudo vi /var/lib/tomcat10/conf/tomcat-
Scroll down all the way to the end of the file,
Add the below lines in second last line above (above </tomcat-users>)
Verify if tomcat10 is working fine
🚀 Live AI-Enabled DevSecOps & Cloud Engineering Bootcamp – Sep 2026
Live AI-Enabled DevSecOps & Cloud Engineering Bootcamp from Coach AK - Sep 2026 Schedule
-
Let us learn how to create and configure a Self-Hosted Agent in Azure DevOps (ADO). What is an Agent? An agent is computing infrastructure w...
-
GitHub is one of the popular git-based version control systems. GitHub is very good example for Software-as-a-service, ...
-
Please find steps for integrating SonarQube with GitHub Actions: Pre-requisites: Make sure SonarQube is up and running Make sure Java Projec...


.png)





