Search Results for: Scala
-
Scala
Test your Dependencies with Degraph
I wrote before about (anti)patterns in package dependencies. And of course the regular reader of my blog knows about Degraph, my private project to provide…
Read More » -
Core Java
Grouping, sampling and batching – custom collectors in Java 8
Continuing first article, this time we will write some more useful custom collectors: for grouping by given criteria, sampling input, batching…
Read More » -
DevOps
Why you should build an Immutable Infrastructure
Some of the major challenges today when building infrastructure are predictability, scalability and automated recovery. A predictable system will promote…
Read More » -
Desktop Java
FX Playground
Introduction FX Playground is a JavaFX-based prototyping tool or live editor that eliminates the step of compiling Java code. This…
Read More » -
Software Development
9 Differences between TCP and UDP Protocol – Java Network Interview Question
TCP and UDP are two transport layer protocols, which are extensively used in internet for transmitting data between one host…
Read More » -
Core Java
Daemonizing JVM-based applications
Deployment architecture design is a vital part of any custom-built server-side application development project. Due to it’s significance, deployment architecture…
Read More » -
Core Java
Introduction to writing custom collectors in Java 8
Java 8 introduced the concept of collectors. Most of the time we barely use factory methods from Collectors class, e.g. collect(toList()), toSet() or maybe something…
Read More » -
Core Java
Java’s Volatile Modifier
A while ago I wrote a Java servlet Filter that loads configuration in its init function (based on a parameter from…
Read More » -
Enterprise Java
From framework to platform
When I started my career as a Java developer close to 10 years ago, the industry is going through a…
Read More »