Giter Club home page Giter Club logo

java's Introduction

see the Master Classes Guide for more context

Java

Learning Goals

The students can:

  • Create a console based functional application;
  • Manage external dependencies using Maven;
  • Use Unit Testing to verify system behavior;
  • Create a professional web application using Spring Boot;

Open topics

  • What else should we add to the Masterclass?
  • Order of the topics. Might want to move up testing before dependency management or even all the way to the front (learning by writing unit tests)

Topics

Base Java and Object Oriented Programming

Introduction of the base concepts in Java

  • What is the JVM?
  • How is Java different from JavaScript? (Assuming previous experience of some students)?
  • What IDEs exist? (Teaching Note: I see a great opportunity here to first use JShell, then move on)
  • Code structures (If/else, for, etc.)
  • Object oriented Programming

Open topics:

  • What IDE to use? (IntelliJ / VSCode / Eclipse)
  • How do we differentiate between starters and alumni of the Javascript/Node Bootcamp?

Dependency management

Just like there is NPM for Javascript, there a better ways to handle dependencies than to just "copy-paste" dependencies into your project.

  • How are applications packaged in Java?
  • Where to find dependencies?
  • How can we Automatically download and include dependencies with Maven?
  • How to use Maven to create your own packages?

Open topics:

  • How deep do we want to get into building with Maven?
  • Maven VS Gradle

Testing

Making sure your code works before we ship it is important. In this module we'll discuss

  • Testing Pyramid
  • Why do unit testing?
  • Writing tests with JUnit
  • The 3 A's (Arrange/Act/Assert)
  • Handling difficult to test code with Mockito (Mocks and stubs)

Open topics:

  • Is TDD going too far?

Spring Boot

  • What is Spring?
  • What is Spring Boot?
  • What is Dependency Injection / IoC?
  • How do we create a REST API?
  • How do we connect to other APIs?
  • How can we connect to a database?
  • Testing in Spring

Open topics:

  • I'm not to sure about the scoping here since Spring can be quite a lot to learn (Data/Cloud/Monitoring/etc.). Even connecting to a SQL database implies knowledge of JPA (which is not handled before).

Resources

java's People

Contributors

colevanderswands avatar

Watchers

James Cloos avatar  avatar erkam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.