play link twitter github

dsmJS

dsmJS
Shift Interactive
RSVP for a Zoom invite at Your Place, IA
Second Tuesday every month

April 14, 2015

6:15pm - 7:45pm @ Principal Financial Group - 655 8th St.

Future proof your javascript with Babel

Joel Taddei @taddeimania

(formerly 6to5)

Do you love reading about all of the cool features of ECMAScript 6 and want to start using them in production today? You might just be a build step away! We’ll explore the cool things you could be writing right NOW with Babel. We’ll also chat about Grunt integration.

Vagrant

Shawn Sparks @marshmellow1328

Ever inherit an app only to spend hours or days trying to get it to run locally? Tried running apps locally on one OS when production servers use a different OS? Tried something new and completely messed up your workstation? Wondered if there’s a better way? Vagrant is a tool for solving these challenges. It relies on virtualization and automation tools to quickly spin up local development environments. Easily blow away and recreate environments after screwing them up. Generally make life easier for devs working with the app, allow them to focus on adding new features, and not wasting time getting their local environment setup.