All posts by Johnny
Some very handy Mac shortcuts
Udacity – Web Development – Hashing
Block Comment Python Code in Sublime Text Editor
To block comment multiple lines of codes in sublime text, simply…
(On a Mac)
- highlight the lines of codes.
- hit the keys:
"cmd"
+"/"
- note that the multiple lines of codes are now prefixed with the hash sign (
#
). i.e. commented out. - repeat above to uncomment.
(On a PC)
- (I have not tried this out yet).
Udacity – Web Development – Install Google App Engine
JavaScript – Psuedoclassical Subclassing
JavaScript Functional Programming By @mpjme – AWESOME!
Highly recommended – after getting stuck working through Eloquent JavaScript Higher Order Function I found this amazing YouTube video series on javascript functional programming – this turns out to be one of the missing jigsaw puzzles on becoming a good JavaScript / NodeJS programmer. Thank you @mpjme you rock!