Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chewzzz1014/java_basics
https://github.com/chewzzz1014/java_basics
coursework java javafx learning object-oriented-programming
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chewzzz1014/java_basics
- Owner: chewzzz1014
- Created: 2022-02-17T09:13:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T06:14:51.000Z (11 months ago)
- Last Synced: 2024-03-13T07:48:19.364Z (11 months ago)
- Topics: coursework, java, javafx, learning, object-oriented-programming
- Language: Java
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
- Collection of Java code and simple Java projects I built. (not Spring/Spring Boot projects)
- Contains all Java programs I've written during my degree, self-paced courses and learnings.
- Branch `main` commit Java source code
- Branch `JavaFX` commit JavaFX source code> UPDATES: The code on branch `JavaFX` has been moved to branch `main`, as I was unable to merge 2 branches due to huge differences in git histories. I have migrated from using Eclipse to IntelliJ and had many errors and challenges due to build/run/package configuration across different IDEs. Hence I will move the existing unorganised code into Maven projects from time to time.
## Learning Resources:
- Introduction to Java Programming and Data Structures By Y. Daniel Liang
- [Java Developer track on Hyperskill](https://hyperskill.org/tracks/17)
- Bealdung