A bit more personal
So, this is 2019. What is changing for me? Wel.. I am not going to spill al of my life over here, but I am planning to blog more. I totally agree with Jaron Lanier that the current social media are …
So, this is 2019. What is changing for me? Wel.. I am not going to spill al of my life over here, but I am planning to blog more. I totally agree with Jaron Lanier that the current social media are …
Last 2 weeks it was ‘ateliermiddag’ again at the Prins Mauritschool in Rijswijk. These events are organised multiple times per year and the pupils of the school can do various small …
Working professionally everyday with Gitlab has made me think twice of hosting my blog on an isolated Digital Ocean Droplet. Especially as we are promoting Devops and Continuous Delivery (for which …
Als je er op gaat letten, is het opvallend dat kinderboeken zo vol staan met stereotiepe rolpatronen. Stichting Zo-ook heeft hier onderzoek naar gedaan en wil kennis en bewustwording vergroten en ook …
{% codeblock [First code] [lang:bash] %} var express = require(’express’, template = require(‘pug’)); var session = require(’express-session’) var util = …
Currently I am working on a project where we need to create Excel reports from a datasource. There are several ways to do this programmatically, but our first thought was to do this in Java. We …
I truly believe coding software should be part of the curriculum of young people. Kids can learn to express themselves digitally. Currently the primary school that my kids attend does not have …
I have started a small github project for hosting a demo test. In this project there is an Appium test for the TodoMVC app we built in earlier posts and this test can be run on Sauce Labs with …
By choosing for Cordova as an App container, most developers aim to build an app that should run on the iOS and Android platform from one codebase. In the last post I demonstrated how to embed a …
When I wrote this part of the series, I started it on a Mac. Along the way I had to write some of it on a different computer, running Linux. So I decided to change the contents a bit of this post. I …