From 2200c3351bc30bc51e3cb01a706800b9cc1d3464 Mon Sep 17 00:00:00 2001 From: dsh Date: Thu, 17 Oct 2024 19:08:48 +0100 Subject: [PATCH] improve table --- src/data/guides/devops-vs-full-stack.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/data/guides/devops-vs-full-stack.md b/src/data/guides/devops-vs-full-stack.md index 35be7153e..c5f864206 100644 --- a/src/data/guides/devops-vs-full-stack.md +++ b/src/data/guides/devops-vs-full-stack.md @@ -33,14 +33,14 @@ This guide explains what each role entails, addresses the motivations behind cho The key differences between DevOps engineers and full stack developers are summarized in the table below. -| **DevOps engineer** | **Full stack developer** | -| --------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | -| Responsible for the smooth flow of code changes from development to production. | Focuses on end-to-end application development (both frontend and backend) | +| DevOps engineer | Full stack developer | +|-----------------|----------------------| +| Responsible for the smooth flow of code changes from development to production. | Focuses on end-to-end application development (both frontend and backend) | | Uses monitoring tools to track the performance of deployed software and also identify issues and bottlenecks in the deployment process. | Writes unit, integration, and end-to-end tests for the application code and fixes bugs related to the code. | -| Focuses on automating processes and ensuring a software application runs reliably and flawlessly. | Handles the development of web applications or a software program (frontend and backend) | -| Familiar with tools that aid task automation, code testing and deployments. | Has expertise in various frontend and backend programming languages | -| Focuses more on the infrastructure management side of the whole development life-cycle, which includes managing networks and servers. | Could either focus on the frontend and backend web architectures. | -| Has an in-depth understanding of operations to ensure optimal software delivery. | Possess a basic knowledge of operations. | +| Focuses on automating processes and ensuring a software application runs reliably and flawlessly. | Handles the development of web applications or a software program (frontend and backend) | +| Familiar with tools that aid task automation, code testing and deployments. | Has expertise in various frontend and backend programming languages | +| Focuses more on the infrastructure management side of the whole development life-cycle, which includes managing networks and servers. | Could either focus on the frontend and backend web architectures. | +| Has an in-depth understanding of operations to ensure optimal software delivery. | Possess a basic knowledge of operations. | ## DevOps engineer or full stack developer