https://github.com/endurancecode/java-playground
A collection of code and exercises developed while learning Java through courses and tutorials
https://github.com/endurancecode/java-playground
java
Last synced: 8 months ago
JSON representation
A collection of code and exercises developed while learning Java through courses and tutorials
- Host: GitHub
- URL: https://github.com/endurancecode/java-playground
- Owner: EnduranceCode
- Created: 2025-01-01T21:12:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-06T22:30:43.000Z (about 1 year ago)
- Last Synced: 2025-01-09T10:07:34.049Z (about 1 year ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java playground
This repository contains **code** written following tutorials and developing projects while learning the [Java Programming Language](https://docs.oracle.com/en/java).
## Code Tutorials and Courses
### Object Oriented Programming in Java Specialization by Duke University at Coursera
The folder [`coursera-duke-oop`](./coursera-duke-oop/) contains the code written following the [Object Oriented Programming in Java Specialization](https://www.coursera.org/specializations/object-oriented-programming) offered by [Duke University](https://www.coursera.org/duke) at [Coursera](https://www.coursera.org).
### Java at Udacity
The folder [`udacity`](./udacity/) following the [Java Programming Language](https://docs.oracle.com/en/java) courses available at [Udacity](https://udacity.com).
### Java Code Bootcamp
The folder [`academia-everis`](./academia-everis/) contains the code written following the Java code bootcamp hosted by [everis](https://www.everis.com/portugal/pt-pt/home-pt).
### Java Programming Masterclass for Software Developers
The folder [`programming-masterclass`](./programming-masterclass/) contains the code developed following the course [Java Programming Masterclass for Software Developers](https://www.udemy.com/share/101WdqBEAdeVdV) created by [Tim Buchalka](https://www.timbuchalka.com).
### Java Foundations Exam 1Z0-811
The folder [`exam-1z0-811`](./exam-1z0-811) contains the code written while studying for the [Java Foundations Exam 1Z0-811](https://education.oracle.com/java-foundations/pexam_1Z0-811).
### Oracle's Getting Started with JavaFX Tutorials
The folder [`javafx-oracle`](./javafx-oracle/) contains the code written while following the tutorials [Getting Started with JavaFX](https://docs.oracle.com/javafx/2/get_started/jfxpub-get_started.htm) created by [Oracle](https://www.oracle.com).
### JavaFX custom exercises
The folder [`javafx-exercises`](./javafx-exercises/) contains the code written while solving some custom coding exercises that were created to learn [JavaFX](https://docs.oracle.com/javase/8/javafx/get-started-tutorial/jfx-overview.htm).
### Unit Tests
The folder [`unit-tests`](./unit-tests/) contains the code written following tutorials and courses about **Unit Tests**.