Best 5 IntelliJ IDEA Plugins for Java Developer | Improve Your Coding Efficiency | JavaTechie

  Рет қаралды 62,091

Java Techie

Java Techie

Күн бұрын

Пікірлер: 112
@marekmasek
@marekmasek 2 жыл бұрын
A few tips: GenerateAllSetter plugin is useless, if you are following these points: - make DTO class final (use record) and use the constructor to set all values - don't write own mapper (DTO Entity), when you can use Mapstruct - use builder instead of multiple setters, it looks a lot better Also I wouldn't use GsonFormat plugin, because json is usually used in REST API, so you should have the schema. In 2022 most of the developers are using Open Api specification. So you should use openapi-generator-maven-plugin which will generate all model classes automatically for you from the Open Api Specification. It can also generate controllers and more...
@josealonso7321
@josealonso7321 2 жыл бұрын
@marekmasek, do you know of any Open Api tutorial where generating classes for the whole project is explained ? I know it can be done modifying the templates, but the learning curve for that API is quite big. Thanks :)
@ivanjermakov
@ivanjermakov 2 жыл бұрын
You can generate constructors, get/set/override methods with alt+insert within the class body.
@suriaravind6737
@suriaravind6737 2 жыл бұрын
Model Mapper we can use instead of setting individual variables
@Javatechie
@Javatechie 2 жыл бұрын
Is model mapper generate object from json schema?
@arditrondigitalsolutions2552
@arditrondigitalsolutions2552 2 жыл бұрын
@@Javatechie Yes it can. You can simply use Jackson Mapper. ObjectMapper has a method called readValue which can be used to convert JSON to Object. More over, you can convert one object to other using ObjectMapper's convertValue option.
@Javatechie
@Javatechie 2 жыл бұрын
But that I know I am asking here can we create java classes directly from json schema using model mapper ?
@arditrondigitalsolutions2552
@arditrondigitalsolutions2552 2 жыл бұрын
@@Javatechie What you are doing in your ValueMapper class is same what you can do in one line with Jackson ObjectMapper. In fact, in your ValueMapper you are defining the object and setting its values (even though the plugin is doing it) however in Jackson mapper approach you don't even need to do it. The class will be generated by Jackson from the String / JSON representation on the fly.
@gallardofabian
@gallardofabian 2 жыл бұрын
Great video, thx. There are some plugins like allSetters but with builderFormart?
@ashishsahu1310
@ashishsahu1310 2 жыл бұрын
Always enjoy learning from you. You never miss to add even such smaller contents with detailed explanation.
@Javatechie
@Javatechie 2 жыл бұрын
Thanks Ashish 😊
@compartelo007
@compartelo007 2 жыл бұрын
Thanks for active automatic subtitles.
@ohhhgggeeezzz
@ohhhgggeeezzz Жыл бұрын
Maven helper is there a gradle equivalent?
@sourabbhowmik5706
@sourabbhowmik5706 Жыл бұрын
could you please tell me which font it is?
@Javatechie
@Javatechie Жыл бұрын
It's default one
@NitishKumar07
@NitishKumar07 2 жыл бұрын
Which apple laptop are you using for creating videos and development?
@Javatechie
@Javatechie 2 жыл бұрын
Mac desktop 🖥️
@kapilausarmal6300
@kapilausarmal6300 2 жыл бұрын
Awesome, Shortcuts... Again informative Content to improve coding in fast and Efficiency way....😀👍
@jayaprakash456abc
@jayaprakash456abc 2 жыл бұрын
Hi Sir, Codota AI Autocomplete not available now on Intellij IDEA community version on windows, any suggestions on how to get this plugin? Thanks a lot for useful info sharing...
@Javatechie
@Javatechie 2 жыл бұрын
Please use Tabnine
@md.abirhasan7089
@md.abirhasan7089 2 жыл бұрын
what font you use in intellij idea
@Javatechie
@Javatechie 2 жыл бұрын
Intellij default one
@aviator9728
@aviator9728 2 жыл бұрын
Lombok also provide similar for setter getter
@Javatechie
@Javatechie 2 жыл бұрын
No both purpose is different buddy. Lombok will only helps to provide inbuilt object class method but not converter and setter with default implementation
@nezukobgmi6914
@nezukobgmi6914 2 жыл бұрын
Java Techie is The Best Channel I Got For SpringBoot
@Javatechie
@Javatechie 2 жыл бұрын
Thanks buddy 😊
@imtiazkabir6115
@imtiazkabir6115 2 жыл бұрын
Modelmapper is better while copying data between entity and dto
@mir5311
@mir5311 2 жыл бұрын
I am already using codata rest of the thing I'm going to use its AWESOME tricks
@Jovialguy110
@Jovialguy110 2 жыл бұрын
awesome worldclass mindblowing bombastic!
@abishekmadhav3643
@abishekmadhav3643 2 жыл бұрын
Good work ... Expecting more like this
@Javatechie
@Javatechie 2 жыл бұрын
Will definitely do
@sivannarayanapenumala1840
@sivannarayanapenumala1840 2 жыл бұрын
Will this maven helper plugin be applied to gradle?
@Javatechie
@Javatechie 2 жыл бұрын
Not sure. I don't think it will work
@FunnyZone-yj9kl
@FunnyZone-yj9kl 2 жыл бұрын
Sir can you make video on distributed security using jwt Or oauth2 for microservices
@Javatechie
@Javatechie 2 жыл бұрын
Yes i will plan to do that soon
@thuynv
@thuynv 2 жыл бұрын
​@@Javatechie I am also interested in this issue
@rssaini01
@rssaini01 2 жыл бұрын
Codota is now Tabnine!
@Javatechie
@Javatechie 2 жыл бұрын
Correct
@paottelokoy2553
@paottelokoy2553 2 жыл бұрын
Super as always...!
@aayush5474
@aayush5474 2 жыл бұрын
Sir can you make video on design patterns
@Javatechie
@Javatechie 2 жыл бұрын
Okay will do that
@aswarthanarayanareddyb176
@aswarthanarayanareddyb176 2 жыл бұрын
generateAllSetter and gsonplugin more helpfull to me. Thanks 👍👍
@RahulRahul-gy4gl
@RahulRahul-gy4gl Жыл бұрын
Thank you for the great video
@jesussuarezlopez4054
@jesussuarezlopez4054 2 жыл бұрын
Not found Codota in Marketplace, only airXCode
@jesussuarezlopez4054
@jesussuarezlopez4054 2 жыл бұрын
With the version 2022.2.1 not working
@Javatechie
@Javatechie 2 жыл бұрын
Check with tabnine plug-in
@ManishSharma-xq9be
@ManishSharma-xq9be 2 жыл бұрын
Guthub copilot is on another level for AI code completion. It even writes the whole code with logic, if we provide the details in comments.
@Javatechie
@Javatechie 2 жыл бұрын
Wow that's awesome.i will check this out
@arghyamitra3281
@arghyamitra3281 2 жыл бұрын
Awesome 😎 .. I find Jpabuddy plugin very useful too
@Javatechie
@Javatechie 2 жыл бұрын
I already uploaded about jpabuddy plugin with complete tutorial please have a look
@arghyamitra3281
@arghyamitra3281 2 жыл бұрын
@@Javatechie yes sir already watched ❤️
@arungore6578
@arungore6578 2 жыл бұрын
Nice .keep good work
@ravitejpotti
@ravitejpotti 2 жыл бұрын
Can you do the same for eclipse as well
@rohitkumar-sh2hb
@rohitkumar-sh2hb 2 жыл бұрын
Are all these available for community edition of IntelliJ also ?
@Javatechie
@Javatechie 2 жыл бұрын
Yes i am using community edition only
@rssaini01
@rssaini01 2 жыл бұрын
SonarLint is also very useful plugin.
@Javatechie
@Javatechie 2 жыл бұрын
Yes already i covered that in separate video buddy
@sureshreddyp236
@sureshreddyp236 2 жыл бұрын
Sir, your content is helping us a lot and you have covered almost each and every topic what developer is looking for. Sir if you don't mind can you create a tutorial based on Design Patterns please.
@Javatechie
@Javatechie 2 жыл бұрын
Okay i will continue that
@akshithawaypoori7261
@akshithawaypoori7261 2 жыл бұрын
Please make shortcuts you use in intellij
@gauravpatel8189
@gauravpatel8189 2 жыл бұрын
very informative video to increase productivity....
@saravanakumara5602
@saravanakumara5602 2 жыл бұрын
Awesome!!!.Thanks.
@harinimacharla
@harinimacharla 2 жыл бұрын
All these plugins are free? Please suggest
@Javatechie
@Javatechie 2 жыл бұрын
Yes buddy free
@harinimacharla
@harinimacharla 2 жыл бұрын
@@Javatechie thank you for your quick reply.. please keep doing these useful vedios.. Thank you
@AleksandarT10
@AleksandarT10 2 жыл бұрын
Great video, we need more stuff like this!
@Javatechie
@Javatechie 2 жыл бұрын
I will do few more plugins
@sanjeevtatipalli
@sanjeevtatipalli 2 жыл бұрын
Than GsonFormatPlus plugin I felt RoboPOJOGenerator plugin is more useful. Try once
@PramodKumar-hu7mt
@PramodKumar-hu7mt 2 жыл бұрын
I haven't used any one of them till now. But from now on, i'm going to use these. Thanks bro.
@Javatechie
@Javatechie 2 жыл бұрын
Try you will love it
@awinashkumar5535
@awinashkumar5535 2 жыл бұрын
Is 2nd Generation core i5 8GBB DDR3 RAM 240GB SATA SSD good for Coding/Software development? Like: MySql, VMware,Kotlin, Android studio, Java, NetBeans,Sql,Intellij idea, vs code
@AlekseyStukalov
@AlekseyStukalov 2 жыл бұрын
No JPA Buddy? Ridiculous.
@Javatechie
@Javatechie 2 жыл бұрын
Buddy already uploaded about jpabuddy please check below kzbin.info/www/bejne/mGSTgHVugJ6KjpY
@sritharan20
@sritharan20 2 жыл бұрын
Good One!
@ThePomelo09
@ThePomelo09 2 жыл бұрын
Intellij GitToolBox plugin it's amazing and really useful
@Javatechie
@Javatechie 2 жыл бұрын
Definitely i check this.thank you
@rakibulhasan1923
@rakibulhasan1923 2 жыл бұрын
you are absolutely outstanding
@karishmarawat1359
@karishmarawat1359 2 жыл бұрын
Great Video!! Please make video on shortcut key/commands used in IntelliJ IDEA.
@Javatechie
@Javatechie 2 жыл бұрын
Okay i will
@kumarguru3044
@kumarguru3044 2 жыл бұрын
Can you also make a video on AWS in terms of usage by java developer
@Javatechie
@Javatechie 2 жыл бұрын
Please checkout my AWS playlist
@varalakshmiadabala8522
@varalakshmiadabala8522 Жыл бұрын
It is very helpful
@Dis146
@Dis146 Жыл бұрын
That's mealting me🎉
@Akhil-pw8fs
@Akhil-pw8fs 2 жыл бұрын
Great video
@anupkulkarni
@anupkulkarni 2 жыл бұрын
Hello sir ! Good content !! Is there any plug-in that will be help me to understand/analyze/explain huge code written by previous developer as he is not ready to explain it , thank you very much !!🙏
@Javatechie
@Javatechie 2 жыл бұрын
No buddy you need to debug itb
@sanjaypamarthi7258
@sanjaypamarthi7258 2 жыл бұрын
Thanks Basant, very helpfull content. Can you please do some videos on Design Patterns with best examples?
@Javatechie
@Javatechie 2 жыл бұрын
Will do this
@ИванСапронов-з8ь
@ИванСапронов-з8ь 2 жыл бұрын
Thanks a lot!
@OnwardOMG
@OnwardOMG 2 жыл бұрын
your code doesn't look clean
@Javatechie
@Javatechie 2 жыл бұрын
Why buddy what happened
@sanoopk8847
@sanoopk8847 2 жыл бұрын
Very useful video
@peace-sharp
@peace-sharp 2 жыл бұрын
Great bro ❤️ thanks for creating this content.
@ZtowhyA
@ZtowhyA 2 жыл бұрын
in my previous company - Model to DTO to Entity :D
@mir5311
@mir5311 2 жыл бұрын
Looking cool
@peterganss6704
@peterganss6704 2 жыл бұрын
Java Techie... Can you do a spring boot banking app tutorial.....with repo, service , entity, and controllers for deposit, withdrawal, and transfer of funds? In English like you are talking tom a 5 year old. Thanks!! Keep it up.
@Javatechie
@Javatechie 2 жыл бұрын
Buddy i am here to guide you about latest tecnology . I don't know who told you that I am guiding here communication training.am not right fit for this please check with others
@IvanRandomDude
@IvanRandomDude 2 жыл бұрын
Banking is hard, it's not meant to be taught to 5 year olds. Start with basics.
@prpramod
@prpramod 2 жыл бұрын
Basant he meant “ please prepare a tutorial on spring boot with a banking use case with simple English . So simple like speaking to a five year old!! He didn’t comment about your communication skills . The ‘to’ auto corrected to ‘tom’ probably that’s why you couldn’t understood his intentions. Cheers ! Best regards, Jai Jagannath.
@Javatechie
@Javatechie 2 жыл бұрын
My bad pramod 😂. Didn't understand it correctly
@bp8592
@bp8592 2 жыл бұрын
😥 it this video blurry for me only? I like to watch your video as content is always best.
@Flo-mz8ct
@Flo-mz8ct 2 жыл бұрын
First plugin to get is a fin dark mode, wtf is this?
@Javatechie
@Javatechie 2 жыл бұрын
Wtf you are taking do you know the purpose of allSetters plugin if don't please check rather than giving comment without knowing it okay
@ZtowhyA
@ZtowhyA 2 жыл бұрын
library dozer can map dto to entity and vice versa easily
@rajat9800gt
@rajat9800gt 2 жыл бұрын
I just used this and it probably saved me more than 30 mins and a lot of headache
@themrambusher
@themrambusher 2 жыл бұрын
STS pe bhe video banaye please
@Javatechie
@Javatechie 2 жыл бұрын
Subham i would strongly recommend you to use intellij. This is a really cool man just give it a try
@nehurane
@nehurane 2 жыл бұрын
First one ☝️is game is really more helpful and rest too.
@sandeepsharma-ws7tk
@sandeepsharma-ws7tk 2 жыл бұрын
thanks basant
@pratishrutipanda6461
@pratishrutipanda6461 2 жыл бұрын
Real tresure 😄
@thuynv
@thuynv 2 жыл бұрын
Thank you, verry much
Юрий Артамонов - Краш-курс по IntelliJ IDEA Plugin DevKit
59:13
JPoint, Joker и JUG ru — Java-конференции
Рет қаралды 15 М.
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН
IntelliJ IDEA Tips and Tricks
51:37
JetBrains
Рет қаралды 23 М.
JAVA DTO Pattern Tutorial | Simplify Your Code
19:12
Amigoscode
Рет қаралды 218 М.
5 Rules For DTOs
17:56
Ardalis
Рет қаралды 46 М.
The Basics of Debugging Your Code in IntelliJ - Java Programming
15:23
IntelliJ Super Productivity in 45 Minutes By Heinz Kabutz
48:30
IntelliJ IDEA Tutorial: 9 MUST KNOW SHORTCUTS
14:31
Continuous Delivery
Рет қаралды 6 М.
IntelliJ IDEA Full Course
2:35:00
Amigoscode
Рет қаралды 819 М.
My IntelliJ IDEA Setup & Theme
31:00
Dan Vega
Рет қаралды 19 М.
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН