Search Results: languages

Disjunctive Normal Form and other fine reads

Published: 21 February 2024

It’s another week of DHH causing waves, which probably shouldn’t be surprising (not linking because I don’t really want to provide him a larger platform). But it does highlight one of the things I … [more]

The right Tools for the right job

Published: 25 Sep 2017

Last week I did a bit of programming for Game Of Codes in my "free" time which lead me to a couple of interesting observations.

1. Number of passing t… [more]

First Impressions: Redux/Flow

Published: 18 May 2017

I am trying to write more and more quickly... so this is just a few quick thoughts from learning flow and redux right now for a new project I just switched to at work.

First, I love the the… [more]

Let's talk about Boot camps

Published: 8 Mar 2017

So the giant article I’ve been planning to write from what I learned prepping for that talk I gave on being senior<… [more]

Language Drift and finding code beautiful

Published: 3 Mar 2017

I hate javascript Class. I like semicolons. This puts me in a specific group of developers who write js. It puts me at odds with many in the Eternal War of the Semicolon.

As I was driving int… [more]

Io: the language, not the moon

Published: 16 Jun 2016

This is the first in the Seven Languages series of posts and covers the Io language, a small prototypal language.

Let’s get this out of the way righ… [more]

Seven Languages

Published: 2 Jun 2016

A few weeks ago we started a book club at work and we are running through more]

Learning the Trade

Published: 20 Oct 2015

I thought I would throw together a list of resources I have found interesting and useful when it comes to building the internet. This is by no means exhaustive and will be updated over time as I fi… [more]

Biology and CSS

Published: 25 Sep 2015

I am the average height of my grandfather’s generation. I have brown hair, that is rapidly going gray even at the ripe old age of 31. I have blue eyes and olive skin.

Now that you know … [more]

Design Tools are Broken

Published: 23 Jul 2015

To code or not to code? I try to push all my friends studying design to learn to code. It can only help them be better designers.

But this isn't an article about that. This is an article … [more]

Short Circuit and the Javascript IF Statement

Published: 28 Jan 2012

A quick javascript tip that lets you eliminate small IF statements

Ok so it’s not really that kind of Short Circuit, though it is almost as cool. In javascript, as in many programming l… [more]