5 Java Libraries You Should Know
15:46
Пікірлер
@KaPaTeJIb6a6o4ek
@KaPaTeJIb6a6o4ek 3 күн бұрын
Very very very useful video, I have been seeking something like that.
@KaPaTeJIb6a6o4ek
@KaPaTeJIb6a6o4ek 3 күн бұрын
That was an awesome presentation ci actions, and it was exactly what I was looking for.
@KaPaTeJIb6a6o4ek
@KaPaTeJIb6a6o4ek 3 күн бұрын
I learned from your video that Page has .map(Function .... ) method, thanks.
@kachoutmohamed9492
@kachoutmohamed9492 7 күн бұрын
Thanks for the video! I implement this BookMArksUI micros service with HTMX and TailWind
@shahnawazahmed5643
@shahnawazahmed5643 9 күн бұрын
I don't know docker. Is docker also taught along with microservices or do I have to know before starting with this course
@Anonymous-x6b
@Anonymous-x6b 16 күн бұрын
springboot-micros-service is that the directory you created manually. If you create a project using maven then src folder will also be there.
@ManishNegi-il1kf
@ManishNegi-il1kf 17 күн бұрын
its too complex make it simple
@sivalabs
@sivalabs 16 күн бұрын
How could I not do, when you asked so politely!!!
@healthiswealth9520
@healthiswealth9520 18 күн бұрын
Hi @ShivaLabs, I am getting "IsFirst" and "IsLast" fields correctly as "IsFirst" and "IsLast" in Web Browser. I did not do anything extra. Do you know why you got it as "First" and "Last" instead of "IsFirst" and "IsLast"?
@VK55837
@VK55837 18 күн бұрын
Expanding on Siva's points at 32:09, using Test Container's main method necessitates stopping and starting Docker containers for every (application) code change requiring a restart. This is inefficient (time consuming, I mean) and can be optimized by pre-defining necessary containers in a Docker Compose file so that they are decoupled, allowing us to restart either containers/app or both whenever needed.
@letme4u
@letme4u 18 күн бұрын
Thanks Siva. Can this htmx / Thymeleaf app be deployed as separate App-1 and talking to /api endpoints as 2nd spring-boot App-2, also deployed?
@manuonda
@manuonda 20 күн бұрын
Thanks for the video! Greetins from Argentina! .
@sakthinivas1840
@sakthinivas1840 23 күн бұрын
Hi Shiva, Similar to Keycloak is it possible to retain DB data as well? I mean to preserve order and catalog data once created in the DB, thanks
@sivalabs
@sivalabs 22 күн бұрын
You can define a volume and map it to the path "/var/lib/postgresql/data".
@amritadhikari1188
@amritadhikari1188 27 күн бұрын
Thanks for this video siva. Can you please cover association mapping in detail in your next video?
@joachimdietl6737
@joachimdietl6737 28 күн бұрын
Microservices are not usefull for every company. Often it is way better to keep the monolith.
@mohamedshaker7528
@mohamedshaker7528 Ай бұрын
I've an enhancement on the pagination request you could use the one based index instead of subtracting to be zero by just providing the property on the application propertise spring: data: web: pageable: one-indexed-parameters: true
@sambitpradhan5463
@sambitpradhan5463 Ай бұрын
Thank You Siva.. A Perfect course to start with Microservices and it covered almost every aspects of an application.
@AbhijithVMohan
@AbhijithVMohan Ай бұрын
Thanks. I already use quite a few of this. Tried out the material icons, it's good. Some other plugins that I use extensively are: Ideavim (and associated plugins that enhance it) Custom Postfix Templates Restful helper Maven helper PlantUml integration
@Tomasm21
@Tomasm21 Ай бұрын
Nice. I have an idea. At testing, instead of deleteing existing data from the database, you can get it all and add to created arraylist. And only then delete. Do tests, check if the database has 0 records. Then test what you want. And at the very end add arraylist data to the database again.
@manjosh1990
@manjosh1990 Ай бұрын
Hi Siva, can you share some insights about open-source contributions
@manuonda
@manuonda Ай бұрын
Thanks for the video amazing!
@shreyojitdas9333
@shreyojitdas9333 Ай бұрын
Sir can you please make videos on big erm model using angular and springboot using microservices?
@praveenkonchada9248
@praveenkonchada9248 Ай бұрын
Is there any plugins to format the code and for intendation
@AbhijithVMohan
@AbhijithVMohan Ай бұрын
Google java format. You can use spotless to integrate it with the build
@lakhveerchahal
@lakhveerchahal Ай бұрын
If you deal with .conf files, then HOCON plug-in is very useful.
@vivekguptacs
@vivekguptacs Ай бұрын
How to generate traceid and span id and how it will print in log using spring boot3+ micrometer
@prasanthsanjeevi2563
@prasanthsanjeevi2563 Ай бұрын
Hi Siva what will be your next series please make some real time project? Thanks for the great content
@MadanNeelapu
@MadanNeelapu Ай бұрын
Loved it. Thanks Shiva. I have a 1000 line pom; Laconic gives me a really good experience. And yes the Icon pack is superb.
@VenkateshCh-vy2ef
@VenkateshCh-vy2ef Ай бұрын
Fetch error Not Found /v3/api-docs/first iam getting this error after trying to access the swagger how can i resolve this error
@parvezmd6455
@parvezmd6455 Ай бұрын
Hi Siva, are you planning any paid course on website ?
@attrayadas8067
@attrayadas8067 Ай бұрын
I remember asking you the plugins you are using in your microservices playlist. Thanks for sharing! 😊
@ManishSingh-dj4yu
@ManishSingh-dj4yu Ай бұрын
This is very helpful Siva... Im having hardtime learning Spring security. it will be great if you make some tutorial on this.
@JaysSolutions-l4l
@JaysSolutions-l4l Ай бұрын
Thanks Siva for informative video. IntelliJ IDE is clean and handy for developer to work. I like git ,maven integration and code assist. I was wondering about the icons in your videos and now i'm able to update my IDE with Atom material icons. Thanks
@fdemilde
@fdemilde Ай бұрын
kzbin.info/www/bejne/fJyzY5SQnqelnsk a Java interface is by definition always public, and it's methods are by default public (you might have private methods since JDK9 though)
@monjurmorshed2854
@monjurmorshed2854 Ай бұрын
Recently, i have been watching your videos now and then, I have to say, you have a nice way of making complex things very clear and easy to understand. Thanks for your great efforts.
@veerendrashukla
@veerendrashukla Ай бұрын
when are you publishing it in Udemy?
@prajeeshkv5422
@prajeeshkv5422 Ай бұрын
👍👍👍
@David-rz4vc
@David-rz4vc Ай бұрын
why does your folder icons look different from mine?
@sivalabs
@sivalabs Ай бұрын
I have installed "Atom Material Icons" plugin which shows nice colorful icons.
@David-rz4vc
@David-rz4vc Ай бұрын
@@sivalabs awesome thanks!
@praveens2272
@praveens2272 Ай бұрын
It is confusing and prone to make mistakes 😔
@zickzack987
@zickzack987 Ай бұрын
Only the first topic covers "Rest". Url naming patterns and certain status codes are not mandatory to be restful. Only a uniform interface.
@VK55837
@VK55837 Ай бұрын
Hi Siva, Thank you for all your efforts, you are providing best quality education. Can you please make a video explaining how to structure a project with Hexagonal architecture especially with Spring boot? I read few books and articles and understand the theoretical part of it, but hard to find a good example (or use case) where we an apply this architectural pattern to develop an application using Spring boot. Each article I have read has their own way to setup the application structure, bit confused on whats the best way!
@sivalabs
@sivalabs Ай бұрын
I am glad you like my videos. I have mostly worked on data-centric applications throughout my career. I am not a big fan of Clean/Hexagonal/Onion/Ports&Adapters Architecture, especially for data-centric applications. The key advertised benefit of those architectural styles is the ability to isolate infrastructure concerns from core domain logic. In most of the business applications there will be low-to-medium complex business logic but heavily relies on infrastructure of databases, message brokers, external API integrations, etc. For such applications, the ability to test core domain logic isolating the infrastructure is not very beneficial. Rather I love to eliminate the unnecessary indirections(interfaces) and be able to test the logic with infrastructure components using tools like Testcontainers. For more on this see github.com/sivaprasadreddy/tomato-architecture
@sengarsumit
@sengarsumit Ай бұрын
May I know which intelij theme is that? Its super cool
@anjeludo
@anjeludo Ай бұрын
Thank you very much for your videos and articles!. I hope you never stop making them. Just one thing, the link to the code repository doesn't work. Thanks Siva!
@sivalabs
@sivalabs Ай бұрын
Thank you very much. I did move all my KZbin video sample projects into one repository github.com/sivaprasadreddy/sivalabs-youtube-code-samples. You can find this video code at github.com/sivaprasadreddy/sivalabs-youtube-code-samples/tree/main/spring-boot-modulith-demo.
@julianjupiter5890
@julianjupiter5890 Ай бұрын
Can we use Pebble Templates instead of Thymeleaf?
@akristartimation7571
@akristartimation7571 2 ай бұрын
very very helpful 😍
@renjithpn2002
@renjithpn2002 2 ай бұрын
Thank You🧈
@Anbu_Sampath
@Anbu_Sampath 2 ай бұрын
Thanks Siva, very useful. Definitely need try in own project to get hands on with Spring Modulith.
@user-ql1rg9mj9d
@user-ql1rg9mj9d 2 ай бұрын
good good
@adityamparikh
@adityamparikh 2 ай бұрын
Thanks!
@sivalabs
@sivalabs 2 ай бұрын
Thank you so much for your support 🙂
@lts8683
@lts8683 2 ай бұрын
Why u write sql query by youself instead of delegate that to JPA?
@sivalabs
@sivalabs 2 ай бұрын
Instead of loading the JPA entity and mapping it to a DTO, I directly fetch it as DTO (Record) using constructor expression.