From bff8915c6e77d1c842cfb0c83342acb585686f47 Mon Sep 17 00:00:00 2001 From: Ed Lan <165309301+Edlan01@users.noreply.github.com> Date: Thu, 15 May 2025 23:26:15 +0200 Subject: [PATCH] chore: update devops faq (#8646) --- src/data/roadmaps/devops/faqs.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/devops/faqs.astro b/src/data/roadmaps/devops/faqs.astro index 1fd87e2ec..7b8959cbb 100644 --- a/src/data/roadmaps/devops/faqs.astro +++ b/src/data/roadmaps/devops/faqs.astro @@ -24,7 +24,7 @@ export const faqs: FAQType[] = [ question: 'How are DevOps Engineers different from developers?', answer: [ 'DevOps Engineers and developers are different from each other, however, their roles complement themselves nicely in the context of software development. Developers focus on writing application code, implementing features, and optimizing performance, while DevOps Engineers ensure that the software runs smoothly in production by managing deployment pipelines, automating infrastructure, and maintaining system reliability.', - "A key difference is that developers primarily work on building and improving applications, whereas DevOps Engineers handle the processes and tools that enable continuous integration, automated testing, and efficient deployments. If you're curious about a more detailed comparison, [this guide on DevOps vs. Developers](https://roadmap.sh/devops/vs-developer) breaks it down further. Similarly, if you’re wondering [how DevOps compares to full-stack development, this resource](https://roadmap.sh/devops/vs-full-stack) provides a helpful perspective.", + "A key difference is that developers primarily work on building and improving applications, whereas DevOps Engineers handle the processes and tools that enable continuous integration, [automated testing](https://roadmap.sh/devops/test-automation), and efficient deployments. If you're curious about a more detailed comparison, [this guide on DevOps vs. Developers](https://roadmap.sh/devops/vs-developer) breaks it down further. Similarly, if you’re wondering [how DevOps compares to full-stack development, this resource](https://roadmap.sh/devops/vs-full-stack) provides a helpful perspective.", 'While both roles require coding skills, **DevOps is more focused on automation, scalability, and system stability**, ensuring that developers can ship code faster and with fewer problems.', ], },