Styling

Get Under The Skin of The Placeholder Selectors

Sass provides a number of different ways to share code between CSS rules. You can use mixins to insert new CSS properties and/or rules into your CSS and you can use @extend to share CSS properties between selectors. Sass 3.2 introduces a new concept called placeholders to make @extend generate more efficient output.

Read
JavaScript

Understanding Reduce() and Recursion Using Apple Pie

I was having trouble understanding reduce() and recursion in JavaScript, so I wrote this article to explain it to myself (hey, look, recursion!). I hope you find my examples both helpful and delicious.

Read
Discourse

Hello World

Greetings Words for accidental encounters. A bit about this web-page, me, my education and the idea behind all of this stuff

Read