Wszystkie artykuły
Lepsze planowanie i szacowanie
Istnieją niezliczone przypadki, gdzie słabe decyzje oparte na błędnych szacunkach prowadzą do poważnych opóźnień w rozwoju produktu. Zarówno w przypadku planowania na wysokim (długofalowe funkcje) […]
Building executable jar with Cucumber tests
Depending on how continuous integration and regression testing is constructed in a project, there might be a need to run the same tests couple of […]
Blocking vs non-blocking http servers performance
In this article, I’d like to take a look at the performance and the scalability of both blocking and non-blocking HTTP servers. I’ll compare average […]
Why do you need to care about IT security?
Over the past few years we have seen a surge in IT security incidents. Major data breaches at companies like Target, Equifax, and Facebook, Distributed […]
Python meets microservice – useful tips based on experience
It is impossible nowadays to not hear about microservices. It’s so “buzzy” word that everyone is talking, writing and thinking about it – either developers […]
Testowanie REST API z użyciem Spock – Wprowadzenie do Frameworka Spock
W tym artykule chciałbym pokazać, jak przetestować API za pomocą frameworka Spock. Spock to framework testowy dla aplikacji Java i Groovy. Rozszerza on narzędzie JUnit […]
Android Architecture Components
We all in principle try to perfect our app. Choosing best architecture and frameworks, meticulously planning classes and utilizing design patterns to make best of […]
Python Good Practices Part 3 – Writing faster code
There are many ways to write code in order to achieve same results. This article will show you how different approaches affect the code execution […]
Modern, Clean and scalable CSS
Maintaining large-scale CSS codebase is a demanding task. In the era of complex component systems and unspecified requirements, this gets even harder – what solves […]
Tips & tricks learned during years of using Jenkins
I would like to share with you some useful ways of working with Jenkins, as well as methods of coping with various issues that I […]