I’ve pivoted away from Spring-specific content since joining Cockroach Labs. Check out kzbin.infoXIHxC-Luz38?feature=share
@azenkwed17 күн бұрын
They love acronyms so much the A in JPA stands for API.
@RoyRope26 күн бұрын
But how do you know the tradeoff of something you can not capture conceptually? I do agree, be reserved using them, but like most things they get overused when newly learned.
@jofalves27 күн бұрын
Additionally, it may be beneficial to separate database entities from domain data (i.e., source/db entities, domain entities, and DTOs), which can further decouple data fetching and representation: - DB/Data Source Entities: Represent data directly from the source, without necessarily being structured as classes if they can be mapped directly to domain objects. - Domain Data: Describes the core information about an entity (what the platform knows about the entity), abstracted from its source or storage format. - DTO (Data Transfer Object): An API layer mapped from Domain Data, designed to support versioning. This separation can make the system more modular and adaptable to changes in data sources or API structures.
@TheRealMangoDevАй бұрын
... or just use nvim
@shirazkamran1021Ай бұрын
Great video! When i encoutnered this siutation about getting form data as a java bean, I used the @ModelAttribute annotation with @Valid annotation to enforce its validity. I didnt use thymeleaf and this approach works without requiring any templating engines. Something like this: @PostMapping("/submitEvent") public String submitEvent(@Valid @ModelAttrubute Event event) { // logic here } where Event is my java bean and its arrtubtes have the same name as the name attribute has in the html form input tag
@City__WalkerАй бұрын
I have Craig's book, I'm looking for Thinking In Java, at the moment I've reached chapter 8 of Schildt's book Java12
@nihadawad7340Ай бұрын
many thanks
@leungvanson61512 ай бұрын
you are so rich
@ikennanana2 ай бұрын
Thank you so much! I've been having trouble with this for such a while and you came to the rescue haha
@kurt13912 ай бұрын
I think it looks better if the studio equipment is invisible, not prominently displayed. One mic is OK.
@shervin95613 ай бұрын
🔆
@shervin95613 ай бұрын
Thanks a lot for your great explanation
@zanoxie3 ай бұрын
Wonderful video! Thank you for breaking down the history and problem servlets aimed to solve. I really needed this understanding. Definitely subscribing!
@ShermukhammadKarimov3 ай бұрын
great explanation, thanks much
@djhi-tek92494 ай бұрын
Why should i use java instead of nodejs?
@ProCoderIO3 ай бұрын
If you love Node.js, then use it! This video was simply about explaining what JDBC and JPA are, why some people see them as "different", the tradeoffs, and other aspects.
@davidtheprogrammer4 ай бұрын
At 10:30 I assume he means "Spring Data JDBC" and not "Spring Data JPA" right?
@ProCoderIO4 ай бұрын
Yes! Good catch, because that was easy for it to slip past.
@daffertube4 ай бұрын
banger!
@hamza2011835 ай бұрын
When you got redirected, the whole page got refreshed. I suppose there is better way, with Ajax maybe? Thanks for the video.
@ProCoderIO5 ай бұрын
You can certainly use Ajax. That is more sophisticated. This was to illustrate the basics.
@hamza2011835 ай бұрын
@@ProCoderIO Yes that's what I thought :) Thank you for your quick reply. Have a great week and greetings from Malaysia!
@RedRabbitII5 ай бұрын
thank you for this video! I'm new to JMS and kinda struggling to trace where my project's code actually receive the message from MQ, now I found it 😄
@ProCoderIO5 ай бұрын
I'm glad this has helped clear up your understanding of JMS.
@ankushhh4455 ай бұрын
music needs to go thank you
@mefeera5 ай бұрын
The important question now is, why this is the only video (that i watched) can be minimised on iphone whilst others closed completely when i attempted the same action?
@ProCoderIO5 ай бұрын
I'm not sure. I use StreamYard to do live streaming, which I believe renders an MP4. However, the video uploads I do are MOV files on my Mac. Maybe that's the difference? May latest upload video was like that. I wasn't aware of this issue on KZbin.
@JamesMCrutchley6 ай бұрын
Looked like it may be an interesting stream. I'm leaving though. Random background music and no timer. It could be 5 seconds or a 5 minute wait. IDK. If you can't be bothered to trim the video after a livestream I'll just pass.
@ProCoderIO6 ай бұрын
There is a timer, but it's a little faint. Perhaps I'll fix that to make it clearer. I also edit out the live stream pre-mix, but it usually takes 24 hours to archive before I can do that.
@mistermiaumiau21346 ай бұрын
very good, short video, worked immediately, Thank you
@Ahmed-ui5wn6 ай бұрын
Spring Boot is nothing compared to Asp Net Core
@u263a36 ай бұрын
Love hearing from the Old Wisemen coders! We need more of them. The young KZbinr influencers lack real work experience
@ProCoderIO6 ай бұрын
Indeed! I’m trying to do my part and give them voice.
@anitalakhadze53586 ай бұрын
"Not everything is built in a glorious reactive frontend" 😂 That's so painful and so true. But on the other hand, I think that by being pressured to get our hands dirty is how we really become pro-coders. Except for the main topic of this episode, you have also highlighted the importance of having own initiatives, being motivated to improve something, digging up the problem and scrutinizing it, so it's another valuable skill. Thank you as usual for these conversations.
@sukatz6 ай бұрын
Why does google have python team? Wouldn’t it make more sense to have teams around specific products/services. Do they have teams for each programming language??
@ProCoderIO6 ай бұрын
I don't know. It's possible that they wanted to retain some control over the future of Python if they were writing so much code centered on it. However, that desire may have been altered due to market forces.
@TheBlackManMythLegend6 ай бұрын
I think at the scale of Google Rust is more efficient , If I worked at Google the goal is to have an impact with such a big company it's smarter to think a lot about your algo , draw it on a whiteboard with colleague manage the memory properly map stuff the latest bottleneck might be python in the race for perfomance. Now with AI the value of compute power is more important so any gain is a competitive advantage.
@ProCoderIO6 ай бұрын
Perhaps! I have a friend that loves using Rust. It takes more effort because you're forced to "do more" to make it work. But it seems to have great payoffs.
@ajaypatro15546 ай бұрын
@@ProCoderIOyou can utilise mojo 🫤
@MarkyGoldstein6 ай бұрын
Mojo baby
@ProCoderIO6 ай бұрын
Heh
@icns016 ай бұрын
That's what I was thinking, but since MOJO is a superset of Python, wouldn't it make more sense to retain those team members and leverage their deep expertise in Pyhton to port over to MOJO?🤷♂️🤔
@askkumar58596 ай бұрын
is demand for python is reduced??
@ProCoderIO6 ай бұрын
I don’t know Google’s story. Either they want to continue using Python as much but pay less for it, or they want to reduce their investment in Python as a language, or they want to reduce usage of it overall. All those options have different long range outcomes.
@pirateg3cko6 ай бұрын
Speculatively, I think demand is the same but supply for talent is way up. What's slightly unusual, however, is that this team would've included some VERY knowledgeable and uniquely community-connected Python specialists. It's tricky to see eye to eye with Google on a revenue flow based bottom line with this move.
@sanjeevdandin93506 ай бұрын
No, demand for Python is always high. It is just that supply for python programmers is even higher than demand can take in.
@ashishrai4726 ай бұрын
So should i learn python or java for job
@ProCoderIO6 ай бұрын
It won’t hurt to learn either. There are shops that pay Python and Java devs. Always be learning. Always be building relationships. Always be making yourself a valuable asset. That’s how you insulate yourself from this types of market upsets.
@sanjeevdandin93506 ай бұрын
Deep dive whatever programming language which seems suitable to you. Learn concepts and standards etc.,. Once you understand the concepts and standards it is easier to switch to a new language in a month or so depending on your experience.
@haroldcruz85506 ай бұрын
That's a wrong way of thinking. You don't have that much control on what language your future job is going to use
@sanjeevdandin93506 ай бұрын
@@haroldcruz8550 Agreed I started my career while learning Python and Django. These 2 are the least used technologies in my career till date. Funnily enough I am now stuck as Js/Ts Dev which was never my goal to begin with. While also majorly working on PHP, Java and GoLang
@razorblade4136 ай бұрын
with AI it doesnt matter. at this rate we all be replaced by the machine that each other dev fed them with their own codes...
@chandraobulreddysagili46196 ай бұрын
Why it so mean of python program language in Google team layoff
@ProCoderIO6 ай бұрын
I don’t know. It may simply be the burn rate. Also, I they may no longer want to be steering Python but instead merely using it.
@chandraobulreddysagili46196 ай бұрын
@@ProCoderIO pls send full statck developer interview questions and answers most 100% asked companies
@haroldcruz85506 ай бұрын
It's good for prototyping but it's too slow for a code base. Maybe new projects are now hard to come by, right now every tech company's profit margin is getting squeezed.
@alexmercerind7 ай бұрын
There's too much backstory to learn... Spring Boot on the surface is really really enjoyable to work with (even as a beginner, from mobile development).
@alexmercerind7 ай бұрын
Thanks a lot for clearing this up!!!
@anitalakhadze53587 ай бұрын
You stated very good points. To me the most important one, at least my interpretation of it, is the next: You may not (and need not) know all the tools that are listed in the job description or the business requirements that are listed in the ticket you are working on, but you are already making a huge difference and progress when you are happy to stop and explore the tools, ask the right questions and adapt your knowledge to the practical needs. Thank you for all of your effort to reach out to fellow devs like me and share your experience about ways to become a better (hopefully pro) coder. BTW, dividing the content into categories was a great idea, it's much easier to grasp the main topic. It would also be very helpful if the actual video was also divided into sections (I think you can do it on youtube).
@ProCoderIO7 ай бұрын
That’s a great additional point!
@maxfreund48037 ай бұрын
Love your explanations, man :)
@pejko897 ай бұрын
I'm 34 accountant with 2 internships as Java Developer, but still waiting for my first programming job. Hard to find junior adverts in my country. Hoping this crisis will end soon. I have invoice generating web app online, and I'm now building accounting software
@ProCoderIO7 ай бұрын
I hope the opportunity opens up for you. I know it may be tough right now to even get an interview. Did you look at kzbin.info/www/bejne/j5XZgYWMgduZe7c to at improve your performance during an interview?
@pejko897 ай бұрын
@@ProCoderIO Thank you for the video link. I will definitely watch it after work. The problem is there aren't many open junior positions in my country (Serbia). But there are many where 5+ years of experience is required. So I assume the market is going to be balanced again at some point. The company where I was an intern applied hire freeze when I was half way through internship. So I got another internship, but without an option to get a job at the end. And I started working as an accountant again at the same time, so it was really intensive during last 4 month.
@HOPEDACODER8 ай бұрын
Is this video made for Tik Tok? Cause my god the camera changes seem like you tryna keep people with the attention span of a fruitfly. 1 out of 10
@ProCoderIO7 ай бұрын
Others also noted this. It's the reason I stopped doing the shifts so fast. Check out the latest rebranded show, and hopefully it be more to your liking. :)
@anitalakhadze53588 ай бұрын
Hello Greg. I have watched many of your videos and at this point, each time I'm listening to your new content, it feels like having a regular conversation with a super-experienced colleague. While this is different from regular coding tutorials where we may receive some practical, tangible results of writing some code, the work you are doing is really really important, because it helps us improve our approach to coding and communication in general, become more aware of what we are doing and why we are doing it. The topics you discuss are most of the times overlooked in the offices and that's why many teams get disbanded, or feel the lack of motivation or sense of accomplishment. So, I wanted to thank you for your effort and contribution ❤
@ProCoderIO8 ай бұрын
Thank you for your kind words! That means a lot.
@funprog8 ай бұрын
Gradle is super slow 😂 I prefer maven
@ProCoderIO8 ай бұрын
Me too.
@funprog8 ай бұрын
Over engineering is a real problem in Java Enterprise, that is why people left Java space for Rails,Django etc and later one Node,Go etc. I think Quarkus is a better modern alternative for java, instead the tower of abstraction (slow) of Spring. You need to realize when hiding the web layer so deep down you get many problems and slow running services and high memory usage.
@ProCoderIO8 ай бұрын
True, but much of the departure predated Spring Boot. I think Spring Boot turned the tide.
@lf00t8 ай бұрын
is war no good?
@ProCoderIO8 ай бұрын
Make jar not war! kzbin.info/www/bejne/qZOzhJ1_admnZ5I
@nicoledawson6348 ай бұрын
Promo sm
@ProCoderIO8 ай бұрын
??
@jopadjr8 ай бұрын
5th...Thanks
@etorty_dev8 ай бұрын
For me, I think testing is super important for saving present you from future you. No one is perfect, and we make mistakes almost all the time, but automated testing gives us confidence that that piece of functionality works. As you said, it's fine to play around and explore the code, but when you really want to get serious, you have to ensure your tests are there to back you up.