Update: Almost done the Ruby section and ready to start the final project.
I must say Ruby is easy to get started with. It’s like the simplest parts of Python and JS in a clean streamlined syntax.
puts "Hello, World!"
Easiest code I have seen for that time honored tradition (orders of magnitude easier than the boilerplate code needed to get Java to do the same thing).
I am wondering if the final project (deployed to Heroku) would be a suitable item for the portfolio page (because it’s just a tutorial and not a challenge like FCC projects)… If so, maybe I might finally finish the portfolio page I am building on my desktop and upload it to GitHub pages.
The instructor seems to be instilling a great deal of best practices that would carry well to a dev career… can’t believe it’s all free!