by Sourcetoad | Mar 6, 2017 | Programming
Final Product Amazing production quality, I know. I’m sort of a big deal. Prequisites: A LIFX bulb. A lamp to put the bulb into. Instructions: 1. Open the box and take out your awesome new light bulb. 2. Take your bulb and screw it into your...
by Sourcetoad | Feb 21, 2017 | Code
I recently made the switch from the archaic JavaScript of yester-year that everyone loves to hate to ECMAScript 6 (otherwise known as ES6). If you’re like me, a person who hates change, then you may enjoy that one of the first things you will come to learn and love...
by Sourcetoad | Feb 3, 2017 | App Development
One of the most gratifying feelings an app development team can experience is seeing an app they’ve worked on for months launch and succeed! For anyone who’s worked on an app development team in any capacity, you know exactly what I’m talking about. It’s comparable to...
by Sourcetoad | Jan 30, 2017 | Code
Ever since I started using Yii 2, I felt that the default way of passing data from controllers to views was not ideal, although I could not immediately say why. I kept doing it the way everyone does, thinking that I just need to give myself more time to get used to...
by Sourcetoad | Jan 24, 2017 | App Development, Programming, Web Application Development
React is a simple, yet powerful, UI library. When it was released in 2013, it offered an alternative to the existing popular monolithic JavaScript frameworks of the time. React’s most important advances are the emphasis on components, one-way data flow, the...