Update faqs.astro (#5882)

Tweak to add link to new DevOps guide.
pull/5884/head
Ed Lan 4 months ago committed by GitHub
parent 6f6b942ba4
commit 533e93e647
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/devops/faqs.astro

@ -20,7 +20,7 @@ export const faqs: FAQType[] = [
{
question: 'How to become a DevOps Engineer?',
answer: [
'To become a DevOps Engineer, you need to have technical skills in areas such as development, automation, containerization, cloud, CI/CD pipelines etc. Some sample tools and technologies to learn may include any programming language, AWS, Ansible, Terraform, Docker, Kubernetes, Jenkins, Git, and monitoring and logging tools. Gain experience by working on DevOps projects, develop a DevOps mindset, get certified, and apply for DevOps Engineer positions by highlighting your skills and experience in your resume.',
'To [become a DevOps Engineer](https://roadmap.sh/devops/how-to-become-devops-engineer), you need to have technical skills in areas such as development, automation, containerization, cloud, CI/CD pipelines etc. Some sample tools and technologies to learn may include any programming language, AWS, Ansible, Terraform, Docker, Kubernetes, Jenkins, Git, and monitoring and logging tools. Gain experience by working on DevOps projects, develop a DevOps mindset, get certified, and apply for DevOps Engineer positions by highlighting your skills and experience in your resume.',
],
},
];

Loading…
Cancel
Save