After completing my Bachelors of Applied Science at UBC I started working in the software industry. 4 years in and I am still loving it. I've learned a lot of things in that time and want to provide an easy transition for other junior developers working on expanding their skills.
I teach about my discoveries as a junior web developer and all the things I have read that are worth amplifying; mainly rails, javascript, general full stack, and anything diversity related. Professional keyboard masher/software developer at Thinkific.
var link = document.querySelector("link[rel*='icon']") || document.createElement('link');
link.rel = 'shortcut icon';
document.getElementsByTagName('head')[0].appendChild(link);