Wszystkie artykuły
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 […]
Why I love Clojure?
Clojure language as one of the modern Lisp’s dialects was carefully designed with concurrency in mind. It enables you to communicate between many machines seamlessly. […]
The Microservices Architecture
The microservices architecture is definitely one of such trendy solutions that is widely considered, especially in new projects. Is it worth trying and what kind […]
TypeScript – dlaczego warto go znać?
Wstęp Tworzenie dużych aplikacji webowych napisanych JavaScriptem to nie taka prosta rzecz. Nie mamy do dyspozycji typów, interfejsów, enumów itp. Te funkcje mogłyby być bardzo […]
Creating a lazily-evaluated builder-like API in Java 8 using the extended Step Builder pattern
Introduction The Builder design pattern is known and used widely. To begin with, it was created to provide a way to create new objects. Using […]