Knockout.js Meetup in Rotterdam

Two days ago I went to Knockout.js Meetup in Rotterdam, I always find it pleasant to hang with programmers and acquire new ideas from any programmer despite the background or the language his programming.

As for Knockout.js it was always a curiosity for me, as I have to deal sometimes with JavaScript and I never been on a project with Knockout.js. In the recent years I did work on AngularJS and lately I’m busy building an application AngularJS with KendoUI.

The meeting went perfect, the food was nice and Pascal van de Blankevoort was the host a very experienced guy with Knockout.js.

Read more

Build Restful service with Java 8 in Five minutes

This is a very basic tutorial for beginners who would like to experiment with Java 8 and sparkjava.com Spark Framework.

Sometimes we can complex issues in our head more then it is, I was just trying to teach myself a way to make a simple Java Restful Api to handle few open and simple calls for me. I will share with you my start point.

We will use Intellij and create simple RestApi, basically if you have eclipse it is the same idea.

Read more