Wszystkie artykuły
Monitor your application with micrometer and Google Cloud Monitoring
Monitoring is an integral part of modern Site Reliability Engineering practices. In this article, you will learn how to apply monitoring to your application using […]
Bottlenecks identification with perf
This article presents how to easily profile a Linux system application with the perf tool. Additionally, you will learn how to visualize gathered data as […]
Git – under the hood again
Here is a continuation of my older article about git. This time, I will talk about branches and HEAD (my personal horror until I understood its true […]
Anomaly Detection
Anomaly detection is an important topic in computer science. This article presents a few most common approaches to this problem, and shows an example of […]
Find a better solution with boost
Every C++ developer has at least heard of `Boost` which is probably the most commonly used set of external libraries in the C++ world. Every […]
Advanced Concurrency in Java
The concurrent programming model in the Java language has changed significantly in the past years. From “green threads” to native thread support, from synchronized, blocking […]
JHipster – from fast prototyping to production ready services
JHipster is an open source project created to speed up the development and deployment of web applications. Supported by almost 600 contributors – it’s a […]
Resource dependencies and modularization in Terraform
If you haven’t had a chance to do it yet – have a look at my Introduction to Terraform article, where you will learn how to set […]
How does AI create music
Automatic music generation is a topic that dates back to 50s, but only recently has AI generated music become advanced enough to let us believe […]
Docker networks
Docker has kept its popularity for quite a few years now (without surprise). Its success is based on many things like scalling, microservices and also […]