Beautiful explanation, I love your teaching. Looking forward to the remaining lessons.
@ArcReactAngle4 ай бұрын
Really appreciate your contents but I was wondering if you could please create/planning playlist for a proper back-end around a case-study such as any popular backend
@laurspilca4 ай бұрын
Hey. Do you mean a scenario/exercise?
@ArcReactAngle4 ай бұрын
@@laurspilca I mean a playlist for creating fully managed backend lets say twitter etc, such playlist would really help to aggregate all the knowledge you provided through your sessions
@ArcReactAngle4 ай бұрын
It may sound I'm asking a lot but honestly it would give overall idea of best practices, key components and of course a project in our list
@mehmedmaljoki4 ай бұрын
i really would like to see something like that… maybe he could start such a project and include us to „contribute“ to this project as well and best PRswould be discussed in the live sessions
@dragon_id_3 ай бұрын
+1. That would be really great.
@dragon_id_3 ай бұрын
Thanks a lot for your efforts. I have one question, when choosing from multiple beans of the same type, I tried using the same identifier of the parameter as the name of the method and it didn't work. Is it no longer supported?
@laurspilca3 ай бұрын
Hello. Yes it works. I have just tried it in a simple example using getBean() and it works just fine.
@MaziyyahJafАй бұрын
Hello, regarding Autowiring on the constructor, is it accurate to say that this method is only applicable if I only need one instance of the object? If I need more than 1, I should use the @Bean method and inject at the parameter? Thank you in advance! I hope you can continue the series when you have the time.
@laurspilcaАй бұрын
Hi. You are making a confustion between Autowiring which is DI and bean creation. What you meant is @Component and other stereotype annotations are used when you only need once instance of a type and @Bean can be used to create multiple. @Autowired is when you take a bean from the context and not when you create it. It can be used the same way with both @Bean and @Component.
@rickomba4 ай бұрын
Great series..
@vishalkushwaha6879Ай бұрын
Please complete this playlist
@laurspilcaАй бұрын
I know I'm missing a lot. Sorry. I'm just suuuuper busy this autumn.
@lawrenceokimait46943 ай бұрын
Are you releasing the rest of the chapters?
@laurspilca3 ай бұрын
Yes, I will. But I have some issues at the moment and these weeks I wan't able to be active :)