TypeScript and jQuery
If you want to use an existing JavaScript library with TypeScript you need some kind of header file. This file, called definition file, contains type informations »
If you want to use an existing JavaScript library with TypeScript you need some kind of header file. This file, called definition file, contains type informations »
I've met a lot of Java developers that don't like JavaScript. Weak typing, inequality of equality, the scope of variables et cetera. I encourage them not »
I'm writing a little app to check the health status of my server and came accross a confusing feature in java.net.URL. I remembered I »
I'm running a Docker container with Wildfly 9 on my server for testing purposes. The server is managed with Plesk, so setting up the subdomain is »
I assume that you have a working installation of PhoneGap or Cordova CLI. In this post I use the Cordova CLI which is distributed as an »
Recently I came over to map a table in a Postgres Database that contains a UUID Column. With JPA 2.1 there is a very simple »
Recently a friend and I came over with the idea to blog a series of Java vs. C#. Everything related to this topic you'll find on »
In a presentation that I gave recently, I noticed that some of the participants never heard of static code blocks before. Static code blocks let you »
A tiny but shiny improvement with Java EE 6 was the @WebFilter – Annotation which made the filtering and manipulating of requests very easy: No more com. »