today I learned a few bits and pieces, none with much connection but all sorta kinda interesting.
-
i noticed that you can selectively require parts of a module in nodejs, e.g. with Firebase you can
require("firebase/app")
. this is the major hurdle i have been facing with creating a clientsideswyx
module (that really isnt that major but bear with me) -
watched a great @sxywu talk on react and d3
-
solved a gnarly performance problem with easystarjs in phaser
misc inspirations
- allie’s capstone project tama-do with fantastic RN app design: https://github.com/Tama-Do/tama-do
- Codemore Course on Serverless http://codemore.teachable.com/courses/enrolled/221489 from wes bos’ podcast
- hugh kennedy’s webgl work http://hughsk.io/