-
Scala
Reactive Database Access – Part 2 – Actors
We’re very happy to continue our a guest post series on the jOOQ blog by Manuel Bernhardt. In this blog…
Read More » -
DevOps
Couchbase 4.1 Docker Container
Couchbase 4.1 was recently released. Highlights of this release are: N1QL: Complete SQL CRUD Support with N1QL for Batch and OLTP…
Read More » -
Software Development
20 Java and Programming Quotes to Motivate Yourself
I always have a strong interest in knowing great peoples of my field i.e. programming. Knowing about them, following them…
Read More » -
DevOps
JVM microservices – JVM based application as Docker container
Continuation of Windows and Docker integration guide. The goal of this post is to show quick and easy way of…
Read More » -
DevOps
Docker Java Application With Solr, Mongo & Cassandra: Design, Deployment, Service Discovery, And Management In Production
Download the PDF Whitepaper You can clone this sample “Names Directory” Java application from GitHub git clone https://github.com/dchqinc/dchq-docker-java-solr-mongo-cassandra-example.git A Step…
Read More » -
Software Development
The State of Microservices Today
Let’s talk about the state of microservices today. How big is the hype exactly? And why do developers talk about…
Read More » -
Core Java
5 Tips for Reducing Your Java Garbage Collection Overhead
What are some of the most useful tips for keeping your GC overhead low? With the upcoming-yet-delayed-once-again release of Java…
Read More » -
Software Development
Starting developing in Swift: Using GitLab with XCode
As showed in my previous post I have set up a GitLab account so I can host my Git repositories…
Read More » -
Core Java
JIT Compiler, Inlining and Escape Analysis
Just-in-time (JIT) Just-in-time (JIT) compiler is the brain of the Java Virtual Machine. Nothing in the JVM affects performance more…
Read More »