Blog: hascode (Micha Kops) |
334 blogs
updated: 29 min. ago
|
||
A lot of boilerplate code is written when developers need to test their applications with different connected systems like databases, stream...
|
||
It is interesting to see how the Java language evolves over time. One thing that I have always missed is pattern matching in a way similar t...
|
||
Reactive design or reactive architecture has an impact on how modern software systems are implemented. RSocket is a project that aims to ada...
|
||
Arthas created by Alibaba is a tool that allows developers to connect to running Java applications without stopping them or suspending threa...
|
||
Capacity planning is an important task when trying to anticipate resources and scaling factors for our applications. The usl4j library offer...
|
||
The OpenAPI and Swagger API description format are becoming important standards to specify API contracts for RESTful web services and the Mi...
|
||
When implementing distributed systems, client-server architectures and simple applications with network related functionalities, everything ...
|
||
JetstreamDB is a in-memory database engine for Java that claims to be built for ultra-high speed and the ability of managing complex data st...
|
||
Every software project includes a set of architecture decisions defining boundaries and constraints for further design and implementation. I...
|
||
When we need to investigate the cause for a dysfunctional Java application we have a plethora of tools available that on the one hand help u...
|
||