https://github.com/marcossic/geekpedia-course-java-basic
This repository has the content of a basic Java programming course given by Ernesto's geekpedia
https://github.com/marcossic/geekpedia-course-java-basic
course java
Last synced: 11 months ago
JSON representation
This repository has the content of a basic Java programming course given by Ernesto's geekpedia
- Host: GitHub
- URL: https://github.com/marcossic/geekpedia-course-java-basic
- Owner: MarcossIC
- Created: 2023-12-23T04:25:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T04:53:43.000Z (over 2 years ago)
- Last Synced: 2025-01-22T08:15:00.684Z (over 1 year ago)
- Topics: course, java
- Language: Java
- Homepage:
- Size: 321 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course of "La Geekipedia de Ernesto"
## :sparkles: Introduction
In this repository you will find the content of a Java course for beginners that I took in 2019 (it's been 4 years since I learned Java).
This course is given by "Ernesto's geekpedia" on YouTube, although old and basic I have decided to upload this course, as it is my first Java programming course, I found it interesting to upload it to show what a code from someone who is just starting out is like. java (File names, variables, bad practices, etc.). Also at that time I still didn't know gitHub.
The interesting and good thing about this course is that all the codes are written in notepad, something that is no longer done due to the convenience that many IDE's offer, but the reality is that starting out in Notepad made me have a Solid base and learn not to depend excessively on self-completions.
## 🛠Stack
The course is made in Java 8
## What I took away from this course.
- I learned the basic syntax of Java 8.
- I learned how to use Flow Control Structures in Java.
- I learned how to use Arrays in Java.
- I learned how to use Arrays in Java.
- I learned how to use basic Swing syntax.
- I learned how to run Java in the console. Without IDE's
- Mentalize myself and know what logical thinking is.