Blog Blog

“A mind that is stretched by a new experience can never go back to its old dimensions.”
Oliver Wendell Holmes Jr.

JavaScript: Promises

One of the most difficult things about JavaScript is its asynchronicity. Here's my attempt to rein this powerful feature.

Read more here

Migrating an ArcGIS Desktop GeoDatabase to PostgreSQL

I recently collaborated on an app to create a project management portal that display projects as shapes on a map. The original database was created in a ArcGIS desktop but the client wanted an oline tool to add new projects to the database. What follows tips for anyone else who plans on doing something similar

Read more here

Coming soon:

  • JavaScript: Higher-Order Functions
  • JavaScript: Closures