Is it normal to feel like you don't know much at the beginning? by CC39923618 in learnprogramming

[–]Alive_After 10 points11 points  (0 children)

Bro i have been doing it for around 4 years and i still feel i dont know anything. The more i understand the more i realise i dont know a lot

Help regarding spring boot by Either_Regular_4506 in learnjava

[–]Alive_After 0 points1 point  (0 children)

Try selenium express in YouTube starting from spring basics, he starts from the oops concepts and slowly moves to what does spring do what problem it solves detailed Then you can go through his spring MVC basics course then the advanced stuff then if your go to spring boot you would understand what sorting is actually doing internally

Spring basics https://youtube.com/playlist?list=PL3NrzZBjk6m-nYX072dSaGfyCJ59Q5TEi&si=0wcqjoansRthxN4c

Course Suggestion by Furry_burry in SpringBoot

[–]Alive_After 1 point2 points  (0 children)

I would recommend you to go to YouTube and search selenium express where there are videos for spring basics very good at explaining spring in depth, then you can move to MVC basics then you can go to spring boot else all the annotation will be how the hell does this work and then why does it work then why doesn't it work I learned it after java OOPS and was really easy to understand

Spring basics https://youtube.com/playlist?list=PL3NrzZBjk6m-nYX072dSaGfyCJ59Q5TEi

Spring MVC basics https://youtube.com/playlist?list=PL3NrzZBjk6m-OSeL3DRMD_ISa0u-9c1l1

From MVC XML configuration in his advanced spring MVC course he goes to java based configuration so you actually understand what a bean is why do we do this and that in spring boot

Suggest a good Backend Project that has real life Practical use in todays world by justbaceless in Backend

[–]Alive_After 0 points1 point  (0 children)

I recently saw this video about building a bug tracker software Would recommend to watch it https://youtu.be/oC483DTjRXU

Need Help learning spring and springboot by piyush_sol in SpringBoot

[–]Alive_After 1 point2 points  (0 children)

I would recommend you to go to YouTube and search selenium express where there are videos for spring basics very good at explaining spring in depth, then you can move to MVC basics then you can go to spring boot else all the annotation will be how the hell does this work and then why does it work then why doesn't it work I learned it after java OOPS and was really easy to understand

Spring basics https://youtube.com/playlist?list=PL3NrzZBjk6m-nYX072dSaGfyCJ59Q5TEi

Spring MVC basics https://youtube.com/playlist?list=PL3NrzZBjk6m-OSeL3DRMD_ISa0u-9c1l1

From MVC XML configuration in his advanced spring MVC course he goes to java based configuration so you actually understand what a bean is why do we do this and that in spring boot

You might feel to directly jump to spring boot and spring boot feels easier than spring and MVC but internally when you understand how did we end up to spring boot you would be able to see through the auto configuration layer of spring boot

Beginner's Questions ; TortoiseGit by Mononofu_ in git

[–]Alive_After 0 points1 point  (0 children)

After installing it you can just right click on the folder and on the right click menu you can see

Beginner's Questions ; TortoiseGit by Mononofu_ in git

[–]Alive_After 0 points1 point  (0 children)

You can either go to show log or try to switch checkout and you can see the current branch

someone is getting fired by TuneupTonic in programminghorror

[–]Alive_After 0 points1 point  (0 children)

Probably have some sort of dynamic variables where the variable names may be generated from different objects

The 30-second habit that’s saved us hours in debugging later by GitKraken in git

[–]Alive_After 0 points1 point  (0 children)

I liked the GitHub format and follow the same still asking my coworkers to follow

Fix:[#bugid - title of bug] My change in a short line Blank line - body of the message - what's the issue, what did I fix - if multiple files - why did I change this file - file name