An engineering manager’s guide to rebranding —

Anytime a company launches a rebrand there’s the obligatory “how we did it” blog post. Uber did it, AirBnB did it and we did it. Usually these posts jump right from “good looking people putting post-it notes on a glass wall” to “unveil on an unsuspecting public” stage, and completely skip the really tricky part — going… Continue reading An engineering manager’s guide to rebranding

Working with Data, Assets, and Templates in Middleman

This second tutorial about building static websites with Middleman dives a little deeper into the framework. By the end, you should know enough to build your own project from scratch. We’ll cover topics such as Data Files, Pretty URLs, Project Templates and the Asset Pipeline, so let’s get stuck in! Data Files So, having already… Continue reading Working with Data, Assets, and Templates in Middleman

The Best Way to Learn CSS

CSS works hand in hand with HTML; HTML sorts out the page structure, CSS makes it look pretty and adds subtle levels of interaction. As a web designer you should really get to grips with both these languages. Even if you don’t do the coding yourself, understanding how they work will help you design for… Continue reading The Best Way to Learn CSS