Search Results: language
Some Thoughts on Engineering Leaderhip
So this article started as a thread of tweets. I want to expand on it, so I am going to quote all the tweets here and the… [more]
Book Review-Stranger in a strange land
Review: Stranger in a Strange Land by Robert Heinlein
As someone working in computers the slang term grok is pretty synonymous with understanding. It turns out that it originates here in Hei… [more]
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]
2021: Year in Review
It has been quite the year!
As the pandemic has been dragging on, ramping up, slowing down, generally continuing to drag on.
Thoughts
I am excited for 2022.
2022! How did … [more]
Neptune (Gremlin) Local Dev Setup
I am playing with some graph databases right now, for a fun project I may write about later. When I first started out I was using Neo4j, which has an excellent local development story, a lovely… [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]
Seeing and Speaking
I was reading this wonderful article from ia and it occurred to me that jargon and seeing are related to each other.
We know from resear… [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]
Thoughts on Components and stuff
TLDR: Create small shared granular components for everything, and a "view" is just an ordered collection of components.
Warning: this is rambly and mostly a brain dump. Read on...
C… [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]
Confidence Without Ego
When I was young I thought humility was placing yourself below other people. To believe that they were better than me. To subserviate myself to their opinions and requests. I thought of the stereot… [more]
Approaching CSS the OO Way
In an interview somewhere in the web development industry:
"Hey, have you heard of CSS?"
Oh yeah! Totally... it’s that stuff that designers write right? You know it makes things p… [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]