Become a member
Sign in
Jeffrey de Graaf
Jeffrey de Graaf

Jeffrey de Graaf

79 Following
14 Followers
·
  • Profile
  • Claps

Featured

Jeffrey de Graaf
Jeffrey de Graaf
Mar 13, 2017 · 3 min read

Front-end roadmap 2017 — No jQuery please

In one of our latest Roadmap meetings with the Front-end developers at Aviva Solutions we decided we would like to challenge and discuss using jQuery in new projects. We want to have less dependencies, faster Time To First Byte (TTFB) and more effectively…

2

1 response

Latest

Jeffrey de Graaf
Jeffrey de Graaf
Jul 11, 2015 · 3 min read

Productive Git workflow

Working with Git can be a frustration, but also a lot of fun and is very productive and fast. Using the power of aliases and using an effective workflow, the version history is organized and there are hardly conflicts in the code.

2

Jeffrey de Graaf
Jeffrey de Graaf
Oct 6, 2014 · 1 min read

Parse a Google Maps LatLng object to string/array

Using the Geocoder service with Google Maps version 3 instead of the real Geocoder service is possible and easy to use. But the latLng output isn’t really usable.

var geocoder = new google.maps.Geocoder()…

1