-
DevOps
Docker Compose on Windows with Python And Babon
Compose is a tool for defining and running complex applications with Docker. With Compose, you define a multi-container application in…
Read More » -
Core Java
Netty: Testing encoders/decoders
I’ve been working with Netty a bit recently and having built a pipeline of encoders/decoders as described in this excellent…
Read More » -
Software Development
Guide as in Mountaineering
Yes, I happen to deal with architecture, software design and technology. And yes, I’m entitled by the term “software architect”.…
Read More » -
Android Core
Internet of Things with Android and Arduino: Control remote Led
This post describes how to control a remote Led using Arduino and Android. Nowadays a new emerging technology is Internet…
Read More » -
DevOps
Spark Monitoring: How to Handle 10B Requests a Day
Taboola’s Spark monitoring architecture for handling 10B+ daily user events They say unicorns don’t exist, but of course you know…
Read More » -
Core Java
How LongAccumulator and DoubleAccumulator classes work?
Two classes new in Java 8 deserve some attention: LongAccumulator and DoubleAccumulator. They are designed to accumulate (more on what…
Read More » -
Groovy
Geb Gems: Handling AJAX requests
One of the biggest struggles while testing web applications that use AJAX is dealing with the timing issues caused by…
Read More » -
Agile
Agile is Punk – Agile is Democracy
From time to time I’ve been heard to say: “Agile is Punk.” But I’ve never explained myself. I’ve also been…
Read More » -
Core Java
Exception Translation with ET
Some time ago I wrote a small blog post about exception translation with AspectJ. In this blog post we will…
Read More »