Please open Telegram to view this post
VIEW IN TELEGRAM
DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning
We’ve just uploaded 50+ new PDFs & interview guides to our DevOps Interview Questions repository!
...and much more!
Please open Telegram to view this post
VIEW IN TELEGRAM
1. Morning Standups or Meetings:
- Update on current progress (e.g., pipeline updates, infrastructure issues).
- Plan priorities for the day.
2. Continuous Integration/Continuous Deployment (CI/CD) Pipeline Maintenance:
- Monitor automated builds and deployments.
- Fix failed builds or deployment issues.
- Add new steps to pipelines, such as testing or security checks.
- Example: Debugging a failing Jenkins pipeline or optimizing GitHub Actions for faster deployment.
3. Infrastructure Management:
- Write or update Terraform, CloudFormation, or Ansible scripts.
- Deploy infrastructure to cloud environments (AWS, Azure, GCP).
- Ensure high availability and scalability of resources.
- Example: Scaling Kubernetes clusters to handle traffic spikes.
4. Monitoring and Incident Response:
- Use tools like Prometheus, Grafana, ELK/EFK stack, or Datadog to track metrics and logs.
- Respond to alerts for downtime or degraded performance.
- Conduct root cause analysis (RCA) for issues and implement fixes.
- Example: Investigating a sudden CPU spike on an EC2 instance or diagnosing slow application response times.
5. Collaboration with Development Teams:
- Review code for deployment readiness.
- Assist developers with containerization (Docker) or debugging issues in staging/production environments.
- Share best practices for writing CI/CD pipelines or microservices.
Please open Telegram to view this post
VIEW IN TELEGRAM
𝗗𝗲𝘃𝗢𝗽𝘀 𝗜𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 𝗤𝘂𝗲𝘀𝘁𝗶𝗼𝗻𝘀: 𝗠𝘆 𝗥𝗲𝗰𝗲𝗻𝘁 𝗘𝘅𝗽𝗲𝗿𝗶𝗲𝗻𝗰𝗲
I recently had the opportunity to interview for a DevOps Engineer position, and I wanted to share some of the key questions I encountered during the process. If you're preparing for a similar role or exploring the DevOps field, these insights might be helpful!
✅ 𝗦𝗲𝗹𝗳-𝗜𝗻𝘁𝗿𝗼𝗱𝘂𝗰𝘁𝗶𝗼𝗻 & 𝗗𝗲𝘃𝗢𝗽𝘀 𝗙𝘂𝗻𝗱𝗮𝗺𝗲𝗻𝘁𝗮𝗹𝘀
1️⃣ Can you briefly introduce yourself and share details about your background and recent projects?
2️⃣ What does 𝗗𝗲𝘃𝗢𝗽𝘀 mean, and how does it differ from other IT departments?
3️⃣ How has the introduction of 𝗗𝗲𝘃𝗢𝗽𝘀 transformed the IT industry?
4️⃣ Can you walk me through your last project, including your 𝗿𝗼𝗹𝗲 𝗮𝗻𝗱 𝗿𝗲𝘀𝗽𝗼𝗻𝘀𝗶𝗯𝗶𝗹𝗶𝘁𝗶𝗲𝘀?
✅ 𝗟𝗶𝗻𝘂𝘅 𝗕𝗮𝘀𝗶𝗰𝘀 & 𝗦𝘆𝘀𝘁𝗲𝗺 𝗞𝗻𝗼𝘄𝗹𝗲𝗱𝗴𝗲
1️⃣ Which operating systems have you worked with?
2️⃣ What is a 𝗞𝗲𝗿𝗻𝗲𝗹 in Linux?
3️⃣ Which Linux version did you use in your project, and why?
4️⃣ Why is Linux preferred over Windows in DevOps environments?
✅ 𝗚𝗶𝘁, 𝗚𝗶𝘁𝗛𝘂𝗯 & 𝗚𝗶𝘁𝗟𝗮𝗯
1️⃣ What are Git, GitHub, and GitLab, and how do they differ?
2️⃣ What is the difference between Merge and Rebase?
3️⃣ How do you revert a commit in Git?
4️⃣ Explain the difference between Git Pull and Git Fetch.
5️⃣ What 𝗯𝗿𝗮𝗻𝗰𝗵𝗶𝗻𝗴 𝘀𝘁𝗿𝗮𝘁𝗲𝗴𝘆 have you used in your project?
✅ 𝗖𝗜/𝗖𝗗 & 𝗝𝗲𝗻𝗸𝗶𝗻𝘀
1️⃣ What is CI/CD, and can you explain the Jenkins pipeline and its stages?
2️⃣ At which phase is testing performed—CI or CD?
3️⃣ How have you used 𝗝𝗲𝗻𝗸𝗶𝗻𝘀 in your project?
4️⃣ Can you describe the process of setting up a Jenkins job to automate a build process?
✅ 𝗗𝗼𝗰𝗸𝗲𝗿 & 𝗞𝘂𝗯𝗲𝗿𝗻𝗲𝘁𝗲𝘀
1️⃣ What do 𝗰𝗼𝗻𝘁𝗮𝗶𝗻𝗲𝗿𝗶𝘇𝗮𝘁𝗶𝗼𝗻 and 𝗼𝗿𝗰𝗵𝗲𝘀𝘁𝗿𝗮𝘁𝗶𝗼𝗻 mean?
2️⃣ What is a Docker image, and how is it different from a Docker container?
3️⃣ How do you handle data persistence in Docker containers?
4️⃣ Have you worked with 𝗗𝗼𝗰𝗸𝗲𝗿 𝗖𝗼𝗺𝗽𝗼𝘀𝗲?
5️⃣ Can you explain a Docker-file for a Node.js application?
6️⃣ How would you secure a MySQL database running in a Docker container?
7️⃣ What are Ingress and Deployments in Kubernetes?
8️⃣ What are 𝗞𝘂𝗯𝗲𝗿𝗻𝗲𝘁𝗲𝘀 𝗦𝗲𝗿𝘃𝗶𝗰𝗲𝘀, and how do they work?
9️⃣ How does Kubernetes manage and control containers?
✅ 𝗦𝗰𝗲𝗻𝗮𝗿𝗶𝗼-𝗕𝗮𝘀𝗲𝗱 𝗤𝘂𝗲𝘀𝘁𝗶𝗼𝗻𝘀
📌 Your company is implementing a 𝗱𝗶𝘀𝗮𝘀𝘁𝗲𝗿 𝗿𝗲𝗰𝗼𝘃𝗲𝗿𝘆 (𝗗𝗥) strategy for critical AWS services. How would you design and implement a robust DR plan, covering backup strategies, failover mechanisms, and testing procedures?
📱 𝐅𝐨𝐥𝐥𝐨𝐰 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
I recently had the opportunity to interview for a DevOps Engineer position, and I wanted to share some of the key questions I encountered during the process. If you're preparing for a similar role or exploring the DevOps field, these insights might be helpful!
Please open Telegram to view this post
VIEW IN TELEGRAM
DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning
Please open Telegram to view this post
VIEW IN TELEGRAM
1. What is the role of IAM roles and policies?
2. Can you explain the Terraform plan and its purpose?
3. What is AWS Lambda, and how does it work?
4. How do you invoke a Lambda function, and where do you configure it?
5. Can you describe how Lambda handles scaling and event-based invocations?
6. What is Amazon CloudWatch, and have you configured any custom metrics?
7. What metrics are available on your CloudWatch dashboard?
8. How do you configure CPU utilization on your CloudWatch dashboard?
9. How do you attach an SSL certificate to an S3 bucket?
10. What type of encryption have you implemented in your project?
11. If an S3 bucket has a read-only policy, can you modify objects in the bucket?
12. Why did you choose Terraform over Boto3 for infrastructure provisioning?
13. What is a Content Delivery Network (CDN), and how does it work?
14. Have you created a Jenkins pipeline for your project?
15. How do you attach policies to IAM users, either individually or by group?
16. What type of deployment strategies are you using in your project?
17. Have you used any tools to create customized Amazon Machine Images (AMIs)?
18. What is connection draining, and how does it work?
19. How does an Elastic Load Balancer (ELB) distribute traffic?
20. What is auto-scaling, and how does it work?
21. Can you describe the different types of Load Balancers and provide examples?
22. What is the maximum runtime for a Lambda function?
23. What is the maximum memory size for a Lambda function?
24. How can you increase the runtime for a Lambda function?
25. What automations have you performed using Lambda in your project?
26. Why did you choose Terraform over Boto3 for infrastructure provisioning?
27. What modules have you used in your Lambda function?
28. Have you created an SNS topic for your project?
29. If you've exhausted IP addresses in your VPC, how would you provision new resources?
30. What is Groovy, and how is it used in Jenkins?
31. Why do you use Groovy in Jenkins, and where do you save Jenkins files?
32. What is Ansible, and what is its purpose?
33. What language do you use in Ansible?
34. Where do you run Terraform code, remotely or locally?
35. What is the purpose of access keys and secret keys in AWS?
36. What are Terraform modules, and have you used any in your project?
37. What environments have you set up for your project?
38. Do you use the same AWS account for all environments?
39. Do you have separate Jenkins servers for each environment?
40. Where do you write and save your Lambda function code?
Please open Telegram to view this post
VIEW IN TELEGRAM
💡 Master a full-scale DevOps project from scratch!
This project is divided into two parts for better understanding and execution:
- MySQL (Database)
- Memcache (Caching)
- RabbitMQ (Message Broker)
- Tomcat (Application Server)
- Nginx (Web Server)
- Clone the repo
- Build & compile the application
- Deploy it across the infrastructure
🔥 A must-follow hands-on project for DevOps engineers, covering provisioning, deployment, and automation!
📣 Note: Fork this Repository🧑💻 for upcoming future projects, Every week releases new Project.
Please open Telegram to view this post
VIEW IN TELEGRAM
DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning
We've made key enhancements to our AWS DevOps Real-Time Deployment | Dev → Pre-PROD → Production repository to improve reliability, automation, and error handling.
index.html test phase to verify Nginx is running systemctl Please open Telegram to view this post
VIEW IN TELEGRAM
Just had an Great interview experience for the role of a DevOps Engineer with 1-2 years of experience! ✨
I recently had the opportunity to interview for a DevOps Engineer position, and I wanted to share some of the questions that were asked during the process. Whether you're preparing for a similar role or just interested in the DevOps field, I hope you find these questions helpful!
✅ Regarding Self Introduction and DevOps:
1) Could you Please Introduce yourself Briefly about your background and your project ?
2) What Does DevOps Means and how DevOps is Different from Other Department in IT Industry ?
3) What Happen when DevOps comes in IT Industry ?
4) Could you please Explain me About your last project have you worked on and what was you roles and responsibility ?
✅ About Linux OS:
1) What are Different OS have you Familiar with and worked on ?
2) What is Kernel ?
3) which Linux version you used in your project ?
4) why we Used Linux OS Rather than Windows and any other ?
✅ About Git GitHub and Gitlab:
1) What is Git, GitHub and Gitlab what is the difference between them ?
2) what is Merge and Rebase ?
3) How do you revert a commit in Git ?
4) Explain the difference between Git pull and Git fetch ?
5) Explain the Branching Strategies have you used in your project
✅ About CICD with Jenkins:
1) what is CICD and explain me the Jenkins file and Its Stages ?
2) In which phase Testing will do In CI phase or in CD phase ?
3) how did you used Jenkins in your project ?
4) Describe the process of setting up a Jenkins job to automate a build process ?
✅ About Docker and K8S:
1) What Does mean by containerization and Orchestration ?
2) What is a Docker image, and how is it different from a Docker container?
3) How do you manage data persistence in Docker containers?
4) Have you Used docker Compose ?
5) could you Explain me a Docker File for Node ?
6) How do you secure a MySQL Data which is Running in my container ?
7) what is Ingress and Deployment in K8S ?
8) what is Services in K8S ?
9) How can K8S control and manage a containers ?
✅ Some Scenarios Questions:
1) Your company is planning to implement a disaster recovery (DR) strategy for its critical services hosted on AWS. Describe the steps you would take to design and implement a robust DR plan, including backup strategies, failover mechanisms, and testing procedures.
😎 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝗳𝗼𝗿 𝗺𝗼𝗿𝗲 𝘀𝘂𝗰𝗵 𝗰𝗼𝗻𝘁𝗲𝗻𝘁 𝗮𝗿𝗼𝘂𝗻𝗱 𝗰𝗹𝗼𝘂𝗱 & 𝗗𝗲𝘃𝗢𝗽𝘀!!! // Join for DevOps DOCs: @devopsdocs
I recently had the opportunity to interview for a DevOps Engineer position, and I wanted to share some of the questions that were asked during the process. Whether you're preparing for a similar role or just interested in the DevOps field, I hope you find these questions helpful!
1) Could you Please Introduce yourself Briefly about your background and your project ?
2) What Does DevOps Means and how DevOps is Different from Other Department in IT Industry ?
3) What Happen when DevOps comes in IT Industry ?
4) Could you please Explain me About your last project have you worked on and what was you roles and responsibility ?
1) What are Different OS have you Familiar with and worked on ?
2) What is Kernel ?
3) which Linux version you used in your project ?
4) why we Used Linux OS Rather than Windows and any other ?
1) What is Git, GitHub and Gitlab what is the difference between them ?
2) what is Merge and Rebase ?
3) How do you revert a commit in Git ?
4) Explain the difference between Git pull and Git fetch ?
5) Explain the Branching Strategies have you used in your project
1) what is CICD and explain me the Jenkins file and Its Stages ?
2) In which phase Testing will do In CI phase or in CD phase ?
3) how did you used Jenkins in your project ?
4) Describe the process of setting up a Jenkins job to automate a build process ?
1) What Does mean by containerization and Orchestration ?
2) What is a Docker image, and how is it different from a Docker container?
3) How do you manage data persistence in Docker containers?
4) Have you Used docker Compose ?
5) could you Explain me a Docker File for Node ?
6) How do you secure a MySQL Data which is Running in my container ?
7) what is Ingress and Deployment in K8S ?
8) what is Services in K8S ?
9) How can K8S control and manage a containers ?
1) Your company is planning to implement a disaster recovery (DR) strategy for its critical services hosted on AWS. Describe the steps you would take to design and implement a robust DR plan, including backup strategies, failover mechanisms, and testing procedures.
Please open Telegram to view this post
VIEW IN TELEGRAM
DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning
We've rolled out some major enhancements to help you monitor AWS costs more efficiently! Check out the new features:
Upgrade your Terraform setup today and take full control of your AWS expenses!
Please open Telegram to view this post
VIEW IN TELEGRAM
As a DevOps engineer, mastering the Linux 🐧 command line is crucial for efficient system administration and management. Here are some essential Linux commands you should know:
1️⃣ . File and Directory Management:
2️⃣ . User and Permission Management:
3️⃣ . Process and Service Management:
4️⃣ . Networking and System Monitoring:
➡️ Reference links: [1] [2] [3] [4]
📱 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
ls: List directory contents.cd: Change directory.pwd: Print working directory.mkdir: Create a new directory.rm: Remove files or directories.cp: Copy files or directories.mv: Move or rename files or directories.useradd: Add a new user.passwd: Set or change user passwords.chown: Change file ownership.chmod: Modify file permissions.su: Switch user.sudo: Execute commands with superuser privileges.ps: Display running processes.top: Monitor system processes.kill: Terminate processes.systemctl: Manage system services (systemd-based systems).service: Manage services (init-based systems).ifconfig or ip: Configure network interfaces.netstat: Display network statistics.ping: Test network connectivity.df: Show disk space usage.free: Display memory usage.uptime: Show system uptime.Remember that this is just a starting point, and there are many more Linux commands and utilities. Feel free to explore and deepen your knowledge as you work with Linux in your DevOps journey!🐧 🚀
Please open Telegram to view this post
VIEW IN TELEGRAM
DEV Community
A Day in the Life of a DevOps Engineer: Real Stories and Challenges
Being a DevOps engineer is no ordinary job—it’s dynamic and requires a blend of development and...
Ever wondered what it's like to be a DevOps engineer? It's a fast-paced, problem-solving, and highly dynamic role that comes with its fair share of challenges—and funny moments too!
In this article, we dive deep into what a typical day looks like, from handling pipeline issues to collaborating with developers and dealing with unexpected incidents. Whether you’re new to DevOps or a seasoned pro, this is one story you won’t want to miss!
👉 Don’t forget to share your own DevOps experiences in the comments!
Please open Telegram to view this post
VIEW IN TELEGRAM
Prometheus is an open-source monitoring and alerting toolkit designed for reliability and scalability. It's your go-to companion for gaining deep insights into your infrastructure and applications.
Here are some key points highlighting the advantages and applications of Prometheus:
Please open Telegram to view this post
VIEW IN TELEGRAM
1) Check logs first, always – Logs contain the first clues; learn how to filter, search, and analyze them efficiently.
2) Trace the request flow – Understand how a request moves through the system to pinpoint failures faster.
3) Use process of elimination – Isolate components one by one to find the root cause instead of guessing.
4) Know the difference between infra and app issues – Is it a misconfigured server, network problem, or bad code?
5) Validate external dependencies – If your service relies on APIs, databases, or third-party tools, check their status.
6) Check system resource limits – Running out of memory, CPU, or disk can cause random failures.
7) Reproduce the issue in a test environment – If possible, recreate the failure to understand it better.
8) Keep a "known issues" doc – If something breaks often, document the fix so you (or others) don’t waste time.
9) Use health checks effectively – Proper liveness and readiness probes can detect and prevent hidden failures.
10) Know when to escalate – If you've checked the usual suspects and still can't fix it, don't waste time, get help.
Please open Telegram to view this post
VIEW IN TELEGRAM
DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning
We’ve rolled out major improvements to make installing and managing DevOps tools smoother, faster, and more efficient!
install_devops_tools.log for easier debugging. git clone https://github.com/NotHarshhaa/devops-tool-installer.git
install_devops_tools.sh
Please open Telegram to view this post
VIEW IN TELEGRAM
1) API Gateway: https://lnkd.in/gDzJiv3b
2) Scaling Patterns: https://lnkd.in/gCpXKHPC
3) VPC Network Segmentation: https://lnkd.in/grtAeerp
4) DR Strategies: https://lnkd.in/gTgjkNm9
5) Load Balancers: https://lnkd.in/gjUKAxrT
6) Cross Zone Load Balancing: https://lnkd.in/gy4wDuRR
7) IAM Policies: https://lnkd.in/g9fFM32H
8) EC2 Guide: https://lnkd.in/gAhw8iqJ
9) DNS Record Types: https://lnkd.in/gbmf-vxv
10) DNS Policies: https://lnkd.in/gQxHrHZZ
11) VPC Peering: https://lnkd.in/g7RdM54v
12) VPC Gateway Endpoints:https://lnkd.in/g7-CUNfZ
13) Internet Gateway vs NAT Gateway: https://lnkd.in/gvYAk8uM
14) 7Rs Cloud Migration: https://lnkd.in/g86pKgVh
15) Lambda Integrations: https://lnkd.in/gcvhvXbr
16) Lambda Cold Starts: https://lnkd.in/gkjzhEsv
17) Lambda Power Tuning: https://lnkd.in/gmyKXf_6
18) Data Transfer Costs: https://lnkd.in/gWYtZp7s
19) Hexagonal Architecture: https://lnkd.in/gwJ3UmYm
20) GuardDuty: https://lnkd.in/gF6u4533
21) SSO: https://lnkd.in/grYZhjhu
22) Signed vs Pre Signed URL: https://lnkd.in/g2ypcPeA
23) Serverless Architecture: https://lnkd.in/gvFdB3dF
24) Cloud Cost Control: https://lnkd.in/gEKJjjAB
25) Behind the Scenes of a Cloud App: https://lnkd.in/gpfSi-Hi
Please open Telegram to view this post
VIEW IN TELEGRAM
DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning
1741567314243.gif
Before deploying anything, Terraform needs to know which cloud provider to use.
𝗙𝗼𝗿 𝗔𝘇𝘂𝗿𝗲, 𝘄𝗲 𝘂𝘀𝗲 𝘁𝗵𝗲 𝗮𝘇𝘂𝗿𝗲𝗿𝗺 𝗽𝗿𝗼𝘃𝗶𝗱𝗲𝗿.
𝘁𝗲𝗿𝗿𝗮𝗳𝗼𝗿𝗺 {
𝗿𝗲𝗾𝘂𝗶𝗿𝗲𝗱_𝗽𝗿𝗼𝘃𝗶𝗱𝗲𝗿𝘀 {
𝗮𝘇𝘂𝗿𝗲𝗿𝗺 = {
source = "hashicorp/azurerm"
version = "~>3.0"
}
}
}After defining the provider, we configure its details.
𝗽𝗿𝗼𝘃𝗶𝗱𝗲𝗿 "𝗮𝘇𝘂𝗿𝗲𝗿𝗺" {
𝗳𝗲𝗮𝘁𝘂𝗿𝗲𝘀 {} # 𝗥𝗲𝗾𝘂𝗶𝗿𝗲𝗱
𝘀𝘂𝗯𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻_𝗶𝗱 = "𝘆𝗼𝘂𝗿-𝘀𝘂𝗯𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻-𝗶𝗱" # 𝗢𝗽𝘁𝗶𝗼𝗻𝗮𝗹
}resource "azurerm_resource_group" "my_rg" {
name = "MyResourceGroup"
location = "East US"
}Please open Telegram to view this post
VIEW IN TELEGRAM
Free Cloud Computing with Certificate
Understanding Cloud
Like👍 Share 🤝
➡️ Cloud Foundations
https://lnkd.in/dtKua4yd
➡️ AWS Vs Azure VS GCP
https://lnkd.in/d7e-UbYZ
➡️ Amazon Services
https://lnkd.in/dnFQyJen
➡️ IaaS for Cloud Computing
https://lnkd.in/dPgqtWrK
➡️ Serverless Computing
https://lnkd.in/d9nH8Kdc
➡️ Create Azure Bot
https://lnkd.in/dt5mV4Rc
➡️ Microsoft Azure Essentials
https://lnkd.in/dmfjR6bP
➡️ Cloud Foundations - Advanced
https://lnkd.in/d-FTGGhQ
➡️ Cloud Computing Architecture
https://lnkd.in/dFj6Gd8s
➡️ Cloud Service Models
https://lnkd.in/duZpiUn3
➡️ PaaS for Cloud Computing
https://lnkd.in/dTtJi6UA
➡️ SaaS in Cloud Computing
https://lnkd.in/dt3kyj5K
➡️ Cloud Serverless Application
https://lnkd.in/dpcUAVkp
➡️ IAM Cloud Security
https://lnkd.in/dYuYkDpj
➡️ Applications of Cloud Computing
https://lnkd.in/dUFr--gR
➡️ Cloud Computing for Organizations
https://lnkd.in/dracc7gZ
➡️ Cloud Networking With AWS VPC
https://lnkd.in/d9JnGRzM
➡️ AWS For Beginners
https://lnkd.in/dqsbcqDy
➡️ Serverless Computing
https://lnkd.in/d9nH8Kdc
➡️ Elastic Stack
https://lnkd.in/ditMH4Jm
➡️ What is AWS EC2?
https://lnkd.in/dDDVxuhD
➡️ AWS Sagemaker
https://lnkd.in/dkedDQsT
➡️ AWS Load Balancer
https://lnkd.in/daUq5s6G
➡️ Virtual Cloud Computing
https://lnkd.in/dSg7NJNW
➡️ Cloud Engineer Roles and Responsibilities
https://lnkd.in/dKVtHDWJ
📱 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
Understanding Cloud
Like
https://lnkd.in/dtKua4yd
https://lnkd.in/d7e-UbYZ
https://lnkd.in/dnFQyJen
https://lnkd.in/dPgqtWrK
https://lnkd.in/d9nH8Kdc
https://lnkd.in/dt5mV4Rc
https://lnkd.in/dmfjR6bP
https://lnkd.in/d-FTGGhQ
https://lnkd.in/dFj6Gd8s
https://lnkd.in/duZpiUn3
https://lnkd.in/dTtJi6UA
https://lnkd.in/dt3kyj5K
https://lnkd.in/dpcUAVkp
https://lnkd.in/dYuYkDpj
https://lnkd.in/dUFr--gR
https://lnkd.in/dracc7gZ
https://lnkd.in/d9JnGRzM
https://lnkd.in/dqsbcqDy
https://lnkd.in/d9nH8Kdc
https://lnkd.in/ditMH4Jm
https://lnkd.in/dDDVxuhD
https://lnkd.in/dkedDQsT
https://lnkd.in/daUq5s6G
https://lnkd.in/dSg7NJNW
https://lnkd.in/dKVtHDWJ
Please open Telegram to view this post
VIEW IN TELEGRAM
1.
git init - Initialize a new Git repository.2.
git clone <repository> - Clone an existing Git repository.3.
git config --global user.name "<Your Name>" - Set your username for Git.4.
git config --global user.email "<your_email@example.com>" - Set your email address for Git.5.
git status - Check the status of your repository.6.
git add <file> - Stage a file for the next commit.7.
git add . - Stage all changes in the current directory and subdirectories.8.
git commit -m "<commit_message>" - Commit changes with a meaningful commit message.9.
git log - Display a log of all commits made to the repository.10.
git branch - List all branches in the repository.11.
git checkout <branch> - Switch to a different branch.12.
git merge <branch> - Merge changes from another branch into the current branch.1.
git branch <new_branch> - Create a new branch.2.
git branch -d <branch> - Delete a branch.3.
git branch -m <old_branch> <new_branch> - Rename a branch.4.
git checkout -b <new_branch> - Create a new branch and switch to it.1.
git remote add <name> <url> - Add a remote repository.2.
git remote remove <name> - Remove a remote repository.3.
git remote rename <old_name> <new_name> - Rename a remote repository.4.
git fetch <remote> - Fetch changes from a remote repository.5.
git push <remote> <branch> - Push changes to a remote repository.6.
git pull <remote> <branch> - Pull changes from a remote repository.1.
git merge <branch> - Merge changes from another branch into the current branch.2.
git merge --abort - Abort a merge operation.3.
git merge --continue - Continue a merge operation after resolving conflicts.4.
git status - Check the status of your repository during a merge operation.1.
git tag <tag_name> - Create a lightweight tag.2.
git tag -a <tag_name> -m "<tag_message>" - Create an annotated tag.3.
git tag -d <tag_name> - Delete a tag.4.
git tag -l - List all tags in the repository.1.
git reset <commit> - Reset your repository to a specific commit.2.
git reset --hard <commit> - Reset your repository to a specific commit and discard all changes.3.
git revert <commit> - Revert changes made by a specific commit.4.
git revert --no-commit <commit> - Revert changes made by a specific commit without committing the changes.1.
git stash - Stash changes in your repository.2.
git stash list - List all stashed changes.3.
git stash apply - Apply stashed changes to your repository.4.
git stash drop - Delete a stashed change.5.
git stash pop - Apply and delete a stashed change.1.
git submodule add <repository> - Add a submodule to your repository.2.
git submodule init - Initialize a submodule.3.
git submodule update - Update a submodule.4.
git submodule status - Check the status of a submodule.5.
git submodule summary - Summarize changes made to a submodule.1.
git cherry-pick <commit> - Apply changes made by a specific commit to your current branch.2.
git cherry-pick --abort - Abort a cherry-pick operation.3.
git cherry-pick --continue - Continue a cherry-pick operation after resolving conflicts.1.
git rebase <branch> - Rebase your current branch onto another branch.2.
git rebase --abort - Abort a rebase operation.3.
git rebase --continue - Continue a rebase operation after resolving conflicts.4.
git rebase -i <commit> - Interactively rebase changes made since a specific commit.1.
git diff - Display differences between your working directory and the staging area.2.
git diff --cached - Display differences between the staging area and the last commit.Please open Telegram to view this post
VIEW IN TELEGRAM