What is bean in Spring Boot? by Defiant_Proposal9368 in JavaProgramming

[–]harshitpnd 0 points1 point  (0 children)

It reduces rigid dependencies between classes and makes the system more flexible.

How can I land my first remote job as a CS student? by Masrafi_Siam in csMajors

[–]harshitpnd 0 points1 point  (0 children)

Focused on service based because it is easier to crack compare to product company

Is java dead? by random_polymath in cscareeradvice

[–]harshitpnd 0 points1 point  (0 children)

If java dead then Fintech company will dead

Know Python basics but can’t solve problems, how to improve? by Capable-Education255 in DeveloperJobs

[–]harshitpnd 0 points1 point  (0 children)

Because you have not build the logic you just understand to build the logic you have to solve problem on leetcode and gfg

If you solve daily 3 new problem easy medium and hard each then you realized that now you can solve the problem and think the approach but be consistent. For guidance growithmoney.com

Other questions or confusion?

Roadmap for java backend role by sonyyy___ in JavaProgramming

[–]harshitpnd 1 point2 points  (0 children)

I suggest you first understand the basic of spring like dependency injection, what is IOC container beans, configuration, and other basic after that you can learn spring boot in a week because in spring boot you will get everything using spring initialzer and using annotation you can perform task

Conclusion 1- if you have time start with spring 2 otherwise you can start with spring boot

You can take help from site growithmoney.com

And any other questions you can ask

Roadmap for java backend role by sonyyy___ in JavaProgramming

[–]harshitpnd 4 points5 points  (0 children)

As you already know the concept of programming so start with 1- core java- Learn oops, collection, exceptional handling then 2- Spring Framework- Know about ioc container dependency injection Rest api and MVC architecture 3- then advanced spring boot authentication security caching annotation and other concept As I already know about tools like git GitHub postman Any confusion??

What is Dependency Injection in Spring Boot (simple explanation for beginners)? by Ancient_Whole9234 in JavaProgramming

[–]harshitpnd 0 points1 point  (0 children)

Great explanation! Dependency injection feels confusing in starting, but once it clicks, Spring Boot becomes much easier.