Big ol’ overview of Promises in ES2015 (AKA, ES6).
React-Bootstrap
Porting Bootstrap to ReactJS components.
Blinky Eyes project mentioned on Hackaday!
My Halloween Blinky Eyes project got mentioned on Hackaday in a Halloween project roundup post. Cool!
Cool Tools – The Best Factual Podcasts
A semi-curated list of excellent podcasts. I need to add some of these into my rotation!
How both TCP and Ethernet checksums fail (evanjones.ca)
Normally, we can count on our networking hardware to “just work”. But sometimes…
Halloween Blinky Eyes Project
Glowing eyes appear from the darkness, blink, then fade away. What are these creatures? Why are they watching us…? Continue reading
algebra.js by nicolewhite
A JavaScript library for manipulating and solving algebraic expressions. Handles fractions (including reducing), linear equations, quadratic and cubic equations, solves for one or more variables. Amazing.
Glen Maddern: Internet Pro -- CSS Modules
CSS Modules allows you to define styles which are scoped to a component, rather than globally. This gives better encapsulation and portability, and fewer side-effects.
React by Nick Raienko | ZEEF
List of resources for ReactJS
What the Flux?! Let’s Redux. | &yet Blog
Redux is a state management pattern for React (or any view layer, really), which uses a single-store pattern, and lightweight object immutability for fast view updates.