ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

62 results

CodeSnippet
🛑 Stop Writing Boilerplate! Lombok in Spring Boot Explained ✅ Part 1

In Part 1 of this Lombok series, we deep-dive into Project Lombok and show how it dramatically reduces boilerplate code in ...

21:44
🛑 Stop Writing Boilerplate! Lombok in Spring Boot Explained ✅ Part 1

1,377 views

7 days ago

CodeSnippet
🚀 Spring Boot: 3 Hidden Dependency Injection Superpowers (ObjectProvider, Scoped Proxy, @Lookup) ✅

In this video, we explore three advanced and extremely powerful dependency injection techniques in Spring Boot: ...

20:07
🚀 Spring Boot: 3 Hidden Dependency Injection Superpowers (ObjectProvider, Scoped Proxy, @Lookup) ✅

1,444 views

4 weeks ago

CodeSnippet
Is Java Record a replacement of Lombok?

Java introduced Records to reduce boilerplate, but Lombok has been doing that for years. So why did Java add Records when ...

28:39
Is Java Record a replacement of Lombok?

1,004 views

19 hours ago

CodeSnippet
🛑 Stop Using @Value Everywhere! The Power of @ConfigurationProperties Explained ✅

... Spring Boot Developer, Java Developer, Spring Boot Best Practices, Spring Boot Tips, Spring Boot Tricks, Clean Code Spring ...

25:58
🛑 Stop Using @Value Everywhere! The Power of @ConfigurationProperties Explained ✅

3,070 views

2 weeks ago

CodeSnippet
Value Annotation Vs ConfigurationProperties Annotation In Spring ✅ #springboot #java

... manual validation inside value annotation but if you make use of configuration properties you can make use of spring validation ...

1:19
Value Annotation Vs ConfigurationProperties Annotation In Spring ✅ #springboot #java

9,234 views

8 days ago

CodeSnippet
🚀 5 Tricks Every Java Developer Should Know In 2025 ✅

Java has evolved a lot in the last few years — but most developers are still writing code the old way. In this video, I walk you ...

10:41
🚀 5 Tricks Every Java Developer Should Know In 2025 ✅

5,236 views

3 weeks ago

CodeSnippet
Do We Really Need Repository Annotation On JPA Repositories? 🤔 #javaframework #springplatform
0:28
Do We Really Need Repository Annotation On JPA Repositories? 🤔 #javaframework #springplatform

18,681 views

3 weeks ago

CodeSnippet
Forgot Value Annotation & Start Using ConfigurationProperties Annotation In Spring✅ #springboot

Stop using value annotation today If you're using value annotation inside your spring boot project to read configuration properties ...

0:27
Forgot Value Annotation & Start Using ConfigurationProperties Annotation In Spring✅ #springboot

10,256 views

12 days ago

CodeSnippet
Inside Lombok: Compiler Internals, Pros & Cons Explained ✅ | Part 2

What really happens when you write @Getter or @Builder in your code? Where does the code come from — and why do some ...

18:32
Inside Lombok: Compiler Internals, Pros & Cons Explained ✅ | Part 2

615 views

6 days ago

CodeSnippet
Lookup Annotation Internal Working ✅ Learn Something New ✅ #coding #java #springboot

... get prototype method which is annotated with lookup annotation Now when you bring up your application when spring finds that ...

0:59
Lookup Annotation Internal Working ✅ Learn Something New ✅ #coding #java #springboot

11,823 views

2 weeks ago

CodeSnippet
This Spring Guide Will Make You Productive ✅ #coding #springplatform #java
0:40
This Spring Guide Will Make You Productive ✅ #coding #springplatform #java

14,127 views

4 weeks ago

CodeSnippet
This is how interviewers check your knowledge on Variable Shadowing In Java ✅ #java #interview

... of your demo class and not this particular local guy and now if I run this code you will see that we are getting correct output.

0:49
This is how interviewers check your knowledge on Variable Shadowing In Java ✅ #java #interview

22,299 views

2 weeks ago

vlogommentary
How to Set Up OpenAPI (Swagger) UI 3 in Spring Framework 6 Without Spring Boot

Learn to configure OpenAPI (Swagger) UI 3 in a plain Spring Framework 6 application using springdoc-openapi, including ...

3:47
How to Set Up OpenAPI (Swagger) UI 3 in Spring Framework 6 Without Spring Boot

5 views

8 days ago

vlogommentary
Fixing springdoc Property Binding Failure in Spring Boot Docker Environment

Learn how to resolve the SpringDocConfigProperties binding error in Spring Boot 3.4 Docker setups by correcting your springdoc ...

3:19
Fixing springdoc Property Binding Failure in Spring Boot Docker Environment

0 views

10 days ago

vlogommentary
Using the gpt-4o-search-preview Model in LangChain4J with Spring Boot

Learn how to configure LangChain4J in Spring Boot to use OpenAI's `gpt-4o-search-preview` model and understand the current ...

3:13
Using the gpt-4o-search-preview Model in LangChain4J with Spring Boot

0 views

5 days ago

vlogommentary
Fixing ClassCastException When Using Redis with Long Values in Spring Boot

Learn how to correctly configure RedisTemplate serializers for Long values in Spring Boot to prevent ClassCastException.

2:46
Fixing ClassCastException When Using Redis with Long Values in Spring Boot

0 views

10 days ago

vlogommentary
Fixing Unable to connect to Redis inside Docker with Spring Boot

Learn how to resolve Redis connection issues in Dockerized Spring Boot applications by correctly configuring Docker networks ...

3:21
Fixing Unable to connect to Redis inside Docker with Spring Boot

0 views

7 days ago

vlogommentary
Migrating to Spring Boot 3.4+  WebClient Metrics with Reactive Observability

Learn how to update your Spring Boot 3.4+ WebFlux app to collect accurate HTTP client metrics with the new Observability API, ...

3:32
Migrating to Spring Boot 3.4+ WebClient Metrics with Reactive Observability

0 views

5 days ago

vlogommentary
How to Convert Raw JSON to JPA Entities in Spring Boot Using ObjectMapper

Learn how to efficiently convert raw JSON data into JPA entities in Spring Boot REST APIs using Jackson's ObjectMapper, best ...

3:25
How to Convert Raw JSON to JPA Entities in Spring Boot Using ObjectMapper

0 views

3 days ago

vlogommentary
Fixing MockMvc Integration Tests with Internal API Calls in Spring Boot

Learn how to resolve port mismatch issues in Spring Boot integration tests using MockMvc and internal API calls by aligning ...

2:32
Fixing MockMvc Integration Tests with Internal API Calls in Spring Boot

0 views

7 days ago