Hey everyone, i hope this is the right channel for this question. I've been working with spring for a while and i understand the framework, but i would like to write more "Industry standard" code. the issue is, i'm not sure where to look for a big picture guide.
I have watched some tutorials on, e.g., error handling or how to test, but these are usually isolated in scope and take shortcuts in other areas. So, when i follow the tutorials on testing, its hard for me to know what is correct or not when i try and use my tests with the DTOs i made with, e.g. the mapstruct mapper compared to the example ones in the tutorial.
For example, im watching a tutorial on microservices right now and while it explains microservices and how to set them up the other parts like error handling or the overall DB schema look rather unprofessional.
I was wondering, before i commit to a tutorial, if you guys might know any tutorials i could follow that make a project using "best practices"? I know best practices is vague, but i just mean stuff like using stream, a global exception handler, stuff like that (assuming those are best practices). Basically a tutorial that doesnt take too many shortcuts for the sake of example.
Thanks in advance!