chore: update roadmap content json (#7805)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
pull/7822/head
github-actions[bot] 3 days ago committed by GitHub
parent 68675d6c16
commit d7ed3a1cb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/roadmap-content/cyber-security.json
  2. 10
      public/roadmap-content/engineering-manager.json

@ -4451,7 +4451,7 @@
] ]
}, },
"RJctUpvlUJGAdwBNtDSXw": { "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:", "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": [ "links": [
{ {

@ -1,8 +1,14 @@
{ {
"_hYN0gEi9BL24nptEtXWU": { "_hYN0gEi9BL24nptEtXWU": {
"title": "What is Engineering Management?", "title": "What is Engineering Management?",
"description": "", "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": [] "links": [
{
"title": "Engineering Management Resources",
"url": "https://github.com/engineering-management/awesome-engineering-management",
"type": "article"
}
]
}, },
"oKbeLp4YB8rI1Q3vi0EnG": { "oKbeLp4YB8rI1Q3vi0EnG": {
"title": "EM vs Tech Lead vs IC", "title": "EM vs Tech Lead vs IC",

Loading…
Cancel
Save