This app works best with JavaScript enabled.
Nathan Pointer
Web Developer
blog
contact
All posts:
2021-08-01
Aug
01
2021
Rendering semi-realistic Landscapes in the browser
Inspired by some awesome three.js demos, covid related travel bans and maybe just a little too much time on pinterest…
2020-04-13
Apr
13
2020
Lessons learned building serverless data pipelines
Before many of the cooler features of AI products can be productionalized you need high quality and correct data…
2020-04-11
Apr
11
2020
Intro to Peg.js
PEG.js is a really neat javascript library that takes a PEG and generates a parser program that can be called directly…
2017-05-04
May
04
2017
Trust but verify: thoughts on API flexibility
I’ve recently been thinking a lot about how much and when to increase api flexibility. If an API is too rigid it risks…
2017-04-30
Apr
30
2017
The 'Hello world' of Microservices and Eventsourcing
Microservices are by now a well accepted architectural pattern. I had the opportunity to attend the O'Reilly conference…
2017-04-21
Apr
21
2017
Meet Choo.js: a simple react + redux alternative
UPDATE FROM THE YEAR 2020: with the release of the react hooks there are standard ways of getting access to simpler…