Archive for the ‘Talk’ Category

Let’s Learn ES6!

February 3rd, 2016 1 Comment

At the start of the year, I started a little web series called Let’s Learn ES6!.

RyanVideo_ES6_Title_02-compressor

Goal

The goal of Let’s Learn ES6 is to make learning the new features fun and accessible. ES6, or ES2015/ECMAScript2015 was approved in June 2015 and browser support for it is really coming along. As of writing this (Feb 2016) Chrome 50 has 91% support for ES6, even Edge 13 has 83% support!!

In this video series I want to break down the features in nice little chunks. Each week,on Wednesday, we will explore a new features. Hopefully making learning the new features fun and accessible.

At some point we will run out of ES6 features to take a look at, so ultimately I want Let’s Learn to be a broader series on learning new tech with the idea of small focuses lessons in mind!

You can find all the videos HERE! Hopefully you enjoy them!

Staying up to date with the web

August 22nd, 2013 No Comments

It can be hard to stay up to date with what is going on on the web. If you are new to the web industry it can be a bit daunting trying to stay up to date when new technologies appear. I thought I might share a few of the outlets I use to keep up to date:

Podcasts

Shoptalk:
This is a great podcast hosted by Chris Coyier and Dave Rupert, it is really a question and answer show. The questions from people focus on stuff like “How do I become a web developer?”(the answer is just build websites by the way) to ways you might keep a local database in sync with a live database. They also record live, so if you can catch it, you can participate in the chat room as they are speaking with their guest.

Upfront podcast:
This is a newer podcast and it only runs about ~30-40 minutes. It is run by Jack Franklin and Ben Howdle. They focus mostly on front-end tooling and best practices, you can expect to hear about newer projects and technologies that are out there.

JavaScript Jabber:
This one is run by a bunch of people. It is pretty much exclusively focused just on javascript, talking about testing, various patterns and libraries. The panels are usually pretty large, so you do get a lot of different opinions, which can be nice.

The Creative Coding Podcast:
The creative Coding Podcast is all about…well creative coding. Hosted by Seb Lee-Delisle and Iain Lobb, they have not aired a new podcast in a while, but if you have a listen through the archive they are fun to listen to, and might inspire you to play around a bit more!

Happy Monday:
This is a pdocast that is more about how people work, hosted but Sarah Parmenter and Josh Long. The episodes are short and sweet, but talk to people about their motivations and experiences.

Bizcraft:
Bizcraft is all about the business of running a company. Hosted by Carl Smith and Gene Crawford it is some insight into how decision are made, or how they might deal with clients. It can be a really fun educational listen!

News Letters

JavaScript Weekly & HTML5 Weekly:
These are very similar in their content, but they are nice little weekly looks at what has been happening around the web. The latest breaking stories on browser specs or new best practices. They also post links to videos from recent conferences or talks, which is probably one of my favourite portions of the newsletters.

Sidebar:
Sidebar is small list of the best design links from the previous day. It covers web design and development, iOS design, UI and UX patterns and much more. It is a nice quick view, since not everything will be what you are interested in!

Exploring the Web

May 27th, 2013 No Comments

alert("Hello world!");