Comparing Colors

How do you know if two colors are close to each other on the color wheel? Is it better to use RGB, HSV or ....—August 5, 2018

Creating your own RSpec Matchers

RSpec by default provides a handful of matchers that can help you test your code. Matchers are sets of expressions which are used to compare between actual and expected values.—January 10, 2018

Go mental with HTML meta

We like to build very beautiful web interfaces and spend all our time making everything inside the beautiful. Why do we neglect the ?—July 22, 2017