java

Blog posts tagged with java
Java-Free Android

Java-Free Android

17/01/2017
Android finds itself in interesting times. Google has begun creating it’s own ‘premium’ versions of the operating system (OS), Cyanogen have ceased development, and many feel that Android will change name or shape in the near future.
JVM-Free Kotlin With Kotlin/Native

JVM-Free Kotlin With Kotlin/Native

11/04/2017
I would never call myself a real programmer, but I have a healthy obsession with studying new languages that emerge, especially those that arrive with little baggage and attempt to solve current problems and new use cases. This brought about my explorations in recent years of Swift and Kotlin, both initially aimed to fix issues with the languages traditionally used in their worlds, but rapidly became used in more widespread contexts, and generally, have enthusiastic communities.
Docker Monitoring - 5 Methods for Monitoring Java Applications in Docker

Docker Monitoring - 5 Methods for Monitoring Java Applications in Docker

28/06/2017
Running applications in containers is an increasingly popular way of maintaining large, distributed stacks that change based on demand. The Java VM heritage makes it an ideal language for container-based infrastructures. With many moving parts and components, monitoring Java applications in containers requires planning and choosing the right tools to monitor the aspects that matter to you.