Skip to main content
Home
Blog
Today I learned
Side Projects
Resume
Home
Blog
Today I learned
Side Projects
Resume
#code
36 posts
All posts
5 min read
How I stress tested mapbox's handling of many polygons
#mapbox
#code
#stress test
#geospatial
7 min read
How to visualise Australia's weather stations on a map
#mapbox
#map
#code
#data
10 min read
How to model application flows in React with finite state machines and XState
#finite state machines
#code
#javascript
2 min read
Building Software is much like buying a house
#tech debt
#code
4 min read
Lessons from creating a component library
#code
#modules
4 min read
Debugging minified code
#code
#debugging
4 min read
A day in the life of
#code
#career
#leadership
2 min read
Unexpected promise in the bagging area
#code
#javascript
#promises
3 min read
How I approach an algorithmic code challenge
#code
#thought process
#methodology
1 min read
How to download an image to file on disk when scraping a website
#code
#scraping
2 min read
Using Async/Await to batch asynchronous requests
#code
3 min read
Migrating data from Ghost to GatsbyJS
#code
2 min read
Building node-canvas in Amazon Linux AMI for Lambdas
#code
4 min read
Building a Raspberry Pi internet speed checker with NodeJS and GoogleDocs
#code
2 min read
Mocking relative dependencies in Jest with jest.mock()
#code
3 min read
Putting Yarn Package Manager to the test
#code
7 min read
My favourite VSCode plugins
#code
1 min read
Webpack-dev-server: Where does your CSS go?
#code
2 min read
Serverside CSS Modules with babel
#code
2 min read
babel-loader's hidden feature - babelrc:false
#code
2 min read
NPM uses your .gitignore file
#code
3 min read
Using console.time to profile performance in your node application
#code
2 min read
babel-plugin-transform-async-to-module-method gotcha
#code
5 min read
Asset hashing with webpack
#code
3 min read
Using webpack to set up polyfills in your site
#code
1 min read
Writing a Gulpfile in ES6
#code
4 min read
ASYNC/AWAIT ES7
#code
3 min read
My favourite Atom packages of 2015
#code
4 min read
Semver - the sane way
#code
3 min read
Setting up webpack dev middleware in express
#code
2 min read
Selenium ActionSequence
#code
2 min read
JsFiddle - Firebug lite
#code
2 min read
Some useful everyday linux commands
#code
2 min read
Creating SVG animation with WalkwayJS
#code
11 min read
Javascript Interview Questions
#code
6 min read
Javascript Toolbox
#code