The slides of my session at Engage 2018

Engage 2018 is over. Another great event, this time at the stunning venue, the SS Rotterdam. My slides Here is are my slides of my session. Thanks everyone who had attended my session Spring forward: an introduction to Spring boot and Thymeleaf from Frank van der Linden Demo project For this session I have created Read More

Quick tip: test HTML pages on a local webserver with NodeJS

At a customer we are building lots of microservices with Spring boot which runs on Pivotal Cloud Foundry hosted at the Azure platform. Some of these microservices are called from web pages with certain specific information, like field info. So in our projects we have most of the time a test html page to mimic Read More

Quick tip: run your Cloudant data everywhere with CouchDb

I moved our HR Assistant application to a Spring boot to run everywhere, but the data was still stored in a Cloudant database running on IBM Cloud. No problem, but not that flexible. So I was looking for a way to to store the data somewhere with minimum impact. Step 1: Get CouchDb running I Read More

A small open source project: Cloudant REST API

At IBM Think John Jardin and Paul Withers had a session, Tips and Tricks: Domino and JavaScript Development Master Class. It was great session about React, web sockets and Domino REST API. At the end of this session I got an idea to provide a Cloudant REST API, with the same endpoints of the Domino API Read More