Java Training

Overview

Java is one of the most popular programming languages and attract a lot of support for enterprise application.

Wikipedia definition

Java is a general-purpose programming language that is class-based, object-oriented (although not a pure object-oriented language, as it contains primitive types), and designed to have as few implementation dependencies as possible. It is intended to let application developers write once, run anywhere (WORA) meaning that compiled Java code can run on all platforms that support Java without the need for recompilation. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture. The syntax of Java is similar to C and C++, but it has fewer low-level facilities than either of them. As of 2019, Java was one of the most popular programming languages in use according to GitHub, particularly for client-server web applications, with a reported 9 million developers.

As a software developer it is therefore advantageous to be able to develop in Java to secure a well paid and secure career in development.

This course has been developed by Christhonie Geldenhuys, a solutions architect with over 30 years experience in development and a love for Java.

Curriculum

The course consist out of 4 levels;

Basic Proficiency training courses, which would be mandatory for all Java Spring developers. It covers a wide range of topics and ensure all developers have a common approach to developing enterprise class Java applications. Topics also include common basic development methodology, versioning and release management.

Advance Proficiency courses follows a deep dive into a particular topic, ensuring the developer fully understands the underlying implementation and how to apply