Megalith
A monument to all things me, you, and all between.Hey, you're the one that I wanted to find. I have waited here for you, for so long. I've missed you. I feel like we don't know each other anymore.
We were really close, weren't we?
Or am I getting you mixed up... It really has been that long. Anyway, that's all behind us now.
The energy lies in learning, anyway.
Featured blogs
Code that tests itself: Asserting your assumptions
Published: at 03:22 PMWe were working on a <canvas> based UI feature without any DOM representation, and had to test interactivity. We threw our tests directly into the code so our tests run along with our code and enforce correctness... But how!?
Why must I become a great engineer
Published: at 03:22 PMI don't owe it to anyone... or do I?
YDKTS: Nominal Types
Published: at 09:22 AMTypeScript gives you a false sense of security in type-safety, by only checking type structures. We fix that with a Nominal type system; allowing each type to have an identity beyond just it's member's types.