developer-roadmap changelog


Hey there, awesome people! We've got some cool updates and fixes to share with you. Here's a sneak peek at what's been cooking in our development kitchen. Get ready to dive into the latest changes, improvements, and bug zaps! 🚀✨

  • New feature: AI Course Generator 🎓🤖
    Say hello to our shiny new AI course generator! Create and manage your AI courses with ease. We've added a course landing page, AI course page, and tons of goodies like error handling, course progress tracking, code highlighting, and usage limits. The UI got a major facelift for a smoother, more responsive experience. Plus, there's a snazzy upgrade button for those who want to level up. 🚀

  • New feature: AI Tutor Link in Navigation 🧭
    Navigate with ease! We've added a link to the AI Tutor page in the navigation bar. Now you can find your AI Tutor faster than ever, with a cool animated ping effect to catch your eye. Whether you're on mobile or desktop, your AI Tutor is just a click away!

  • Improvement: Refactor Flutter Roadmap Content 📚
    Flutter enthusiasts, rejoice! We've revamped the Flutter roadmap, covering everything from Dart basics to deployment strategies. Whether you're a newbie or a pro, the improved clarity and consistency will make your learning journey even smoother.

  • Improvement: Update Design 🎨
    We've spruced up the design of the EmptyBillingScreen component. Enjoy a cleaner look, with more spacing and a simplified header. The upgrade button is now more prominent, making it easier for you to explore those sweet pro benefits.

  • Improvement: Update Sidebar UI for Courses 📋
    The sidebar for courses just got a makeover! With a new outline view and buttons for easy navigation, you'll breeze through your courses like never before. We've also tweaked the layout and styling to make everything more intuitive and user-friendly.

  • Chore: Update Roadmap Content JSON 🛠️
    We've updated the roadmap content for Engineering Managers and TypeScript developers. New resources, streamlined info, and a focus on building trust and influence make this update a must-see for leaders and developers alike.

  • Bugfix: Typo in Filename 🔍
    Oops! We fixed a typo in a filename to keep things clear and consistent. A small change, but every little bit helps!

  • Bugfix: Broken Link 🔗
    We've fixed a broken link in the MongoDB Kafka Connector documentation. Now you can easily access the right resources for installation and setup.

  • Bugfix: Remove Member Only Content 🚫
    We've removed a resource that required a membership subscription from the Java exception handling roadmap. Now, all remaining resources are free and accessible to everyone.

Thanks for being amazing, and happy exploring! 🥳

Included Commits

2025-03-08T02:04:12 See commit

In this commit, the roadmap content for the Engineering Manager role has been updated to enhance the description related to building trust and influence. The revised description retains the original emphasis on the importance of establishing a solid reputation, being an active listener, and fostering an open environment. However, it now includes a new resource link titled "Understanding The Trust Equation," which aims to provide further insights into the topic. This change aims to enrich the knowledge base for Engineering Managers by offering practical resources that align with the skills necessary for effective leadership.

Additionally, the TypeScript roadmap content has been modified by removing a specific resource related to utility types, streamlining the information available. Overall, these updates reflect a commitment to improving the clarity and usefulness of the roadmap for both Engineering Managers and TypeScript developers.

Files changed

  • public/roadmap-content/engineering-manager.json
  • public/roadmap-content/typescript.json
2025-03-09T16:40:50 See commit

The commit titled "fix: remove member only content (#8307)" addresses an issue where a resource linked in the Java exception handling roadmap was not freely accessible, as it required a membership subscription to view. To enhance accessibility for all users, the commit modifies the content by removing the link to the article "Mastering Java Exception Handling: A Comprehensive Guide."

In summary, the changes made involve the deletion of the non-free resource from the roadmap, ensuring that all remaining links are accessible without any membership requirement. This adjustment aims to improve the overall user experience by providing only free resources for learning about exception handling in Java.

Files changed

  • src/data/roadmaps/java/content/exception-handling@g9P3548F38tYGjevBc42w.md
2025-03-10T12:44:18 See commit

This commit addresses a typographical error in a filename. The correction ensures that the filename is accurate, potentially improving clarity and consistency within the project. Such adjustments, while seemingly minor, can enhance the overall quality of the codebase and prevent potential confusion or errors in future development.

Files changed

2025-03-11T12:59:56 See commit

The commit titled "feat: refractor flutter roadmap content (#8311)" focuses on a comprehensive refactoring of the Flutter roadmap content, specifically addressing various topics ranging from Dart basics to deployment strategies. The changes include modifications to multiple markdown files that cover fundamental concepts such as variables, functions, and control flow statements, as well as advanced topics like state management, animations, testing, and CI/CD practices. Each section of the roadmap, from setup to deployment, has been updated to enhance clarity and ensure consistency across the educational material.

In total, numerous files across different categories were modified, indicating a significant overhaul aimed at improving the learning experience for developers engaging with Flutter. This extensive update not only refines the existing content but also ensures that it remains relevant and accessible for users at all levels, from beginners to advanced practitioners.

Files changed

  • src/data/roadmaps/flutter/content/100-dart-basics/101-variables.md
  • src/data/roadmaps/flutter/content/100-dart-basics/102-built-in-types.md
  • src/data/roadmaps/flutter/content/100-dart-basics/103-functions.md
  • src/data/roadmaps/flutter/content/100-dart-basics/104-operators.md
  • src/data/roadmaps/flutter/content/100-dart-basics/105-control-flow-statements.md
  • src/data/roadmaps/flutter/content/101-setup-development-environment/100-flutter-cli.md
  • src/data/roadmaps/flutter/content/101-setup-development-environment/101-ides/100-vs-code.md
  • src/data/roadmaps/flutter/content/101-setup-development-environment/101-ides/101-android-studio.md
  • src/data/roadmaps/flutter/content/101-setup-development-environment/101-ides/102-intellij-idea.md
  • src/data/roadmaps/flutter/content/101-setup-development-environment/101-ides/index.md
  • src/data/roadmaps/flutter/content/101-setup-development-environment/102-fvm.md
  • src/data/roadmaps/flutter/content/101-setup-development-environment/index.md
  • src/data/roadmaps/flutter/content/102-widgets/100-stateless-widgets.md
  • src/data/roadmaps/flutter/content/102-widgets/101-stateful-widgets.md
  • src/data/roadmaps/flutter/content/102-widgets/102-styled-widgets/100-material-widgets.md
  • src/data/roadmaps/flutter/content/102-widgets/102-styled-widgets/101-cupertino-widgets.md
  • src/data/roadmaps/flutter/content/102-widgets/102-styled-widgets/index.md
  • src/data/roadmaps/flutter/content/102-widgets/103-inherited-widgets.md
  • src/data/roadmaps/flutter/content/102-widgets/104-responsive-widgets.md
  • src/data/roadmaps/flutter/content/102-widgets/index.md
  • src/data/roadmaps/flutter/content/103-working-with-assets/100-fonts.md
  • src/data/roadmaps/flutter/content/103-working-with-assets/101-images.md
  • src/data/roadmaps/flutter/content/103-working-with-assets/102-other-file-types.md
  • src/data/roadmaps/flutter/content/103-working-with-assets/index.md
  • src/data/roadmaps/flutter/content/104-version-control-systems/100-git.md
  • src/data/roadmaps/flutter/content/104-version-control-systems/index.md
  • src/data/roadmaps/flutter/content/105-repo-hosting-services/100-github.md
  • src/data/roadmaps/flutter/content/105-repo-hosting-services/index.md
  • src/data/roadmaps/flutter/content/106-design-principles/100-dependency-injection.md
  • src/data/roadmaps/flutter/content/106-design-principles/101-design-patterns.md
  • src/data/roadmaps/flutter/content/106-design-principles/102-solid-principles.md
  • src/data/roadmaps/flutter/content/106-design-principles/index.md
  • src/data/roadmaps/flutter/content/107-package-manager/100-pub-dev.md
  • src/data/roadmaps/flutter/content/107-package-manager/101-flutter-pub-dart-pub.md
  • src/data/roadmaps/flutter/content/107-package-manager/index.md
  • src/data/roadmaps/flutter/content/108-working-with-apis/100-json.md
  • src/data/roadmaps/flutter/content/108-working-with-apis/101-web-sockets.md
  • src/data/roadmaps/flutter/content/108-working-with-apis/102-graphql.md
  • src/data/roadmaps/flutter/content/109-storage/101-shared-preferences.md
  • src/data/roadmaps/flutter/content/109-storage/102-firebase/100-authentication.md
  • src/data/roadmaps/flutter/content/109-storage/102-firebase/101-storage.md
  • src/data/roadmaps/flutter/content/109-storage/102-firebase/102-firestore.md
  • src/data/roadmaps/flutter/content/109-storage/102-firebase/103-push-notifications.md
  • src/data/roadmaps/flutter/content/109-storage/102-firebase/104-remote-config.md
  • src/data/roadmaps/flutter/content/109-storage/102-firebase/105-cloud-functions.md
  • src/data/roadmaps/flutter/content/109-storage/102-firebase/index.md
  • src/data/roadmaps/flutter/content/109-storage/index.md
  • src/data/roadmaps/flutter/content/110-advanced-dart/100-core-libraries.md
  • src/data/roadmaps/flutter/content/110-advanced-dart/101-lists.md
  • src/data/roadmaps/flutter/content/110-advanced-dart/102-collections.md
  • src/data/roadmaps/flutter/content/110-advanced-dart/103-lambdas.md
  • src/data/roadmaps/flutter/content/110-advanced-dart/104-functional-programming.md
  • src/data/roadmaps/flutter/content/110-advanced-dart/105-isolates.md
  • src/data/roadmaps/flutter/content/110-advanced-dart/106-async-await.md
  • src/data/roadmaps/flutter/content/110-advanced-dart/107-streams.md
  • src/data/roadmaps/flutter/content/110-advanced-dart/108-futures.md
  • src/data/roadmaps/flutter/content/110-advanced-dart/index.md
  • src/data/roadmaps/flutter/content/111-state-management/100-provider.md
  • src/data/roadmaps/flutter/content/111-state-management/101-bloc.md
  • src/data/roadmaps/flutter/content/111-state-management/102-riverpod.md
  • src/data/roadmaps/flutter/content/111-state-management/103-velocity-x.md
  • src/data/roadmaps/flutter/content/111-state-management/104-get-x.md
  • src/data/roadmaps/flutter/content/111-state-management/105-redux.md
  • src/data/roadmaps/flutter/content/111-state-management/106-value-notifier.md
  • src/data/roadmaps/flutter/content/111-state-management/107-change-notifier.md
  • src/data/roadmaps/flutter/content/111-state-management/index.md
  • src/data/roadmaps/flutter/content/112-animations/100-curved-animations.md
  • src/data/roadmaps/flutter/content/112-animations/101-animation-controller.md
  • src/data/roadmaps/flutter/content/112-animations/102-animated-builder.md
  • src/data/roadmaps/flutter/content/112-animations/103-animated-widget.md
  • src/data/roadmaps/flutter/content/112-animations/104-hero.md
  • src/data/roadmaps/flutter/content/112-animations/105-opacity.md
  • src/data/roadmaps/flutter/content/112-animations/index.md
  • src/data/roadmaps/flutter/content/113-testing/100-unit-testing.md
  • src/data/roadmaps/flutter/content/113-testing/101-widget-testing.md
  • src/data/roadmaps/flutter/content/113-testing/102-integration-testing.md
  • src/data/roadmaps/flutter/content/113-testing/103-tdd.md
  • src/data/roadmaps/flutter/content/113-testing/104-bdd.md
  • src/data/roadmaps/flutter/content/113-testing/index.md
  • src/data/roadmaps/flutter/content/114-reactive-programming/100-rxdart.md
  • src/data/roadmaps/flutter/content/114-reactive-programming/index.md
  • src/data/roadmaps/flutter/content/115-dev-tools/100-flutter-inspector.md
  • src/data/roadmaps/flutter/content/115-dev-tools/101-flutter-outline.md
  • src/data/roadmaps/flutter/content/115-dev-tools/102-memory-allocation.md
  • src/data/roadmaps/flutter/content/115-dev-tools/index.md
  • src/data/roadmaps/flutter/content/116-flutter-internals/100-render-objects.md
  • src/data/roadmaps/flutter/content/116-flutter-internals/102-immutability.md
  • src/data/roadmaps/flutter/content/116-flutter-internals/103-3-trees.md
  • src/data/roadmaps/flutter/content/116-flutter-internals/index.md
  • src/data/roadmaps/flutter/content/117-ci-cd/100-fast-lane.md
  • src/data/roadmaps/flutter/content/117-ci-cd/101-codemagic.md
  • src/data/roadmaps/flutter/content/117-ci-cd/102-bitrise.md
  • src/data/roadmaps/flutter/content/117-ci-cd/103-github-actions.md
  • src/data/roadmaps/flutter/content/117-ci-cd/104-firebase-app-distribution.md
  • src/data/roadmaps/flutter/content/117-ci-cd/index.md
  • src/data/roadmaps/flutter/content/118-analytics/100-segment.md
  • src/data/roadmaps/flutter/content/118-analytics/101-mix-panel.md
  • src/data/roadmaps/flutter/content/118-analytics/102-firebase-analytics.md
  • src/data/roadmaps/flutter/content/118-analytics/103-google-analytics.md
  • src/data/roadmaps/flutter/content/118-analytics/index.md
  • src/data/roadmaps/flutter/content/119-deployment/100-appstore.md
  • src/data/roadmaps/flutter/content/119-deployment/101-guidelines-and-protocols.md
  • src/data/roadmaps/flutter/content/119-deployment/101-playstore.md
  • src/data/roadmaps/flutter/content/119-deployment/index.md
  • src/data/roadmaps/flutter/flutter.md
2025-03-11T20:43:46 See commit

This commit addresses a broken link in the documentation for the MongoDB Kafka Connector. Specifically, it updates the URL for the MongoDB Kafka Connector from an incorrect link to the correct one, ensuring that users can access the necessary resources for installation and setup.

The changes were made in the Markdown file located in the MongoDB developer tools section of the roadmap. The commit involved modifying one line to replace the outdated link, thereby enhancing the accuracy and usability of the documentation for users looking to integrate MongoDB with Apache Kafka.

Files changed

  • src/data/roadmaps/mongodb/content/108-developer-tools/101-mongodb-connectors/100-kafka.md
2025-03-12T13:17:38 See commit

This commit introduces a new feature that adds an AI course generator to the application, enhancing the user experience by allowing users to create and manage AI courses. Key components of this feature include a dedicated course landing page, an AI course page, and various functionalities such as error handling, course progress tracking, code highlighting, and usage limits. The UI has been significantly updated to improve responsiveness and overall design, including changes to the sidebar and billing pages, as well as the addition of an upgrade button for users.

The commit also includes multiple refinements and fixes, such as improving the layout and spacing of course content, enhancing the logic for upgrade and limits buttons, and making various components responsive. New components related to billing and course generation have been added, along with updates to existing ones, ensuring a cohesive and user-friendly interface. Overall, this commit marks a substantial enhancement to the platform's educational offerings, focusing on AI-driven course generation and management.

Files changed

  • .astro/settings.json
  • .env.example
  • package.json
  • pnpm-lock.yaml
  • src/api/ai-roadmap.ts
  • src/components/AccountSidebar.astro
  • src/components/Billing/BillingPage.tsx
  • src/components/Billing/CheckSubscriptionVerification.tsx
  • src/components/Billing/EmptyBillingScreen.tsx
  • src/components/Billing/UpdatePlanConfirmation.tsx
  • src/components/Billing/UpgradeAccountModal.tsx
  • src/components/Billing/VerifyUpgrade.tsx
  • src/components/GenerateCourse/AICourse.tsx
  • src/components/GenerateCourse/AICourseCard.tsx
  • src/components/GenerateCourse/AICourseContent.tsx
  • src/components/GenerateCourse/AICourseFollowUp.css
  • src/components/GenerateCourse/AICourseFollowUp.tsx
  • src/components/GenerateCourse/AICourseFollowUpPopover.tsx
  • src/components/GenerateCourse/AICourseLimit.tsx
  • src/components/GenerateCourse/AICourseModuleList.tsx
  • src/components/GenerateCourse/AICourseModuleView.tsx
  • src/components/GenerateCourse/AILimitsPopup.tsx
  • src/components/GenerateCourse/CircularProgress.tsx
  • src/components/GenerateCourse/GenerateAICourse.tsx
  • src/components/GenerateCourse/GetAICourse.tsx
  • src/components/GenerateCourse/UserCoursesList.tsx
  • src/components/Guide/RelatedGuides.tsx
  • src/components/SQLCourse/CourseAnnouncement.tsx
  • src/helper/number.ts
  • src/helper/read-stream.ts
  • src/icons/credit-card.svg
  • src/lib/ai.ts
  • src/lib/markdown.ts
  • src/pages/account/billing.astro
  • src/pages/ai-tutor/[courseSlug].astro
  • src/pages/ai-tutor/index.astro
  • src/pages/ai-tutor/search.astro
  • src/queries/ai-course.ts
  • src/queries/billing.ts
2025-03-12T15:23:59 See commit

The commit focuses on updating the design of the EmptyBillingScreen component within the billing section of the application. Key modifications include a shift in layout and styling to enhance user experience, such as increasing the overall spacing and adjusting the size and color of icons and text. The header has been simplified, and the wording has been slightly altered to improve clarity, replacing "premium benefits" with "pro benefits" and streamlining the presentation of perks associated with an upgrade.

Additionally, the structure of the component has been refined by removing unnecessary elements, resulting in a cleaner and more modern look. The button for upgrading the account has been retained but now features a more prominent design, encouraging user interaction. Overall, these changes aim to create a more visually appealing and user-friendly interface for users without an active subscription.

Files changed

  • src/components/Billing/EmptyBillingScreen.tsx
2025-03-13T12:06:41 See commit

This commit modifies the navigation component of the application by adding a link to the AI Tutor page. Specifically, it updates the existing navigation structure in the Navigation.astro file, replacing the "Roadmaps" link with "AI Tutor" for mobile users and adding a corresponding link for desktop users as well. The changes include a total of 17 lines added, with 8 lines removed and 25 lines modified, indicating a comprehensive update to the navigation layout.

Additionally, the new AI Tutor link features a visual indicator, enhancing its visibility with an animated ping effect. This update not only improves user access to the AI Tutor feature but also ensures a consistent experience across different device sizes by maintaining the overall aesthetics of the navigation menu.

Files changed

  • src/components/Navigation/Navigation.astro
2025-03-14T03:24:59 See commit

This commit updates the user interface of the sidebar for the courses in the AICourseContent component. Key changes include renaming the AICourseModuleList to AICourseSidebarModuleList, which reflects its purpose more accurately. Additionally, the view mode has been modified from 'full' to 'outline', enhancing the user's navigation experience by allowing them to view the course structure more effectively. New buttons have been introduced to facilitate switching between the outline view and the module view, providing users with a clearer path to start the course.

The modifications also involve adjustments to the layout and styling of the components, ensuring a more intuitive and visually appealing interface. The completion percentage display has been refined, and the overall functionality has been optimized to improve user engagement and accessibility. With 46 lines added and 12 deleted, this commit significantly enhances the sidebar's usability while maintaining a clean code structure.

Files changed

  • src/components/GenerateCourse/AICourseContent.tsx
  • src/components/GenerateCourse/AICourseSidebarModuleList.tsx