Wszystkie artykuły
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 […]
Introduction to Micronaut
It’s hard to say and calculate how many phones and computers are currently connected to the internet, considering the IoT devices that number is probably […]
Spring Boot Actuator
One of the Spring Boot project is Spring Boot Actuator. This starter brings you production-ready features to help you monitor, gathering metrics, understanding traffic or […]
Flask-RESTful – How to quickly build API
REST architecture is currently very widely used. There are many frameworks which allows developer to easily build REST api. Flask is a micro-framework which provides […]
How to use and how not to use Optional in Java
If you are bored by null checking objects and want to make your code more readable, you should consider using Optional class. It is a […]
Thunkable fun with a drag-and-drop app builder
Are you programmer?Do you need no-code tool?Probably your answer is **no**. Sometimes you need a fast app prototype and sometimes a non-technical person asks you […]
Storybook for Angular – creating components library
Imagine a situation where you have a big monolith project and there’s a need to separate re-usable components throughout application or you’re starting a microfrontend […]