add article to FAQs

dansholds/add-shift-left-devops-guide
daniel holdsworth 4 weeks ago
parent 64d63a962e
commit bec416cda4
  1. 16
      src/data/roadmaps/devops/faqs.astro

@ -12,10 +12,10 @@ export const faqs: FAQType[] = [
question: 'What are some misconceptions about DevOps?',
answer: [
'Some common misconceptions about DevOps include:',
'**DevOps is just automation**: While automation is an important part of DevOps, it\'s not the only thing. DevOps is a culture that emphasizes collaboration, communication, and integration between development and operations teams to improve the quality and speed of software delivery.',
"**DevOps is just automation**: While automation is an important part of DevOps, it's not the only thing. DevOps is a culture that emphasizes collaboration, communication, and integration between development and operations teams to improve the quality and speed of software delivery.",
'**DevOps is just a job title**: DevOps is a mindset and set of practices, not a specific job title. Anyone involved in the software development and delivery process can adopt a DevOps mindset and apply DevOps practices in their work, including developers, testers, operations engineers, and others.',
'**DevOps eliminates the need for IT operations**: DevOps does not eliminate the need for IT operations. Instead, it changes the way that operations teams work by promoting collaboration with development teams and introducing new tools and processes for deployment, monitoring, and maintenance.'
]
'**DevOps eliminates the need for IT operations**: DevOps does not eliminate the need for IT operations. Instead, it changes the way that operations teams work by promoting collaboration with development teams and introducing new tools and processes for deployment, monitoring, and maintenance.',
],
},
{
question: 'How to become a DevOps Engineer?',
@ -38,8 +38,14 @@ export const faqs: FAQType[] = [
{
question: 'How do I prepare for a DevOps interview?',
answer: [
'A great way to prepare for a DevOps interview is by building [DevOps projects](https://roadmap.sh/devops/projects) to validate your skills as well as reviewing common [devops interview questions](https://roadmap.sh/questions/devops) to ensure you capture any gaps in your understanding.'
'A great way to prepare for a DevOps interview is by building [DevOps projects](https://roadmap.sh/devops/projects) to validate your skills as well as reviewing common [devops interview questions](https://roadmap.sh/questions/devops) to ensure you capture any gaps in your understanding.',
],
},
{
question: 'What is shift-left?',
answer: [
'Shift left is a software development practice that involves moving tasks and processes earlier in the development lifecycle. By shifting tasks left, teams can identify and address issues earlier in the development process, reducing the cost and effort required to fix them. [Shift left](https://roadmap.sh/devops/shift-left-testing) practices include implementing automated testing, code reviews, and security checks early in the development process to catch and fix issues before they become more costly to address.',
],
}
},
];
---

Loading…
Cancel
Save