Instead of passing an employee object in the controller or service class can I create a dto and just pass that instead and still be able to retrieve the employee class also
Hi Dan Love you videos , i keep watching various new and old ones from time to time. Can you make a video about Liquibase and/or Flyway, how they are used, what problem they solve, implementation etc Thanks
Most rich people stay rich by spending like the poor and investing without stopping then most poor people stay poor by spending like the rich yet not investing like the rich but impressing them. People prefer to spend money on liabilities, Rather than investing in assets and be very profitable.
Now, I Just realized that the secret to making a million is saving for better trades. I always tell myself you don't need that new Maserati or that vacation just yet. That mindset helped me make more money trading. For example last year I Traded with 10k in Crypto and made about $146k, but guess what? I put it all back and traded again and now I am rounding up close to a million
I'm pretty new to Spring myself (only written basic API backends) and I, too, am not sure about the actual differences and pros/cons of each of these, and which choice is overall "best". So I would love a video specifically about comparing these options too!
Lombok is a great project and needed for awhile. I just don't think you need to use it any longer. There are ways to cut down on boiler plate (records) and your IDE can do a lot of the heavy lifting now. www.danvega.dev/blog/no-lombok
Thanks a lot for this content! It's the first time I've seen this feature in use!
Very insightful, thank you!
Instead of passing an employee object in the controller or service class can I create a dto and just pass that instead and still be able to retrieve the employee class also
Thanks Dan, I tried it and it's brillant.
Great video. Really like your content. Always sharing something new and happy to find that Spring Boot is enhancing with such great stuffs ❤
Thanks, Dan. I will try that feature later.
very informative and helpful
Thank you very much. Very useful video. Just what i need for the current task
Hi Dan
Love you videos , i keep watching various new and old ones from time to time.
Can you make a video about Liquibase and/or Flyway, how they are used, what problem they solve, implementation etc
Thanks
Thank you)
Thanks.
Thanks al lot thats helps
Doesn’t JpaRepository extend QueryByExampleExecutor?
Yes it does.
Does query by example mix the responsibilities of repository and service ?
What is the theme name you are using ?
Most rich people stay rich by spending like the poor and investing without stopping then most poor people stay poor by spending like the rich yet not investing like the rich but impressing them. People prefer to spend money on liabilities, Rather than investing in assets and be very profitable.
You are so correct! Save, invest and spend for necessities and a few small luxuries relatives to one's total assets ratio.
Investing in crypto now should be in every wise individuals list, in some months time you'll be ecstatic with the decision you made today.
I wanted to trade Crypto but got discouraged by the fluctuations in price
Now, I Just realized that the secret to making a million is saving for better trades. I always tell myself you don't need that new Maserati or that vacation just yet. That mindset helped me make more money trading. For example last year I Traded with 10k in Crypto and made about $146k, but guess what? I put it all back and traded again and now I am rounding up close to a million
Hello how do you make such?? I'm a born Christian and sometimes I feel so down 🤦♀️of myself because of low finance but I still believe in God
JpaRepository itself extends QBE Executor. So do you need to also extend it on your own repository interface?
veri nice and easier that the query dsl
In 2024, do you suggest using Spring Data JPA or Spring Data JDBC? And what if I choose not to use Spring Data at all? What are my options?
I'm pretty new to Spring myself (only written basic API backends) and I, too, am not sure about the actual differences and pros/cons of each of these, and which choice is overall "best". So I would love a video specifically about comparing these options too!
great video, one question: why dont you use lombok annotations for all the boilerplate code?
Lombok is a great project and needed for awhile. I just don't think you need to use it any longer. There are ways to cut down on boiler plate (records) and your IDE can do a lot of the heavy lifting now.
www.danvega.dev/blog/no-lombok
would have been better if you would have compared Specification with QBE.use case of each
Why no lombok?
@@Indisputable21 I just don’t see the need for it 🤷♂️
feels like graphql flexibility.