Wszystkie artykuły
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 […]
Interaction with Ethereum
The goal of this tutorial is to introduce you to tools so you can explore the technology on your own. We will briefly touch every […]
Creating test data with WireMock
Testing end to end of complex systems is often complicated by stability problems. Testers are involved in the development process from the very beginning when […]
State management and project structure with Terraform
Terraform is an open-source Infrastructure as Code tool created by HashiCorp. It allows users to manage various types of IT resources (especially cloud ones) using […]
UI Test automation design framework with Selenium
In this article I will show you design approaches to improve readability and maintanability of your selenium framework. If your page objects are too big […]