ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

17 results

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

4 days ago

vlogommentary
Implementing Field Level Encryption in Couchbase with Spring Boot

Learn how to configure field level encryption (FLE) in Couchbase using Spring Boot, including how to properly set up the ...

3:37
Implementing Field Level Encryption in Couchbase with Spring Boot

0 views

2 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

4 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

2 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

6 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

6 days ago

vlogommentary
Why You Should Not Extend a @ Component Class with a @ Configuration Class in Spring

Learn why extending a Spring @ Component class from a @ Configuration class can cause proxy issues and how to properly ...

2:31
Why You Should Not Extend a @ Component Class with a @ Configuration Class in Spring

0 views

4 days ago

VIRAJ TECH
Node.java || Node Class in LinkedList Explained with output

Learn how to define a Node class for a LinkedList and see the real output in action! In this short tutorial, I break down the core idea ...

0:04
Node.java || Node Class in LinkedList Explained with output

333 views

1 day ago

vlogommentary
Fixing not-null constraint violation on SQL Delete in Spring Boot with JPA Relationships

Learn how to resolve PostgreSQL not-null constraint violation errors when deleting entities with related child records in Spring ...

3:27
Fixing not-null constraint violation on SQL Delete in Spring Boot with JPA Relationships

0 views

2 days ago

vlogommentary
Fixing Spring Hibernate Error: Row was updated or deleted by another transaction When Adding to Ent

Learn how to properly update JPA entity collections in Spring Boot to avoid the 'Row was updated or deleted by another ...

3:12
Fixing Spring Hibernate Error: Row was updated or deleted by another transaction When Adding to Ent

0 views

1 day ago

vlogommentary
Fixing SonarQube Create initial schema Failed Error with Postgres on Docker

Discover how to resolve the 'relation already exists' error when running SonarQube with Postgres on Docker by properly ...

3:50
Fixing SonarQube Create initial schema Failed Error with Postgres on Docker

0 views

6 days ago

vlogommentary
Solving ExcelWriter Instance Reuse in Spring Batch Jobs with @ JobScope

Learn how to ensure a new ExcelWriter instance is created for each Spring Batch job execution by using @ JobScope instead of ...

3:11
Solving ExcelWriter Instance Reuse in Spring Batch Jobs with @ JobScope

0 views

1 day ago

VIRAJ TECH
Fast Searching in Java: Binary Search

Binary Search in Java made easy! Check out the logic + code snippet to implement binary search fast! Let me know if you ...

0:04
Fast Searching in Java: Binary Search

56 views

3 days ago

vlogommentary
Resolving the Column 'is_deleted' is ambiguous Error in JPQL Update Queries with Hibernate

Learn how to fix the common 'is_deleted' column ambiguity error in Hibernate JPQL update queries by using subqueries instead ...

3:32
Resolving the Column 'is_deleted' is ambiguous Error in JPQL Update Queries with Hibernate

0 views

1 day ago

VIRAJ TECH
Main.java || Main Class of LinkedList in Java (Explained in 20s!)

Learn the MAIN class of LinkedList in Java in under 60 seconds! In this quick short, we break down the core class behind ...

0:20
Main.java || Main Class of LinkedList in Java (Explained in 20s!)

437 views

1 day ago

VIRAJ TECH
Linear Search Algorithm in Java (Short & Simple)

Learn how Linear Search works in Java in just a few seconds! Simple example and explanation of the Linear Search algorithm.

0:04
Linear Search Algorithm in Java (Short & Simple)

197 views

3 days ago

VIRAJ TECH
Main.java || Main Class of LinkedList in Java | Output Explained in 20s!

Learn how the Main class of LinkedList works in Java — with real output! This quick snippet shows you how to create a ...

0:20
Main.java || Main Class of LinkedList in Java | Output Explained in 20s!

305 views

23 hours ago