-
Python
Python: PyWeek 32: Lil Miss Vampire
TL;DR A world that scrolls infinitely in any direction, an RPG-like UI, and simple, real-time fighting. My younger kids and…
Read More » -
JavaScript
JavaScript: Upgrading from MobX 2.7.0 to 3.0.2
As usual, you should check out the CHANGELOG. However, let me point out a few things specifically: Don’t use the…
Read More » -
Web Dev
The Big Bet on Web Performance: What to Do Until WebASM Takes Over?
What do WebASM, Reason, Dart, Rust, and Go all have in common? They’re all trying to make the web faster.…
Read More » -
JavaScript
JavaScript: Porting from react-css-modules to babel-plugin-react-css-modules (with Less)
I recently found a bug in react-css-modules that prevented me from upgrading react-mobx which prevented us from upgrading to React 16. Then,…
Read More » -
JavaScript
JavaScript: Upgrading from MobX 2.6.0 to 2.7.0
As usual, you should check out the CHANGELOG. However, let me point out a few things specifically: If you have something…
Read More » -
Web Dev
Doing Multiple Searches in VS Code While Refactoring
I spend a lot of my time refactoring code across a very large, legacy codebase at work. Often times, I’ll…
Read More »