Welcome to the very first goal of our course.
Here is a quick guide to the GitHub Markdown Language
- Learn how to use GitHub
- Learn how to install and use IntelliJ
- Learn how to write an Hello World application in Java, run it from IntelliJ, from the command line and debug it
- How to read from console using Scanner
- How to do basic String operations
- How to use variables and constants
- Do Loop
- Learn some of the basics of computer design and architecture
- Comments and when to use them (and when NOT to use them)
- Java Packages, versions
Animation: Show a single line animation on the console
- Java SDK version 8 unless your team works with 11
- IntelliJ (from JetBrains or local repository)
- Create GitHub account
- Git (from GitHub)
- TortoiseGit (makes it easy to view repositories in Explorer)
- Notepad++ (quick editor with syntax highlighting)