An open API service indexing awesome lists of open source software.

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

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.