Skip to content
/ java Public

A project to hold Java Code to teach people new to java. Each commit corresponds to a video where I demo the code and explain what it is.

Notifications You must be signed in to change notification settings

srcmake/java

Repository files navigation

A Java Project - Starting From The Bottom

This project is going to expand upon creating a Java project, from start, to finish. This project doesn't have a particular goal, we're just going to use the language itself to learn the features in a way that makes sense and is intuitive.

I've created goals for the project, which I'll list here:

  1. Set the project folder up and create the github repository.
  2. Create a Hello World Java project.
  3. Use each variable type in Java.
  4. For Loops, If Statements
  5. Use functions.
  6. Arrays, ArrayLists, Imports.
  7. Use classes.
  8. Inheritence, object oriented programming, Abstract Classes.
  9. Complex data structures (stack, queue, priority queue, hash map, set).
  10. Generic types.

In addition, we have some pivoting goals: A. Create a Maven project. B. Create a Gradle Project. C. Create a Spring API project. D. Deploy the project from C onto a cloud service.

For now, everything will be in a new commit. (As opposed to a separate branch.)

Additional Resources

The youtube videos for this series is in the following playlist: https://www.youtube.com/watch?v=M10DYZTcJ9A&list=PLKAc4d3i0XOhOe0MF6p76pL2i7D79bcit

The webpage on my website for the supporting information is here: http://www.srcmake.com/home/java

About

A project to hold Java Code to teach people new to java. Each commit corresponds to a video where I demo the code and explain what it is.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published