Saltar al contenido principal

Roadmap

While direct contributions to this demo repository are not actively sought, feedback on the guide itself is always welcome. If you find issues, have suggestions for improvement, or want to report inaccuracies, please feel free to open an issue or contact me on LinkedIn.

Things I have in mind

Translations

  • Ukrainian and Russian: My partner is native in both languages
  • Portuguese: I need to ask a Portuguese friend to help with this

New Content

  • Persistence Integration:

    • CRUD: Create a new document doing whole CRUD of films.
  • "About" section:

    • Move one of the license there and get rid of the other one, MIT license is good enough for everything
    • Create a FAQ document
      • what's your spring boot background?
      • will I come across codebases similar to the one explained by these docs?
      • do I really need to know this much spring boot to get things done?
      • are these docs and/or code examples AI generated?
  • Spring Security Section: Create a dedicated section covering authentication, authorization, and security best practices in Spring Boot applications.

Future Improvements

  • AI Search Feature: Currently the search bar has an AI feature that is disabled. Need to check how expensive and exploitable activating this could be. Probably an overkill but would be fancy.

Huge Maybe

  • Template Engines Section: Just for fun, create some basic views (login, table with pagination, forms) using Thymeleaf (templating) + HTMX (server interactions) + Alpine.js (UI state) + Tailwind CSS (styling). This would be a "modern vintage" approach, server-side rendering with a touch of modern interactivity.