Wednesday, May 16, 2018

112 Things I Have Learned about Ruby Programming



I worked through the excellent introductory course to Ruby by Boris Paskhaver on Udemy.com (https://www.udemy.com/learn-to-code-with-ruby-lang). The following is a list of things the course has either taught me or refreshed in my mind, which I hope will be of use to others.

Thursday, May 3, 2018

Tuesday, May 1, 2018

Insight of the day: an IF statement relies on coercion


From @AnthonyPAlicea's course on #JavaScript, Lecture 27: https://www.udemy.com/understand-javascript/learn/v4/t/lecture/2237498?start=0
A real lightbulb moment for me.

Scope chain in Javascript

A global variable is accessible from within a function in Javascript.

#JavaScript execution stack



This explains so much.

1,050 hours

It took me 13 working days to complete my first 100 "work" pomodoros as a Junior Software Tester at Profectus Group.  Much of ...