-
Kotlin
Kotlin: Multi variable null check
Although not-null, immutable variables with sensible defaults are often desired, it is not always the case. It is sometimes required…
Read More » -
DevOps
AWS Lambda/Java, DynamoDB and Api gateway integration
Introduction In this post I am going through a full (Java) example of integrating AWS Lambda, DynamoDb and Api Gateway…
Read More » -
Android Core
Parse.com anonymous and registered users (Android)
Introduction When writing a mobile application you mostly always need a way to store the information outside of the application…
Read More » -
Android Core
Android: location based services
Introduction Developing applications for mobile devices gives us a lot more opportunities for context based information than a traditional web…
Read More » -
Core Java
Java 7 try-with-resources
Java 7 provides better resource management for resources that need to be closed when finished working with, for example files,…
Read More » -
Software Development
Evaluating new frameworks, libraries and technologies
Introduction New frameworks and libraries are developed so fast it is nearly impossible to evaluate all of them. This can…
Read More » -
Core Java
Reasons for IntelliJ IDEA
Introduction I often get the question why I use Intellij in favor of another IDE, in this case Eclipse. Most…
Read More »