JS Workshop


Details
Welcome to the JS Workshop! This is a place for intermediate and advanced JavaScript developers to learn new skills, experiment with interesting technologies and have tons of fun.
This month we're going to be exploring AST traversals and code rewriting with Jeff Jewiss using PostCSS! Here's the description:
"Postcss is something of a build-your-own processor for CSS, with many community built plugins and features. We will be writing a Postcss plugin to learn about the APIs that are provided and what sort of things are possible with Postcss, like adding support for future CSS features, adding your own syntax or optimizing your code."
Prerequisites:
-
A laptop with a web dev environment, including an editor and a local server
-
Node and Git installed (Node V4 LTS is recommended)
-
Some proficiency in JavaScript
-
A cheerful and inquisitive attitude
-
An appetite (for knowledge and for pizza -- thanks to New Relic for sponsoring us!)
Pre-workshop instructions:
-
Clone this repository: https://github.com/jeffjewiss/postcss-workshop
-
Follow the Setup Instructions in the repo's description
Timetable:
6:30 - doors open, eat pizza
7:00 - workshop starts
8:00 - break for ideas and more pizza
8:15 - start building things
9:15 - demo round
9:30 - everyone goes home

JS Workshop