Wszystkie artykuły
Building Selenium framework in java (part IV) – answer job interview questions like a pro
In my opinion, Software Developer in Test job interviews are one of the most demanding interviews in IT market. How come? Introduction It happens from time […]
First steps with Ansible
Introduction Ansible is an open source powerful automation tool. It is used for configuration management, application deployment, orchestration and task automation. Created for multi-device management […]
JUnit 5: Preview of new possibilities
Introduction JUnit 5 comes with a bunch of new features. In this article I will briefly describe most of them. It is a continuation of […]
Spotify engineering culture. How do they deal with growth issues?
Spotify grew tired of it and is trying to solve problems related to software development process. Luckily for us they are willing to share their […]
Cloud Computing with Amazon Web Services
Nowadays cloud computing is really common depending on the services that we would like to use, from frequently utilized software applications to development environments, virtual […]
Deploying spring boot application on Heroku cloud platform
Heroku is a cloud-based application platform and in this two-part article I will show you how, step by step, deploy Spring Boot application there. Intro […]
Building Selenium framework in java (part II) – do it right for the first time
Introduction In this article I would like to share with you how I build new end to end testing solutions for web projects. I’ll try […]
JUnit 5: Szybki poradnik na start
JUnit to świetny framework do testowania jednostkowego w języku programowania Java. Jednakże czwarta wersja tego frameworka ma kilka niedociągnięć, takich jak problem z wieloma narzędziami […]
Building Selenium framework in java (part I) – what should you know before you start
Introduction Nowadays test automation is an integral part of software development process. I decided to create series of blog entries, which will describe how to […]
Performance of modern JavaScript frameworks
Lots of developers when start building yet another JavaScript application do not think about important thing which is the web application performance. Let’s cover this significant aspect of software […]