Learning goLangDocumenting the initial learning of the go programming languageMay 22, 2024May 22, 2024
Kubernetes for nodeJS devCourse notes from Dan Wahlin’s excellent pluralsight course titled: Kubernetes from Developers: Core ConceptsJun 10, 2021Jun 10, 2021
Map, flip(map) and partial application in JSAn in depth example of partially applying functions, composing map and inverting function arguments.Dec 19, 2018Dec 19, 2018
CSRF setup for ExpressJs and SSR React/Redux AppSetup of the csurf ExpressJs middleware in a React applicationJul 5, 20183Jul 5, 20183
Certbot certificate verification through nginx containerInstalling a free letsencrypt certificate using certbot, to nginx running in a docker container, authenticating using webrootMay 23, 20183May 23, 20183
Web securityDocumenting known web security issues, and ways to counteract them. Notes from Mike North’s frontend masters course on web security.Mar 19, 2018Mar 19, 2018
Migrating from Google Cloud Platforms App Engine to DigitalOceans Docker DropletIntroductionMar 12, 20181Mar 12, 20181
Takeaways from Half Stack London 17/11/17Introduction to virtual reality and the webNov 24, 2017Nov 24, 2017
Integrating redux-observable and RxJS into a small part of a react/redux appIntroJul 10, 2017Jul 10, 2017
Client side storage options for dataCookies / local storage / webSQL / indexedDBDec 12, 2016Dec 12, 2016
Functional programming in JSA collection of simple articles, covering some of the core concepts involed with functional programming in javascript:Nov 11, 2016Nov 11, 2016
Pure functionsA pure function is one that has no side effects. It accepts zero or more arguments, and returns a new value.Nov 11, 2016Nov 11, 2016