developer-roadmap changelog


Here's the latest scoop on our updates! We've been busy bees, adding some exciting new features and improvements to make your experience even better. 🎉


New feature: Engineering Manager Roadmap
We've rolled out a comprehensive Engineering Manager Roadmap, packed with resources to guide you through the world of engineering management. From agile methodologies to risk management, we've got you covered! Check out the PDF, visual aids, and markdown files to level up your management game.

New feature: Center of Mass Explainer Video
Dive into the world of game development with our new video on the center of mass (COM). This addition to our documentation is here to help you master the physics of game design with Unreal Engine. 🎮

New feature: PearAI Code Editor
Say hello to PearAI, the latest addition to our list of AI Code Editors! This open-source gem is here to supercharge your coding efficiency. Explore PearAI alongside other cutting-edge tools in our resources.

Improvement: AI Roadmaps Feature
Our AI roadmaps just got a major upgrade! Now three levels deep, with a new scheduling feature for learning time, plus the option to dismiss the sticky roadmap progress indicator. We've also added fresh project ideas to the Frontend Roadmap. 📈

Improvement: Engineering Manager Roadmap Content
We've polished up the Engineering Manager Roadmap with the latest insights on agile methodologies, budget planning, and more. It's your go-to guide for conquering management challenges!

New feature: Preloading of Ad Image
No more flickering ads! We've added a feature to preload the advertisement image in the StickyTopSponsor component. Enjoy a smoother browsing experience with this nifty enhancement.

Bugfix: Sticky Top Ad Issue
Fixed a pesky issue with the StickyTopSponsor component. Now, the ad links you directly to the sponsor's website, ensuring you get the content you want. 🛠️

Improvement: Container Orchestration Documentation
We've revamped our container orchestration docs to make them clearer and more informative. Dive into Kubernetes, Docker Swarm, and more with updated resources and simplified content.

Chore: Roadmap Content Update
Our roadmap content for AI engineering, backend development, and DevOps has been spruced up with new resources and updated links. Explore the latest in unit testing, container orchestration, and more!

Bugfix: PostgreSQL Link
Fixed a broken link in the PostgreSQL documentation, ensuring you have access to all the juicy details about its advantages and disadvantages. 📚


We hope these updates make your journey smoother and more exciting. Keep exploring, learning, and building amazing things! 🚀

Included Commits

2024-11-15T14:09:57 See commit

This commit addresses an issue in the StickyTopSponsor component by updating the hyperlink reference for the sponsor's ad. Previously, the href attribute was hardcoded to "https://www.google.com," which likely led to incorrect or irrelevant navigation when users clicked on the ad. The change modifies the href to dynamically use the sponsor.url, ensuring that users are directed to the correct sponsor's website.

In addition to this critical fix, the commit includes minor modifications to the component's structure, with a total of one line added and one line deleted. This update enhances the functionality of the sticky top advertisement, improving user experience by linking directly to relevant sponsor content.

Files changed

  • src/components/PageSponsors/StickyTopSponsor.tsx
2024-11-15T14:18:31 See commit

This commit introduces a feature to preload the advertisement image in the StickyTopSponsor component of the application. By creating a new Image object and setting its source to the sponsor's image URL, the code ensures that the image is loaded in advance, which helps to eliminate any flickering that may occur when the image is displayed for the first time.

The modifications are made in the StickyTopSponsor.tsx file, where four lines of code have been added to implement this preloading functionality. This enhancement aims to improve the user experience by providing a smoother transition when the sponsor's image is rendered on the page.

Files changed

  • src/components/PageSponsors/StickyTopSponsor.tsx
2024-11-17T00:36:29 See commit

This commit focuses on enhancing the documentation regarding container orchestration within the DevOps roadmap. The content was significantly simplified and updated to provide clearer explanations of container orchestration, emphasizing its importance in managing and automating the lifecycle of containers across multiple hosts. The revised document now includes a more comprehensive overview of key orchestration tools such as Kubernetes, Docker Swarm, and Apache Mesos, highlighting their roles in ensuring high availability, scalability, and reliability for applications.

Additionally, the commit improves the resource links related to container orchestration, replacing outdated links with more relevant and informative ones. This update aims to facilitate better learning and understanding of container orchestration concepts for users, making it easier to access essential information and tutorials. The changes reflect a collaborative effort, co-authored by Arik Chakma, to enhance the overall quality and usability of the documentation.

Files changed

  • src/data/roadmaps/devops/content/container-orchestration@Yq8kVoRf20aL_o4VZU5--.md
2024-11-17T19:57:12 See commit

The commit introduces PearAI as a new addition to the list of AI Code Editors, highlighting it as an open-source option for developers. This update emphasizes the growing availability of AI-powered development tools that enhance coding efficiency and capabilities.

In the modified file, a single line was added to include a link to PearAI, providing users with access to this resource. The update reflects a commitment to expanding the resources available for AI-driven coding solutions, showcasing PearAI alongside other notable AI code editors such as Cursor, Bolt, Replit, and v0.

Files changed

  • src/data/roadmaps/ai-engineer/content/ai-code-editors@XcKeQfpTA5ITgdX51I4y-.md
2024-11-18T15:28:52 See commit

This commit focuses on updating the roadmap content for various technical topics, specifically in the areas of AI engineering, backend development, and DevOps. In the AI engineer section, a new resource titled "PearAI - The Open Source, Extendable AI Code Editor" has been added. The backend section saw the modification of an existing link to a unit testing article, along with the addition of a new link titled "What is Unit Testing?" to enhance the learning resources available.

In the DevOps section, significant changes were made to the description of container orchestration, emphasizing its role in managing and automating container lifecycles across multiple hosts. Several outdated links were removed, while new resources related to container orchestration and Kubernetes were added, providing users with updated and relevant information for better understanding and application of these concepts. Overall, the commit enhances the educational content available in the roadmap, making it more comprehensive and relevant for users interested in these technical fields.

Files changed

  • public/roadmap-content/ai-engineer.json
  • public/roadmap-content/backend.json
  • public/roadmap-content/devops.json
2024-11-18T15:32:55 See commit

The commit introduces a new video resource aimed at enhancing the understanding of the center of mass (COM) concept within the context of game development. The video, titled "Playing With Unreal Engine Physics: Center of Mass," is added to the existing documentation to provide a more comprehensive explanation of COM.

In the modified file, a single addition is made to the resources section, linking to the YouTube video. This addition complements the existing text that defines the center of mass and offers further learning opportunities for developers seeking to deepen their knowledge of physics in game design.

Files changed

  • src/data/roadmaps/game-developer/content/center-of-mass@HWtU4q-YPXxSi64t43VNF.md
2024-11-18T20:55:27 See commit

This commit introduces a new entry to the changelog, highlighting significant improvements to the AI roadmaps feature. The updates include enhancements that allow the roadmaps to be three levels deep, providing users with more detailed information. Additionally, a new feature for scheduling learning time has been implemented, enabling users to allocate specific time slots for their learning directly from the roadmap interface.

Other notable changes include the ability to dismiss the sticky roadmap progress indicator, the addition of new project ideas to the Frontend Roadmap, and various bug fixes and performance enhancements. The commit also teases an upcoming Engineering Manager Roadmap, set to be released soon. Overall, these updates aim to enhance user experience and improve the functionality of the platform.

Files changed

  • src/data/changelogs/ai-roadmaps-depth.md
2024-11-19T02:19:32 See commit

This commit introduces a comprehensive engineering manager roadmap, adding a variety of new resources and content aimed at guiding engineering managers in their roles. The commit includes the addition of a PDF document outlining the roadmap, a visual representation in PNG format, and multiple markdown files that cover a wide range of topics essential for engineering management, such as agile methodologies, budget planning, team motivation, and risk management, among others.

In addition to the new content, the commit also modifies existing files to integrate the new roadmap effectively. Overall, this update serves to enhance the available resources for engineering managers, providing them with structured guidance and best practices to navigate their responsibilities and foster team success.

Files changed

  • public/pdfs/roadmaps/engineering-manager.pdf
  • public/roadmaps/engineering-manager.png
  • src/components/RelatedRoadmaps.astro
  • src/data/roadmaps/devrel/devrel.md
  • src/data/roadmaps/engineering-manager/content/agile-methodologies@n9gvPHn4c1U-l6v-W9v6r.md
  • src/data/roadmaps/engineering-manager/content/api-strategy@ukmMMWacekcejEiEKCLzh.md
  • src/data/roadmaps/engineering-manager/content/architectural-decision-making@FtWNnOE3zObmjS-Og26M3.md
  • src/data/roadmaps/engineering-manager/content/architecture-documentation@gHhNi32MSBmqk-oKOy-uj.md
  • src/data/roadmaps/engineering-manager/content/bias-recognition--mitigation@g9FvFKC715tZL2ZGlPl3N.md
  • src/data/roadmaps/engineering-manager/content/blameless-post-mortems@fYkKo8D35AHd8agr3YrIP.md
  • src/data/roadmaps/engineering-manager/content/board-presentations@5MM1ccB1pmQcd3Uyjmbr7.md
  • src/data/roadmaps/engineering-manager/content/brown-bags@S8-nwYKlG7YHL2dWwR303.md
  • src/data/roadmaps/engineering-manager/content/budget-planning@oqjr26B27SHSYVQ4IFnA1.md
  • src/data/roadmaps/engineering-manager/content/budget-requests@pLUOU2AmAJ9aJAmIlVD7D.md
  • src/data/roadmaps/engineering-manager/content/build-vs-buy-evaluation@H0aav5qKDNiNegJOGP2rx.md
  • src/data/roadmaps/engineering-manager/content/business-case-development@vhOHvfF_lfQrrOK6sGLTY.md
  • src/data/roadmaps/engineering-manager/content/business-continuity@FwK-B7jRbBXVnuY9JxI1w.md
  • src/data/roadmaps/engineering-manager/content/career-development-planning@fhFSR_N4ZDTHINEinubHG.md
  • src/data/roadmaps/engineering-manager/content/change-management@tt02qGHSn4fPbpboZ1Ni_.md
  • src/data/roadmaps/engineering-manager/content/change-strategy@1__zRE1iu1FDX9ynpWSBS.md
  • src/data/roadmaps/engineering-manager/content/cicd-implementation@gAEmpSMvNyjmTa5q9oZSg.md
  • src/data/roadmaps/engineering-manager/content/code-review-best-practices@40yK6XzI8lSxdiAXxtF75.md
  • src/data/roadmaps/engineering-manager/content/communication-planning@Mxi4g_PzT0oYc3NgR0UVg.md
  • src/data/roadmaps/engineering-manager/content/company-culture@KA0y6KdVTjJFeX3frHUNo.md
  • src/data/roadmaps/engineering-manager/content/contingency-planning@2RwpGPegD2GyiiV6SVbbM.md
  • src/data/roadmaps/engineering-manager/content/cost-optimization@rbhZJZtRV1ZZ5QaYW77ry.md
  • src/data/roadmaps/engineering-manager/content/cross-department-collaboration@Hb_rZe4k37Rr0enSh7woV.md
  • src/data/roadmaps/engineering-manager/content/cross-functional-collaboration@ZyNbSBd8plAZ5lt5OEUYu.md
  • src/data/roadmaps/engineering-manager/content/culture-evolution@y7YHIz7OI4sNfC_nhfLcu.md
  • src/data/roadmaps/engineering-manager/content/customer-feedback-integration@QEViLNgG4Uv9Q9PWig0u3.md
  • src/data/roadmaps/engineering-manager/content/customer-success-alignment@A-Aa7VdDAYfaMUZD_cWwP.md
  • src/data/roadmaps/engineering-manager/content/decision-records@dTjp_rEl1ITZjvELqVtfv.md
  • src/data/roadmaps/engineering-manager/content/defining-and-enforcing-values@ZuZuzwy-Frsn_PFJZVuAQ.md
  • src/data/roadmaps/engineering-manager/content/delegation@bx2SMhR58ud45se5dK7qS.md
  • src/data/roadmaps/engineering-manager/content/dependency-management@hH-UDVFlgKoMJcI1ssDFv.md
  • src/data/roadmaps/engineering-manager/content/development--release-workflow@bpJPDbifPwS4ScOoATlEI.md
  • src/data/roadmaps/engineering-manager/content/disaster-recovery@KOTzJ8e7mc0wmF46vrj3I.md
  • src/data/roadmaps/engineering-manager/content/em-vs-tech-lead-vs-ic@oKbeLp4YB8rI1Q3vi0EnG.md
  • src/data/roadmaps/engineering-manager/content/emergency-protocols@Xaeb67Nqdi0kwvehQUYeJ.md
  • src/data/roadmaps/engineering-manager/content/emotional-intelligence@h7gEQNbGiabDA1q1Bk_IB.md
  • src/data/roadmaps/engineering-manager/content/executive-summaries@CHothgVl8ulFthwS7uKqK.md
  • src/data/roadmaps/engineering-manager/content/external-collaboration@Jctp5tPCK_vY35_bh7QFk.md
  • src/data/roadmaps/engineering-manager/content/feature-prioritization@2QwMcO27H3ygtLlWVplxr.md
  • src/data/roadmaps/engineering-manager/content/feedback-delivery@Az9GgkLFoat2t_sYRUBv5.md
  • src/data/roadmaps/engineering-manager/content/hiring-and-recruitment@3na5mBIPl5f6mjEzkgD_C.md
  • src/data/roadmaps/engineering-manager/content/impact-assessment@oGmtkOGVgA4huGJqkBEfj.md
  • src/data/roadmaps/engineering-manager/content/incident-management@o1xPrfg8iNWQpD12xsbQJ.md
  • src/data/roadmaps/engineering-manager/content/inclusive-environment-creation@6iM0n4faMNhk4mezS9AcG.md
  • src/data/roadmaps/engineering-manager/content/innovation-fostering@njqjYPMQK3nGYtqHzUylo.md
  • src/data/roadmaps/engineering-manager/content/integration-management@f3P0fF4UzgVQZuMVTVmP1.md
  • src/data/roadmaps/engineering-manager/content/knowledge-bases@7t9jmv3_lRCEG5y5DA8bF.md
  • src/data/roadmaps/engineering-manager/content/knowledge-sharing-practices@74-7hDXaBVXYo6LJdgac_.md
  • src/data/roadmaps/engineering-manager/content/kpi-definition@Wd8FCEaGZBTvsD-k4t0r4.md
  • src/data/roadmaps/engineering-manager/content/learning-culture-development@aeD-kBZEr1NHFtAD8yHI_.md
  • src/data/roadmaps/engineering-manager/content/legacy-system-retirement@9mNLfntu1TPjcX3RoUeMq.md
  • src/data/roadmaps/engineering-manager/content/legacy-system-retirement@QUxpEK8smXRBs2gMdDInB.md
  • src/data/roadmaps/engineering-manager/content/lessons-learned@HUQ_-vU2pdBPyF0mBocHz.md
  • src/data/roadmaps/engineering-manager/content/market-awareness@P2gIOt-i0sQEOMBo-XjZO.md
  • src/data/roadmaps/engineering-manager/content/mentoring-and-coaching@0ULnfq0ZFJXgoLbKM1gxC.md
  • src/data/roadmaps/engineering-manager/content/mentoring-programs@g6K9fxWdRQT5h_u4Y_bkq.md
  • src/data/roadmaps/engineering-manager/content/migration-planning@QMAIEkVFHrrP6lUWvd0S8.md
  • src/data/roadmaps/engineering-manager/content/milestone-management@PXobPGPgCX3_55w4UtxT9.md
  • src/data/roadmaps/engineering-manager/content/one-on-one-meetings@b3qoH_LuW-Gz4N8WdGnZs.md
  • src/data/roadmaps/engineering-manager/content/organization-structure@mjMRNhPkeb4lEZXBb8Iot.md
  • src/data/roadmaps/engineering-manager/content/people@aSZ2uVCmpAdEPjJt6VKG4.md
  • src/data/roadmaps/engineering-manager/content/performance-evaluations@eJzYnoB6sArLjXRm51cM4.md
  • src/data/roadmaps/engineering-manager/content/politics-navigation@Zoz01JcNU69gr95IcWhYM.md
  • src/data/roadmaps/engineering-manager/content/post-incident-analysis@8zyK34SwHry2lrWchw0KZ.md
  • src/data/roadmaps/engineering-manager/content/process-changes@ev9ZKygqETctLMSt1GAFU.md
  • src/data/roadmaps/engineering-manager/content/process-documentation@Kwy9O1z2hpeE0Sb3qtxEg.md
  • src/data/roadmaps/engineering-manager/content/process@iZFn0FaRdrGv_-_8zii_-.md
  • src/data/roadmaps/engineering-manager/content/product-strategy-alignment@nC5dfGlxbLoXUAp2u-6Gl.md
  • src/data/roadmaps/engineering-manager/content/product@p9ecMvHCqjmvxf67di7pY.md
  • src/data/roadmaps/engineering-manager/content/production-issues-management@kQG_wk66-51dA4Ly9ivjM.md
  • src/data/roadmaps/engineering-manager/content/project-postmortems@g9WWa50V8ZbhIJgBRx0Nd.md
  • src/data/roadmaps/engineering-manager/content/project-tracking@SuT6q5lMMSyVkadlQp7iU.md
  • src/data/roadmaps/engineering-manager/content/quality-metrics@ZWWsuFm_G4kvvl_cv8l_t.md
  • src/data/roadmaps/engineering-manager/content/recognition-programs@Vb3A4a-UpGTAEs-dVI66s.md
  • src/data/roadmaps/engineering-manager/content/release-management@-Qc6E3gkUUonfzifYqeJJ.md
  • src/data/roadmaps/engineering-manager/content/reorganizations@5_CE3p5jMA1uEqFNfp7Kh.md
  • src/data/roadmaps/engineering-manager/content/resistance-management@vfp6VmWnhpre_eDORg7ht.md
  • src/data/roadmaps/engineering-manager/content/resource-allocation@4v5yLKYVcMh0s7SQuf__C.md
  • src/data/roadmaps/engineering-manager/content/resource-forecasting@iwwxnSVvCmZ57stXwzk8G.md
  • src/data/roadmaps/engineering-manager/content/responsibility-shifts@eIlW4mZKNQfBsTDmZf7ex.md
  • src/data/roadmaps/engineering-manager/content/risk-management@mgw6M8I9qy1EoJpJV-gy1.md
  • src/data/roadmaps/engineering-manager/content/roi-analysis@XinUWPahOdufmLYcEwMj_.md
  • src/data/roadmaps/engineering-manager/content/role-transitions@FayHWdUHHYFFBwnXx37Gk.md
  • src/data/roadmaps/engineering-manager/content/scaling-infrastructure@EyoVFmqOJbH1sAPHLISFt.md
  • src/data/roadmaps/engineering-manager/content/scope-management@C-lJJSjT8Cxw_UT3ocFsO.md
  • src/data/roadmaps/engineering-manager/content/security--best-practices@sQCLhk__jvbityuuLlxiW.md
  • src/data/roadmaps/engineering-manager/content/security-incident-handling@FNp4-RgPvfC76pJKjX56a.md
  • src/data/roadmaps/engineering-manager/content/service-recovery@2fHcb1dAnf34APCAAlwnR.md
  • src/data/roadmaps/engineering-manager/content/social-connections@LE3ykySYFL23KvuwxeBaR.md
  • src/data/roadmaps/engineering-manager/content/software-engineering-background@fBENrXdMhoGYgL_d96tgo.md
  • src/data/roadmaps/engineering-manager/content/stakeholder-communication@irEwTIubCjORnlH27QpEo.md
  • src/data/roadmaps/engineering-manager/content/stakeholder-management@34uOnta7dKOyZL0et_RC8.md
  • src/data/roadmaps/engineering-manager/content/stakeholder-management@TVqVlJqegLZRSkwNoHbBf.md
  • src/data/roadmaps/engineering-manager/content/status-reporting@gqKEgKjEu5sOf5Gl-HS-j.md
  • src/data/roadmaps/engineering-manager/content/strategic-proposals@uBrsV_EocAkRWEqJYjoZn.md
  • src/data/roadmaps/engineering-manager/content/system-design-and-architecture@iX4HPgoiEbc_gze1A01n4.md
  • src/data/roadmaps/engineering-manager/content/system-monitoring--performance@pduPcv2QPpVmVvDdK4CPi.md
  • src/data/roadmaps/engineering-manager/content/team-health-metrics@KPDHk7tl_BnIj_obnq3Kl.md
  • src/data/roadmaps/engineering-manager/content/team-meetings@e0ZuiCoS8sJ0XB1lNiz7_.md
  • src/data/roadmaps/engineering-manager/content/team-mergers@ph0U4l2alVJ8lUJ96q7co.md
  • src/data/roadmaps/engineering-manager/content/team-motivation@U_oOnDXkCE387r9olvMZB.md
  • src/data/roadmaps/engineering-manager/content/team-structure-and-design@tPDmXXjvFI_8-MTo_dEUw.md
  • src/data/roadmaps/engineering-manager/content/team-traditions-and-rituals@8Nro6PTkEkNugYBjQfJ6O.md
  • src/data/roadmaps/engineering-manager/content/tech-talks@2LO0iWf-y3l4rA1n_oG1g.md
  • src/data/roadmaps/engineering-manager/content/technical-customer-support@V5s2i-L2tsZFNxMLN_e_U.md
  • src/data/roadmaps/engineering-manager/content/technical-debt-and-management@EY6Hk5wPd9Y_VA1UROk44.md
  • src/data/roadmaps/engineering-manager/content/technical-excellence-mindset@Cq0OFaWqSRathZO-bxBrP.md
  • src/data/roadmaps/engineering-manager/content/technical-partnerships@tCT2syTMyEHCspDLXxk6R.md
  • src/data/roadmaps/engineering-manager/content/technical-risk-assessment@d7zMBhMFgY9MwmKC9CVVh.md
  • src/data/roadmaps/engineering-manager/content/technical-roadmapping@ikCJ8Ybu2AD1w5VuPNVAO.md
  • src/data/roadmaps/engineering-manager/content/technical-standards-setting@C2YsaZ32An_UXV8lB7opm.md
  • src/data/roadmaps/engineering-manager/content/technology-adoption@jerPoyfCcwZbNuE_cl1hq.md
  • src/data/roadmaps/engineering-manager/content/technology-partnerships@xMN575nnnQJeHe2oJYw17.md
  • src/data/roadmaps/engineering-manager/content/testing-strategies@q5SJyM1d8cQzzAcR-kotB.md
  • src/data/roadmaps/engineering-manager/content/timeline-estimation@QWO5QFS7kXwfu3aa8IiRt.md
  • src/data/roadmaps/engineering-manager/content/tool-transitions@f-52wRfPRrA9iniOMYQB7.md
  • src/data/roadmaps/engineering-manager/content/trust--influence-building@7PBmYoSmIgZT21a2Ip3_S.md
  • src/data/roadmaps/engineering-manager/content/velocity-tracking@idd92ZTBVUzptBl5jRdc3.md
  • src/data/roadmaps/engineering-manager/content/vendor-management@Imgt669vbUT_Iec2o4Gvt.md
  • src/data/roadmaps/engineering-manager/content/vendor-relationships@WYoqfmk5ejB2UOiYXh4Zi.md
  • src/data/roadmaps/engineering-manager/content/vision-alignment@QssXmeifoI3dtu-eXp8PK.md
  • src/data/roadmaps/engineering-manager/content/war-room-management@LQ3YfAgJ4UaDgtnN-cMht.md
  • src/data/roadmaps/engineering-manager/content/what-is-engineering-management@_hYN0gEi9BL24nptEtXWU.md
  • src/data/roadmaps/engineering-manager/engineering-manager.json
  • src/data/roadmaps/engineering-manager/engineering-manager.md
2024-11-19T15:24:59 See commit

This commit introduces an "Engineering Manager Roadmap" to the existing collection of career roadmaps in the project. The changes are reflected in multiple files, including the readme.md, where the new roadmap is listed alongside others such as Data Analyst and MLOps. Additionally, updates were made to the RoadmapsPage.tsx file to categorize the new roadmap under a "Management" group, ensuring it is easily accessible for users interested in management roles.

Further modifications were made to various roadmap documents to link the Engineering Manager roadmap with related roadmaps, enhancing the interconnectedness of career paths within the platform. The get-started.astro page was also updated to feature the Engineering Manager roadmap prominently, encouraging users to explore management career options. Overall, this commit expands the resource offerings for users looking to advance in engineering management roles.

Files changed

  • readme.md
  • src/components/Roadmaps/RoadmapsPage.tsx
  • src/data/roadmaps/product-manager/product-manager.md
  • src/data/roadmaps/software-architect/software-architect.md
  • src/data/roadmaps/system-design/system-design.md
  • src/pages/get-started.astro
2024-11-19T21:18:17 See commit

This commit focuses on enhancing the engineering manager roadmap by modifying various content files related to key management topics. The updates span a wide range of subjects essential for engineering managers, including agile methodologies, architectural decision-making, budget planning, business continuity, and effective communication strategies. Each file has been revised to reflect the latest practices and insights, thereby providing a more comprehensive guide for engineering managers to navigate their roles effectively.

The modifications aim to equip engineering managers with updated knowledge and best practices in areas such as change management, conflict resolution, and cross-department collaboration. By refining these resources, the commit enhances the roadmap's utility as a reference tool, ensuring that engineering managers are well-prepared to address the challenges they face in their positions and contribute to their organizations' success.

Files changed

  • src/data/roadmaps/engineering-manager/content/agile-methodologies@n9gvPHn4c1U-l6v-W9v6r.md
  • src/data/roadmaps/engineering-manager/content/api-strategy@ukmMMWacekcejEiEKCLzh.md
  • src/data/roadmaps/engineering-manager/content/architectural-decision-making@FtWNnOE3zObmjS-Og26M3.md
  • src/data/roadmaps/engineering-manager/content/architecture-documentation@gHhNi32MSBmqk-oKOy-uj.md
  • src/data/roadmaps/engineering-manager/content/best-practices@4-MCXFOkMGcN369OPG-vw.md
  • src/data/roadmaps/engineering-manager/content/bias-recognition--mitigation@g9FvFKC715tZL2ZGlPl3N.md
  • src/data/roadmaps/engineering-manager/content/blameless-post-mortems@fYkKo8D35AHd8agr3YrIP.md
  • src/data/roadmaps/engineering-manager/content/board-presentations@5MM1ccB1pmQcd3Uyjmbr7.md
  • src/data/roadmaps/engineering-manager/content/brown-bags@S8-nwYKlG7YHL2dWwR303.md
  • src/data/roadmaps/engineering-manager/content/budget-planning@oqjr26B27SHSYVQ4IFnA1.md
  • src/data/roadmaps/engineering-manager/content/budget-requests@pLUOU2AmAJ9aJAmIlVD7D.md
  • src/data/roadmaps/engineering-manager/content/build-vs-buy-evaluation@H0aav5qKDNiNegJOGP2rx.md
  • src/data/roadmaps/engineering-manager/content/business-case-development@vhOHvfF_lfQrrOK6sGLTY.md
  • src/data/roadmaps/engineering-manager/content/business-continuity@FwK-B7jRbBXVnuY9JxI1w.md
  • src/data/roadmaps/engineering-manager/content/career-development-planning@fhFSR_N4ZDTHINEinubHG.md
  • src/data/roadmaps/engineering-manager/content/change-management@tt02qGHSn4fPbpboZ1Ni_.md
  • src/data/roadmaps/engineering-manager/content/change-strategy@1__zRE1iu1FDX9ynpWSBS.md
  • src/data/roadmaps/engineering-manager/content/cicd-implementation@gAEmpSMvNyjmTa5q9oZSg.md
  • src/data/roadmaps/engineering-manager/content/code-review-best-practices@40yK6XzI8lSxdiAXxtF75.md
  • src/data/roadmaps/engineering-manager/content/communication-planning@Mxi4g_PzT0oYc3NgR0UVg.md
  • src/data/roadmaps/engineering-manager/content/company-culture@KA0y6KdVTjJFeX3frHUNo.md
  • src/data/roadmaps/engineering-manager/content/competitive-analysis@76GjwwEYaEX_kh02OSpdr.md
  • src/data/roadmaps/engineering-manager/content/conflict-resolution@QA5CR5f0geC_RQc_SOK-N.md
  • src/data/roadmaps/engineering-manager/content/contingency-planning@2RwpGPegD2GyiiV6SVbbM.md
  • src/data/roadmaps/engineering-manager/content/cost-optimization@rbhZJZtRV1ZZ5QaYW77ry.md
  • src/data/roadmaps/engineering-manager/content/cross-department-collaboration@Hb_rZe4k37Rr0enSh7woV.md
2024-11-20T16:42:49 See commit

This commit addresses a minor fix in the PostgreSQL documentation by updating a broken link. Specifically, it modifies the resource list in the file 101-postgresql.md to correct the URL for an article titled "Introduction, Advantages & Disadvantages of PostgreSQL."

The changes include one addition and one deletion, resulting in a total of two modifications to ensure that users can access the relevant information without encountering a broken link. The update enhances the overall reliability of the documentation by providing accurate resources for users interested in learning more about PostgreSQL.

Files changed

  • src/data/roadmaps/aspnet-core/content/107-databases/102-relational/101-postgresql.md