mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-19 07:31:24 +02:00
chore: update roadmap content json (#7805)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
68675d6c16
commit
d7ed3a1cb5
@@ -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": [
|
||||
{
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user