Skip to content

Tag: javascript

Firefox extension (jpm) tutorial

Earlier this week, I wrote my first Firefox extension, a port of the “Millennials to Snake People” Chrome extension, which…

View more

Super simple environment variables in Node.js

I recently made a small project using the Twitter API and wanted a super simple way to store my local…

View more

JavaScript Generators in 3 Minutes or Less

JavaScript generators are possibly one of the most poorly understood portions of the incoming ES6 JavaScript specification, at least they…

View more
ForwardJS Logo

Lessons from Forward2 + talk slides

Read more > Lessons from Forward2 + talk slides
View more

What jQuery can teach you about monads

As I was laying in a hammock, pondering code, I had a strange thought/realization: jQuery leverages a monadic interface. I’m…

View more

Learning iOS’s Swift, for JavaScripters

I recently blitzed through the Treehouse Swift course (referral link) and was quite a bit surprised at how familiar it was…

View more

Choosing a JavaScript Framework slides + IT’S ALIVE (I think)

Read more > Choosing a JavaScript Framework slides + IT’S ALIVE (I think)
View more

d3 is better and easier than I remember

This week is lab week at work, and I decided in anticipation of the hackathon I will (!!) shortly be…

View more

Callbacks: Scary words in programming, episode 5

Read more > Callbacks: Scary words in programming, episode 5
View more

Favorite tools in JavaScript unit testing post up

Just wanted to share that my post “Top tools for unit testing in JavaScript” is up over at the Pluralsight…

View more