/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

benrutter.codeberg.page
| | endormi.io
1.6 parsecs away

Travel
| | I maintain a couple of open source projects and contribute to many projects. Here are just a few of the projects that I maintain: automation - Collection of my automated tasks written in Python. awesome-dj - List of reasons why Django is awesome for web development && Django bootstrap boilerplate. devisle/advanced-react-cli - An NPM package which aims to provide a better way to install packages for your react application through an intuitive CLI.
| | andyjohnson.uk
1.7 parsecs away

Travel
| |
| | blog.cleverelephant.ca
1.5 parsecs away

Travel
| | For PostGIS Day this year I researched a little into one of my favourite topics, the history of relational databases. I feel like in general we do not pay a lot of attention to history in software development. To quote Yoda, "All his life has he looked away... to the future, to the horizon. Never his mind on where he was. Hmm? What he was doing." Anyways, this year I took on the topic of the e...
| | www.integralist.co.uk
15.0 parsecs away

Travel
| Introduction This post will explain how to set-up and configure the various tooling necessary in order to be able to write cross-compatible modern (ES2015+) JavaScript code. Note: if you're unsure of what 'modern' JavaScript looks like, then I'll refer you to these compatibility tables. The tools we'll be using: Babel: transpiler of modern JS into ES5 compatible code. Webpack: a js module bundler. Note: webpack is actually capable of transforming, bundling, packaging just about anything (as we'll see sho...