Products
-
Maven Essentials
5.0 average rating (7 reviews)Learn everything you need to know to effectively use Maven to create, build and manage your Java projects
-
Building a resume portal application
4.0 average rating (8 reviews)Watch me build a resume portal application that allows editing and publishing of an HTML resume with a choice of themes, backed by a MySQL database backend and Spring Security for user login and deployed to AWS Elastic Beanstalk
-
Building a Word Search Game
5.0 average rating (10 reviews) -
JShell Basics
Learn how to use JShell and make it a powerful part of your Java development workflow. JShell, a REPL shell that Java comes with, allows you to run arbitrary command and quickly prototype syntax without needing to compile or build code
-
JUnit Basics
JUnit 5 Basics is an introduction to the JUnit Jupiter testing framework. JUnit is the defacto standard for testing in Java. Learn about how to use JUnit to write effective tests.
-
Spring Boot Microservices - Microservice Configuration