Search Results: languages
Disjunctive Normal Form and other fine reads
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
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
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
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
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
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
A few weeks ago we started a book club at work and we are running through more]
Learning the Trade
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
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
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
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]