About 113 results
https://mikebifulco.com/posts/picking-apart-javascript-import · 17 Apr 2019
Part 2 in a series of posts on destructuring syntax for JavaScript and Node.
https://mikebifulco.com/posts/solve-all-your-problems-with-promise-allsettled · 12 Apr 2019
Promise.allSettled() is a new API coming to the JavaScript / ES6 standard which can help you more efficiently build node applications that make simultaneous asynchronous API calls
https://mikebifulco.com/posts/reclaimed-10gb-of-disk-space-from-node-modules · 2 Apr 2019
If you're not careful, your node projects can start to fill all the spare disk space on your computer. This one weird trick (lol) can help avoid that.
https://mikebifulco.com/posts/deconfusing-javascript-destructuring-syntax · 26 Mar 2019
Destructuring syntax in es6 (or es2015, etc) JavaScript is a wonderfully useful bit of the language. It allows you to extract values from an Object and assign them to a new variable in one statement -- but it can be confusing to read.
https://mikebifulco.com/posts/quick-tip-uninstall-postgres-from-your-mac · 19 Mar 2019
Uninstalling Postgres database software from a computer running MacOS isn't super straightforward - this is what I found helpful.
https://benswift.me/blog/2019/03/09/mapping-over-table-rows-in-org-mode · 9 Mar 2019
How to apply elisp functions to org-mode table rows using named tables and code blocks, with practical caveats and a Pride and Prejudice example.
https://mikebifulco.com/posts/embracing-prettier · 25 Feb 2019
Prettier.js is a fantastic way to systemize and automate your project's code style.
https://benswift.me/blog/2019/02/21/dynamic-reimagine-logo · 21 Feb 2019
An interactive, spinnable version of the ANU Reimagine logo, built with ClojureScript and Reagent.
https://benswift.me/blog/2019/02/16/algorithmic-uni-marketing-billboards · 16 Feb 2019
A generative 'verb your verb' billboard that picks random verbs and Unsplash backgrounds, built with reveal.js and later rewritten in ClojureScript.
https://benswift.me/blog/2019/02/06/class-discussions-on-discourse · 6 Feb 2019
Switching from Piazza to self-hosted Discourse for a 200-student course forum, with practical notes on setup, tradeoffs, and what's missing.