Тёмный
Java Brains
Java Brains
Java Brains
Подписаться
Java and JavaScript Courses and Tutorials
5 questions to ask the interviewer!
18:23
Месяц назад
Is this unfair?
16:04
3 месяца назад
4 Spring Boot Mistakes to AVOID in 2024
15:18
3 месяца назад
Do these 5 things first
20:38
4 месяца назад
The thing about serverless...
2:20
4 месяца назад
npm prank gone wrong.
11:03
4 месяца назад
Top 5 JUnit Tips You Should Know - Java Brains
15:56
5 месяцев назад
Top 8 Spring Properties You Should Know in 2024
18:44
5 месяцев назад
🔔 Top 5 mistakes with Java Sets!
17:58
5 месяцев назад
Top 10 Spring Annotations to know in 2024
26:41
5 месяцев назад
Stay backend-only or go full stack?
20:38
6 месяцев назад
BEST JAVA TUTORIAL VIDEO
3:38
Год назад
Make an HTML Ordered List Fast!
1:01
Год назад
Комментарии
@syafiighazali
@syafiighazali 6 часов назад
Fantastic explanation, exactly what I was looking for. Thanks!
@Turnpost2552
@Turnpost2552 12 часов назад
He is looking more and more crazy as each video passes by
@AaRshavin7
@AaRshavin7 День назад
I can assure, this is theoretical and pratical explanation which results in the BEST! Spring Security course on youtube.. for FREE!. Im so grateful
@soniarani8540
@soniarani8540 День назад
Hi @Java Brains ....i have one question...please let me know if we use reactive programming so we should not use List or Map or Arrya.i know there is replacement of ExecutorService but is it like to use flux or Mono everywhere even for list ,array or Map set.please let me know
@zfarahx
@zfarahx День назад
This was great. Hilarious too :)
@akshayrawat2477
@akshayrawat2477 День назад
Stilll suprised, that it can be so easy to understand , very well explained
@ageorge8174
@ageorge8174 День назад
Thank you so much for this tutorial. You are the BEST.
@dmitrymelnikov4918
@dmitrymelnikov4918 2 дня назад
Java Brains, thank you very much for the excellent video. One question about Implicit Flow. You've mentioned that it's drawback is that anyone can use the access token that client received. Isn't it true for the Authorization Code Flow when anyone can get Authorization Token and then get an Access Token with it? From my point of view this is exactly the same problem just the "dance" gets one step longer. And you point that in the first flow client can get an access token in a more secure way is not convincing. Why not to make the same level of security while getting an access token without sending authorazition one first?
@tanya_khanna
@tanya_khanna 2 дня назад
I am getting InvalidQueryException: Undefined column name book_id. How to resolve this? I have checked everything and couldn't find anything.
@akshatakorgaonkar7379
@akshatakorgaonkar7379 3 дня назад
I have a wsdl file which has inputName=" " , outputName=" " , bindingOperationName= " " etc.. how is this one different from the one which I have . Where can I find more info on the format that I have .
@nathantrevivian4989
@nathantrevivian4989 4 дня назад
Do you have any examples of integrity logging? For example, using hash chaining in springboot logging to protect against log modification?
@armaan.nagpuri
@armaan.nagpuri 4 дня назад
THat annotation @Load Balancing OMG... I was trying to solve an error of unknown host exception. After watching this video it was solved...
@runner_arora
@runner_arora 5 дней назад
Field authorRepository in io.springbootproject.betterreadsdataloader.BetterReadsDataLoaderApplication required a bean of type 'com.author.AuthorRepository' that could not be found. The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true) Action: Consider defining a bean of type 'com.author.AuthorRepository' in your configuration.
@BruceWayne_.....
@BruceWayne_..... 6 дней назад
Straight to point
@vanithaguru
@vanithaguru 6 дней назад
Hi anyone can help me , how can we connect database by using eclipse ide with spring boot application and api
@dieraven
@dieraven 6 дней назад
Thank you 🙂
@dieraven
@dieraven 6 дней назад
Got this error after adding the @EnableHystrixDashboard and properties: Caused by: java.lang.IllegalStateException: Failed to introspect Class org.springframework.cloud.netflix.hystrix.dashboard.HystrixDashboardConfiguration
@Roniabhi
@Roniabhi 6 дней назад
any one who is watching this video make sure you know run command is deleted for versions after 3.0.0 so you can skip this video as or use `mvn spring:boot run` command
@cormacredmond12345
@cormacredmond12345 7 дней назад
Good course (thanks!), but it misses to explain two points which I think most would stumble on. 1) By using a Mono (and delayElement), you're freeing up one thread, but it's still another thread in the JVM that must "delay" (except it's handled by Spring webflux). Same for real I/O operations. There's no magic going on here, I think the video should make that clear. If you have slow blocking code (i.e., a long-lived DB call), you will have a thread blocked somewhere at some point. And if you have 10 of these, you'll have 10 blocked threads (or worse, less than 10 but with subsequent requests queued) -- just for a crude example. 2) Nowhere in this video series did it cover the critically important fact that actually, you get no threading by default unless you specify it somewhere; all rails would be on the same thread. You in your example Fluxes happen to be getting parallel threading, perhaps unknowingly, by using delayElement() (look at the source: return delayElements(delay, Schedulers.parallel())). Without that, everything would be executed sequentially on the same thread that you created the Flux. In reality, nobody will be using anything like the example Fluxes in production code. Crucial methods like runOn(), publishOn(), subscribeOn(), etc., should have been covered -- the whole concept and benefits of Reactor is lost otherwise, IMO. See: projectreactor.io/docs/core/release/reference/#schedulers
@amilasilva7
@amilasilva7 7 дней назад
Great video as always 🔥
@iyergh
@iyergh 7 дней назад
Love this.
@iyergh
@iyergh 7 дней назад
I absolutely love this
@iyergh
@iyergh 7 дней назад
This video is so amazing. This explanation is so simple to understand. The way this is broken down with a Java example is just superb. Thank you x 100
@ZillaYT
@ZillaYT 7 дней назад
I was doing well until session #29 when adding the embedded Derby DB. I get this on startup. Any clues on how to fix it? Thanks for a great tutorial!!! 2024-05-18T14:07:59.476-04:00 INFO 66638 --- [course-api-data] [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2024-05-18T14:07:59.700-04:00 WARN 66638 --- [course-api-data] [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL "create table topic (id varchar(255) not null, desc varchar(255), name varchar(255), primary key (id))" via JDBC [Syntax error: Encountered "desc" at line 1, column 47.] org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "create table topic (id varchar(255) not null, desc varchar(255), name varchar(255), primary key (id))" via JDBC [Syntax error: Encountered "desc" at line 1, column 47.] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:574) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:514) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.createTable(AbstractSchemaMigrator.java:315) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final] at org.hibe
@ZillaYT
@ZillaYT 7 дней назад
I'm using a later version of Spring Boot, and the work "desc" is a keyword. So I just changed it to "description" and it worked.
@pkumar176
@pkumar176 8 дней назад
super content sir
@in_tyler_we_trust
@in_tyler_we_trust 8 дней назад
Jwt bhi jaat h
@shubhamchouksey9904
@shubhamchouksey9904 8 дней назад
Hi @Java brains can you give me free access to members only content
@sidray90
@sidray90 9 дней назад
Way too many advertisements in the video.
@electronicseternity9210
@electronicseternity9210 9 дней назад
Hi, would really help if you could do a video on arrays, list, and arraylists private List<Topic> topics = new ArrayList<>(Arrays.asList( new Topic("Spring", "Spring Framework", "Spring Framework Description"), new Topic("Spring1", "Spring Framework1", "Spring1 Framework Description"), new Topic("Spring2", "Spring Framework2", "Spring2 Framework Description"), new Topic("Spring3", "Spring Framework3", "Spring3 Framework Description"))); The above is quite confusing for me. Appreciate your guidance. Tq
@midhunma8875
@midhunma8875 9 дней назад
Thanks, this is the clearest from scratch video i found so far..so difficult to explain yet you made it look easy
@themrambusher
@themrambusher 9 дней назад
fresh video
@Shuvooa
@Shuvooa 9 дней назад
C
@mohamedabdo9109
@mohamedabdo9109 10 дней назад
No AQL Exception solved with adding @Component in the Entity class
@gautamsnegi27
@gautamsnegi27 10 дней назад
Constructor injection not just helped in removing @Autowired but also gave the ability to make the repo variable final.
@Shadow-pn5qw
@Shadow-pn5qw 10 дней назад
Awesome explanation
@dieraven
@dieraven 11 дней назад
Thank you! I am getting ready for Level 2 course =)
@prafullakh
@prafullakh 11 дней назад
Funny you should mention Kissinger. It took a seasoned Indian diplomat to remind him of his heritage of being progeny of Jew refugees from WW2 and who was now turning a blind eye to the genocide in Bangladesh. You should look it up on the internet; he apparently pulled the table cloth from the breakfast table yelling he ain't a refugee. But the points you've mentioned are really good face savers when staring at an unknown problem. Good content, as usual.
@trantrungnghia9642
@trantrungnghia9642 12 дней назад
love the way you explain by giving some random dialogs like "Hey Spring Security, I want you to blablabla"
@andreicioropar8472
@andreicioropar8472 12 дней назад
This problem reminds me of a game i used to play when i was young with 3 and 7 with a group of friends. We were counting one by one and every time when someone missed the BUZZ ( in our country we would call it BOLTZ instead of BUZZ :D ) had to drink the BOOZE. Nice job anyway
@StephenTarenWB
@StephenTarenWB 12 дней назад
Shopify sent me here :rofl:
@nishantpant324
@nishantpant324 13 дней назад
But how many good Interviwers are there, most of them are trying to show you that you don't know this
@shubhamchouksey9904
@shubhamchouksey9904 13 дней назад
Is using Method References a good practice for maintainable code? I see that the reader has to actually look into the parameters of the and keep both of them side by side.
@milimishra6447
@milimishra6447 13 дней назад
Best explanation
@milimishra6447
@milimishra6447 13 дней назад
Good one ❤❤
@immortalveejay
@immortalveejay 13 дней назад
Besides providing sharp intelligent know-how, these latest videos have a totally fresh wit. Thanks, Java Brains.
@shubhamchouksey9904
@shubhamchouksey9904 13 дней назад
We can also use Java Streams for this Step2 : personList.forEach(person -> System.out.println("lambda person : " + person)); Step 3 : personList.stream(). filter(person -> { return (person.getLastName().charAt(0) == 'C'); }).forEach(person -> System.out.println("stream person : " + person));
@mudassarhannuri9009
@mudassarhannuri9009 13 дней назад
Hi Kaushik Are you planing vedioes on ai in java