Latest Posts

Tabler Icons

Over 500 good looking, fully customizable (changeable size, strokes & colors) SVG icons - with MIT license: https://tablericons.com/

Get a Whiff of This by Sandi Metz

Most code is a mess. Most new requirements change existing code. Ergo, much our work involves altering imperfect code. That’s the bad news. The good news is that every big mess consists of many small ones. Certain small problems occur so frequently that they’ve been given names, and are collectively known as “Code Smells”.

Nothing is Something by Sandi Metz

Our code is full of hidden assumptions, things that seem like nothing, secrets that we did not name and thus cannot see. These secrets represent missing concepts and this talk shows you how to expose those concepts with code that is easy to understand, change and extend.