Tilemaker Tips

Read More...

A quick look at Tilemaker

Read More...

Multi-layer PostGIS MVT

Read More...

Building an online redistricting app - part 5

Read More...

Building an online redistricting app - part 4

Read More...

Building an online redistricting app - part 3

Read More...

Building an online redistricting app - part 2

Read More...

Building an online redistricting app - part 1

Read More...

Playing with WebAssembly and AssemblyScript

Read More...

Simple web server monitoring with bash

There are lots of great enterprise infrastructure monitoring tools out there, like Nagios. And if you want to monitor a web page in minutia (i.e. detecting if a single pixel has changed), there’s stuff like Puppeteer.

But sometimes a web server just did something weird, and you want to keep an eye on it for a little while. I do that with a bash script.

Read More...