Doing Algebra in Code: Looking Past the Details To Focus on the Math
The hard part of this was recognizing the algebra beneath layers of domain-specific business rules.
Continue Reading
The hard part of this was recognizing the algebra beneath layers of domain-specific business rules.
Continue Reading
Coding without if-statements is one method for learning other ways to structure your code. That doesn’t mean never use if-statements. Being careful with conditional logic makes better code. Here’s why.
Continue Reading
We have been looking for a more elegant way to load Sass from packages like foundation-sites. So we created an npm module which exports a custom loader for node-sass.
Continue Reading