Channel Avatar

Easy 2 Excel @UC9GKXsA1jaAavojF6Erclig@youtube.com

2.9K subscribers - no pronouns :c

More from this channel (soon)


14:10
Asynchronous calls in Spring Boot using @Async | @Async | @EnableAsync
16:52
JaCoCo Maven Plugin | How To Generate Java Code Coverage Report Using JaCoCo Plugin
12:58
SonarLint for IntelliJ | Improve your code quality by using SonarLint in IntelliJ IDEA | SonarLint
21:15
Configure Multiple DataSources in Spring Boot | Spring Boot + Multiple Datasources + JPA
21:45
How to Add a Maven Project as a Dependency in another Maven Project | Maven project as a dependency
06:13
How to create executable JAR using Intellij | How to create a Java executable in IntelliJ?
07:28
How to convert existing Java Project to Maven in Intellij | Converting Java Project to Maven Project
15:42
How to Add Jar file on Java project in Intellij IDEA | Add JAR File to an IntelliJ IDEA Project
15:01
How to Create a Spring Boot Project with IntelliJ IDEA | Java Spring Boot + IntelliJ IDEA
07:13
How to create a Maven Project in Intellij | JAVA + MAVEN + GIT | MAVEN Project setup in Intellij
04:09
Import maven Project from GitHub to IntelliJ | Clone an existing Git repository to IntelliJ IDEA
04:23
How to import a Maven project from GitHub into STS IDE | Clone project from Git/Github to STS
18:40
Transaction Management in Spring Boot | @Transactional | @EnableTransactionManagement
18:05
Upload file to AWS S3 Bucket Using Presigned URL In JAVA | Amazon S3 PUT using Presigned URL
43:07
Build a Serverless CRUD REST API (API Gateway + Lambda+ DynamoDB) In JAVA | PART-2 | In 45 minutes
23:26
Build a Serverless CRUD API (API Gateway + Lambda +DynamoDB) In JAVA | PART-1
22:27
AWS API Gateway to Lambda in JAVA | AWS API Gateway | AWS Lambda + AWS API Gateway
19:46
Read S3 Event & Save to DynamoDB using AWS Lambda | S3 + AWS Lambda + DynamoDB in Java
19:31
Trigger Lambda on S3 Upload | AWS S3 File Upload + Lambda Trigger - Step by Step Tutorial in JAVA
13:35
Write Your First AWS Lambda Function Using Java | AWS Lambda
15:56
How to Install & Configure AWS CLI in Windows | AWS CLI Setup
18:00
Write Unit Test Case For Controller Layer using Junit & Mockito | @WebMvcTest |MockMvc
18:03
Write Unit Test Case Using Junit & Mockito | Spring Boot Unit Testing | Junit & Mockito
25:13
Spring Boot CRUD API with AWS DynamoDB | AWS DynamoDB
23:51
How to retrieve JSON data using JSONPath | JSON Path expressions | jayway jsonpath maven
20:07
Mapstruct | Miscellaneous | @InheritInverseConfiguration | Spring boot with MapStruct Example
11:43
Mapstruct | MapStruct - Enum Mapping | @ValueMapping | Spring boot with MapStruct Example
11:50
Mapstruct | @BeforeMapping & @AfterMapping | Spring boot with MapStruct Example
10:35
Mapstruct | MapStruct - Custom Mapping | Spring boot with MapStruct Example
12:22
Mapstruct | MapStruct -Implicit Type Conversion | Spring boot with MapStruct Example
10:07
Mapstruct | MapStruct - Mapping Multiple Source Classes | Spring boot with MapStruct Example
19:50
Mapstruct | MapStruct - Mapping Nested Bean | Spring boot with MapStruct Example
14:09
Mapstruct | Mapping Java Beans with different field names | Spring boot with MapStruct Example
17:39
MapStruct | Java Bean Mappings | Basic Mappings | Spring Boot MapStruct Example
08:06
MapStruct | Java Bean Mappings | Set up Lombok & MapStruct in a Spring Boot Application
03:59
MapStruct | Java Bean Mappings : the simplest way | What is MapStruct?| PART-2
06:42
MapStruct | Java Bean Mappings - the simplest way | Introduction | PART-1
13:15
Java 8 Streams - Sequential vs Parallel streams | parallelStream()
08:37
Java 8 Stream | Terminal Operations | anyMatch() | allMatch() | noneMatch()
06:43
Java 8 Stream - findAny() & findFirst() methods with Example
15:35
Java 8 Stream – Find Max and Min from List | Java Stream min() and max()
19:57
Java 8 Stream API | Terminal operation examples | reduce() method | Stream.reduce()
10:07
Java 8 Stream API | Terminal Operations Examples | collect() | forEach() | count() | toArray()
10:26
Java 8 Stream API | Intermediate Operations in Java 8 Stream | distinct()| limit() | skip()
23:40
Java 8 Stream API | PART-6 | sorted() method | sorting a list in JAVA
27:25
Java 8 Stream API | flatMap() method | PART-5 | Java 8 flatMap example | map() vs flatMap()
17:18
Java 8 Stream API | map() method | PART-4 | Java 8 Streams map() examples
19:23
Java 8 Stream API | Different methods to create a Stream | PART-2 | Complete tutorial on Stream API
15:46
Java 8 Stream API | Filter Method | PART-3 | filter () & forEach() Method examples
07:02
Java 8 Stream API | Introduction | PART-1 | Complete tutorial on Java 8 Stream API
29:23
Spring Boot Exception Handling | Custom Exception Handling | @ControllerAdvice | @ExceptionHandler |
21:32
Java 1.8 new features | Method Reference | Double Colon (::) Operator | Types of Method Reference
18:21
Create Custom @Endpoint in Spring Boot Actuator | Enhancing Spring Boot Actuator | Custom Endpoints
25:41
Spring Boot Actuator | Enable Actuator in Spring Boot | Actuator: Production-ready Features
13:52
Spring Boot Password Encryption using Jasypt | Jasypt Password Encryption
11:35
Spring Boot Application with PostgreSQL | Spring Boot + Spring data JPA + PostgreSQL
11:51
Java 1.8 New Features | Predefined Functional Interfaces | Function | function interface in Java 8
05:21
Java 1.8 new features | Predefined Functional Interfaces | Java 8 Supplier Examples | Supplier
08:38
Java 1.8 New features | Predefined Functional Interface | Consumer | Java 8 Consumer Interface
25:44
Java 1.8 new features | Predefined Functional Interface | Predicate | Java 8 Predicate Examples