-
Enterprise Java
Stateful Containers using Portworx and Couchbase
Containers are meant to be ephemeral and so scale pretty well for stateless applications. Stateful containers, such as Couchbase, need to…
Read More » -
Core Java
The ANTLR mega tutorial
Parsers are powerful tools, and using ANTLR you could write all sort of parsers usable from many different languages. In…
Read More » -
Enterprise Java
Pipeline as code with a Spring Boot application
This is the last in a serie of posts about continuous delivery based on my local Docker compose stack (see…
Read More » -
Enterprise Java
Spring Boot – Configure Log Level in runtime using actuator endpoint
As of Spring Boot 1.5 a new loggers actuator endpoint allows viewing and changing application logging levels in runtime. Add…
Read More » -
Core Java
Traits and Mixins Are Not OOP
Let me say right off the bat that the features we will discuss here are pure poison brought to object-oriented…
Read More » -
Software Development
IoT MQTT protocol tutorial: Control remote peripherals in IoT project
IoT MQTT protocol tutorial describes to control a remote peripheral. We have already covered the MQTT protocol and how it…
Read More » -
Enterprise Java
Dealing with Java’s LocalDateTime in JPA
A few days ago I ran into a problem while dealing with a LocalDateTime attribute in JPA. In this blog post…
Read More » -
Software Development
The Ten Commandments Of Continuous Delivery
Everyone wants to implement continuous delivery. After all, the benefits are too big to be ignored. Increase the speed of…
Read More » -
Software Development
Handling the Extremes: Scaling and Streaming in Finance
Editor’s Note: At Strata+Hadoop World 2016 in New York, MapR Director of Enterprise Strategy & Architecture Jim Scott gave a presentation…
Read More »