-
Software Development
Copy & paste driven development
Software development is rife with copy & paste: all of us resort to copy and paste coding sometimes. We know…
Read More » -
Enterprise Java
Configure Jenkins for Continuous Delivery of a Spring Boot application
In my previous post I described how I started a continuous delivery stack with one simple command. The next step…
Read More » -
Software Development
Storing and querying trillions of events
This is a second post in series describing our recent infrastructure / architecture transition in Plumbr. The first part focused…
Read More » -
DevOps
Persistent Storage for Docker Containers
In this week’s Whiteboard Walkthrough, Dale Kim, Sr. Director of Industry Solutions at MapR, describes how MapR addresses the challenge…
Read More » -
Core Java
Each Private Static Method Is a Candidate for a New Class
Do you have private static methods that help you break your algorithms down into smaller parts? I do. Every time…
Read More » -
Software Development
Seeing Is Believing
Recently, I’ve done a management workshop on TDD. The audience was developmenet managers and team leads. Most of them did…
Read More » -
DevOps
Dockerizing an existing Rails application
Docker is a relatively new and rapidly growing project that allows creating very light “virtual machines”. Prerequisites There are no…
Read More » -
Core Java
Why Elvis Should Not Visit Java
I was recently involved in quite a long Twitter discussion regarding Java’s Optional, type systems that distinguish nullable and non-nullable…
Read More » -
Android Core
Build IoT project with Arduino sensor in 3 Steps
This post describes how to create an IoT project using Arduino sensor. You will learn how easy is creating an…
Read More »