Wszystkie artykuły
Flask-RESTful with SQLAlchemy
In the previous article, we’ve created a Fuel Consumption Api which uses dictionary as a database. The biggest disadvantage of this solution is lack of data […]
Best Practices in API Design
How to design a good API is a question that comes from many teams that try to create perfect REST API. This article shows briefly […]
A streaming layout service for front-end microservices
Tailor is a layout service created by the Zalando team as a part of Project Mosaic which provides a set of libraries that allow frontend developers to […]
Quick look at Preact
As the growing advancement of web technologies, client web applications aim to provide user experience to as close as possible to the native applications (see […]
Mini Project RabbitMQ and Java – part 2
In the previous article, I presented RabbitMQ installation and environment preparation in the second part I will show how to send and consume messages from queues. […]
Git rebase vs merge – is there any difference?
In this article we want to have a look at two common git command – git rebase and git merge. We will see how these […]
InfluxDB as a metrics solution
There are plenty of tools for metrics storage and analysis. Today I’d like to present to [InfluxDB](https://www.influxdata.com/) – a solution that was used for a […]
Introduction to Spring Data JPA
Spring Data JPA is a project from large Spring family. It helps to reduce the amount of code by easy implementation of JPA (Java Persistence […]
Mini Project RabbitMQ and Java – part 1
RabbitMQ is a message-queueing software also known as a message broker or queue manager. In simple words, it is software where queues are defined, to […]
UseEffect hook
If you want to fully switch from classes to functional components with hooks, you need to not only get the knowledge about handling state within […]