I have been writing a lot of Java code the past few months. My current project mandated that the code is written in Java, so i have spent considerable time learning this language and the ecosystem around it. As I learned more, I documented my knowledge by creating the following videos:
Creating a RESTful Web Service with Spring Boot
Supporting POST HTTP Requests with Spring Boot
Dependency Injection in Java Spring Apps
Logging in a Java Spring Boot Application
Logging to Azure Application Insights from a Java Spring Boot Application
Spring Boot Logging with Mapped Diagnostic Context
HTTP Request and Response Headers in a Spring Boot Application
Basic Error Handling in a Spring Boot Web Service
Throwing and Catching Custom Exceptions in a Java Spring Boot Application