From bc6d57621f52e9f6e80491023582081b1f29fdd7 Mon Sep 17 00:00:00 2001 From: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:12:32 +0000 Subject: [PATCH] chore: update roadmap content json --- public/roadmap-content/cyber-security.json | 2 +- public/roadmap-content/engineering-manager.json | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/public/roadmap-content/cyber-security.json b/public/roadmap-content/cyber-security.json index d2d68bcad..f5c8f28a6 100644 --- a/public/roadmap-content/cyber-security.json +++ b/public/roadmap-content/cyber-security.json @@ -4451,7 +4451,7 @@ ] }, "RJctUpvlUJGAdwBNtDSXw": { - "title": "Understand the concept of Infrastructure as Cloud", + "title": "Understand the concept of Infrastructure as Code", "description": "Infrastructure as Code (IaC) is a practice of managing and provisioning computing infrastructure through machine-readable definition files, rather than physical hardware configuration or interactive configuration tools. It treats infrastructure configuration as software, allowing it to be version-controlled, tested, and automatically deployed. IaC enables consistent, repeatable environment setups, reduces manual errors, facilitates rapid scaling and disaster recovery, and improves collaboration between development and operations teams. Popular IaC tools include Terraform, AWS CloudFormation, and Ansible, which use declarative or imperative approaches to define infrastructure states. This approach is fundamental to DevOps practices, cloud computing, and the efficient management of complex, dynamic IT environments.\n\nLearn more from the following resources:", "links": [ { diff --git a/public/roadmap-content/engineering-manager.json b/public/roadmap-content/engineering-manager.json index 60f8d8281..d7df92606 100644 --- a/public/roadmap-content/engineering-manager.json +++ b/public/roadmap-content/engineering-manager.json @@ -1,8 +1,14 @@ { "_hYN0gEi9BL24nptEtXWU": { "title": "What is Engineering Management?", - "description": "", - "links": [] + "description": "Engineering management is the integration of engineering principles with business practices to oversee and optimize complex engineering-driven enterprises. It involves planning, organizing, allocating resources, and directing activities that have a technological component.\n\nLearn more from the following resources:", + "links": [ + { + "title": "Engineering Management Resources", + "url": "https://github.com/engineering-management/awesome-engineering-management", + "type": "article" + } + ] }, "oKbeLp4YB8rI1Q3vi0EnG": { "title": "EM vs Tech Lead vs IC",