VOOZH about

URL: https://www.javacodegeeks.com/author/jamie-craane

⇱ Jamie Craane, Author at Java Code Geeks


  • Kotlin👁 Image
    Jamie CraaneDecember 23rd, 2020
    0 222

    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👁 Image
    Jamie CraaneDecember 5th, 2016
    0 193

    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👁 Image
    Jamie CraaneDecember 30th, 2014
    0 145

    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👁 Image
    Jamie CraaneFebruary 6th, 2014
    0 140

    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👁 Image
    Jamie CraaneJuly 16th, 2013
    0 131

    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👁 Image
    Jamie CraaneApril 3rd, 2013
    0 152

    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👁 Image
    Jamie CraaneMarch 18th, 2013
    5 170

    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 »
Back to top button
Close