chore: update roadmap content json (#7904)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
pull/7905/head
github-actions[bot] 1 month ago committed by GitHub
parent 8cf5765349
commit de1f9fc2d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/roadmap-content/engineering-manager.json
  2. 10
      public/roadmap-content/sql.json

@ -187,7 +187,7 @@
},
"ZyNbSBd8plAZ5lt5OEUYu": {
"title": "Cross-functional Collaboration",
"description": "",
"description": "One key responsibility of Engineering Managers is to establish clear communication across organisational functions, as they often have greater context and understanding of high-level processes. The job of establishing working cross-functional collaboration often includes defining areas of responsibility, formalising the communication streams, aligning goals, and resolving conflicts between teams.\n\nOne of the common symptoms of poor cross-functional collaboration is when team members are blocked by other teams. To tackle this, teams need a culture of open communication and trust that surfaces problems as early as possible. After problem is identified at a team level, Engineering Manager steps in and collaborates with other managers to improve the situation or escalate it to higher levels when necessary.\n\nEffective cross-functional collaboration establishes clearer expectations from all organisation functions and improves predictability of all participants.\n\nAs an example of tooling for cross-functional collaboration, teams can have publicly available Service Level Agreements (SLAs) or well-documented external communication processes. These tools help external teams set clearer expectations when working with the team, reducing ambiguity and friction.",
"links": []
},
"4v5yLKYVcMh0s7SQuf__C": {

@ -638,15 +638,15 @@
"title": "CHECK",
"description": "A `CHECK` constraint in SQL is used to enforce data integrity by specifying a condition that must be true for each row in a table. It allows you to define custom rules or restrictions on the values that can be inserted or updated in one or more columns. `CHECK` constraints help maintain data quality by preventing invalid or inconsistent data from being added to the database, ensuring that only data meeting specified criteria is accepted.\n\nLearn more from the following resources:",
"links": [
{
"title": "CHECK - PostgreSQL",
"url": "https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-check/",
"type": "article"
},
{
"title": "SQL CHECK Constraint",
"url": "https://www.w3schools.com/sql/sql_check.asp",
"type": "article"
},
{
"title": "CHECK Constraint",
"url": "https://www.youtube.com/watch?v=EeG2boJCXbc",
"type": "video"
}
]
},

Loading…
Cancel
Save