Remix.run Logo
Mashimo 5 hours ago

Mhh, interesting.

I want to learn Java spring, and probably let ai help me / quiz me. I will take a look into the skills for inspiration.

ramon156 4 hours ago | parent [-]

Is there a reason why making a spring app and learning hands-on is not feasible?

I know I sometimes get demotivated mid-way, but that also tells me it might not be worth the investment

imtringued 3 hours ago | parent [-]

Spring is reasonably easy to learn. The hard part is knowing where beans are defined, because Spring doesn't make that easy at all. Anyone and anything can define new beans in any library you pull.

I still don't see why AI would be mandatory. It's helpful, yes, but not mandatory.

satao an hour ago | parent [-]

is that why navigating a Spring codebase is so confusing? I'm jumping through implementations and definitions and whatever without ever reaching the actual business logic most of the time

WASDx 35 minutes ago | parent [-]

I've had mostly problem-free experiences with intellij (ultimate-only feature I think). One click finds declarations both in business code and buried deep in libraries.