My Top Three 5–10 Year Trends of 2017

1. Computer Science Education 2. Distributed Work 3. Cryptocurrency/Blockchain These are three of the trends I think will continue to really emerge in the next five years. They are already here — but mostly all on the fringes, even if they have received some attention. 1. Computer Science Education We’re all in on this one at CodeHS — the top … Continue reading My Top Three 5–10 Year Trends of 2017

#FreeIdeas For Lyft

Inspiration for this post to David Havens — read his post here: Ideas for Lyft on the Occasion of Receiving One Billion Dollars I’m inspired by the opportunity for creativity that Lyft finds itself in. Here are some ideas that I think could be fun…medium.com So it turns out that many of the people running big companies or … Continue reading #FreeIdeas For Lyft

Hello World for JavaScript with npm modules in the browser

Ok. So when I started writing JavaScript the world was a very simple place. You’d just open up a html file, write a JavaScript tag, and them boom — you are running JavaScript. <script> console.log(“Hello!”); </script> We’ll things have changed. I haven’t programmed JavaScript regularly in the last few years and I feel like a JavaScript Rip … Continue reading Hello World for JavaScript with npm modules in the browser