-
Scala
5 Scala Puzzlers That Will Make Your Brain Hurt
Hunting for non-intuitive cases of exceptions and errors in Scala For this post we got in touch with Nermin Serifovic…
Read More » -
Software Development
7 Slack Integrations Developers Should Use
How to customize Slack to enhance your development workflow using integrations and bots It certainly feels like Slack is gradually…
Read More » -
Enterprise Java
Automated provisioning of JMS resources in Java EE 7
JMS 2.0 (part of the Java EE 7 Platform) introduced lots of nice features. One of these was the ability…
Read More » -
Software Development
[BLACK FRIDAY DEAL] Join Java Video Training Courses for $15!
UPDATE: The promotion period has ended. We hope you had the chance to pick up some great offers! Hey geeks!…
Read More » -
DevOps
Configure Couchbase Docker Container using REST API
Couchbase Docker image is published at hub.docker.com/_/couchbase. The easiest way to start this image is: docker run -d -p 8091:8091 couchbase/server 8091…
Read More » -
Core Java
Introduction in Java TDD – part 2
Hello again! In the previous blog post I explained TDD theory in general, without close reference to Java, but in…
Read More » -
DevOps
JVM microservices – how to run Docker containers on Windows
Microservices is one of the loudest IT buzzwords, everybody’s anxious to try it. But what Linux and MacOS users get…
Read More » -
DevOps
Deploying Containers with Docker Swarm and Docker Networking
The purpose of this article is to explore new Docker networking features introduced in version 1.9. We’ll apply them to…
Read More » -
DevOps
Advanced Continuous Delivery Scenarios
We’ve all heard the term continuous delivery thrown around. We usually find it coupled with terms like DevOps and immutable…
Read More »