Spring Builders

Hamza Azeem
Hamza Azeem

Posted on

Junior Spring developer

Hello, I have been working on Spring for like 8 months now, and I'm itching to jump into a junior developer role. What kind of stuff should I really know to impress someone with experience? Any suggestions are appreciated. Thank you!

Top comments (2)

Collapse
 
michael_isvy_13067a826322 profile image
Michael Isvy

hello,
it really depends on what they are using.
If you've been working on it for 8 months, I guess you should start being comfortable!
Maybe a few areas to explore:

  • Make sure you know what is AOP and how it works under the hood
  • Make sure you have a decent understanding of what are database transactions (it's typically a question I ask in interviews, and many freshers don't know)
  • Make sure you have a good understanding of testing and refactoring techniques (for instance you can practice using Gilded Rose here: github.com/emilybache/GildedRose-R...)

Best of luck!

Collapse
 
hamzaazeem profile image
Hamza Azeem

Thank you so much for your advice and time. I really appreciate your effort and will definitely work on these areas as suggested!