Migrating AngularJS to Vue.js

Migrating AngularJS to Vue.js

This is a guide to one of the many ways to migrate from AngularJS to Vue.js. It comes down to moving your AngularJS project to your Vue.js public folder, moving components/controllers one by one from AngularJS to Vue.js and keeping track of state changes via events....
Picnic Web

Picnic Web

See the most recent version of the README and the project on the repository: https://github.com/MRVDH/picnic-web A big thanks to the Picnic tech blog: https://blog.picnic.nl/building-the-picnic-component-library-b89583df8e16 Picnic web Unofficial (unaffiliated) web...
Picnic API

Picnic API

See the most recent version of the README and the project on the repository: https://github.com/MRVDH/picnic-api Picnic-API Unofficial (unaffiliated) Node.js npm package for the API of the online supermarket Picnic. Getting started Using npm: npm install picnic-api...
Turning a polygon into a grid with QGIS

Turning a polygon into a grid with QGIS

For the Mapping North Korea project I had to split a region into smaller sectors. In other words, I had to create a raster or grid inside the polygon so that the tasks wouldn't be too big to handle. The polygons used in this example are exported from Overpass Turbo,...
Using OAuth 1.0a Server Side in Node.js

Using OAuth 1.0a Server Side in Node.js

These examples use the OpenStreetMap implementation of OAuth 1.0a. See a full implementation of the examples in the Mapping North Korea GitHub repository. Using OAuth on the client side exposes the keys and secrets of both the consumer and the user, which is a...