Hi There,
The course is currently in beta.
All the videos are up there :) you should experience uninterrupted learning.
The intent
Is very simple: to answer the following questions:
- Did you have a reasonable good time going through material
- Did you notice positive change in your coding experience
Tips, Q&A
- The enrollment button is above this section.
- Registration email is not verified, and I have no plans for spamketing
Thanks for helping out :)
Andrew
Course curriculum
-
1
Intro
- Course Project
- Pick Max Number
-
2
Project Setup
- Destination-Final Code
- Mental Gearbox
- Setup Test
- Merlin (metaphor)
-
3
Array
- CPU & Memory (metaphor)
- Java Implementation
- Mindset - Old Computer (insight)
- Zero Based Array
-
4
For Loop
- Intro
- Traversal
- Add counter (metaphor++)
- Rename 'counter' to 'index'
- handValues[index]
- handValues.length
-
5
If (Conditionals)
- Strategy
- Algorithm (metaphor)
- Concept
- Demo
- main()
-
6
Final Steps
- Final Code
- Ambiguity vs precision (insight)
- What's Next