Do you have an idea for your next venture?
We can assist you through whole product development cycle. From the ideation to the working product.
Redux Toolkit
Today I prepared an article about writing Redux using the Redux Toolkit library, custom hooks, and TypeScript in React application. Enjoy!
EV charger types, what is the difference between AC and DC?
One of the biggest fears of electric car ownership is the charging process. Besides the possibility of charging from the home socket, there are two main types of charging stations: DC (Direct...
Why is retrospective important?
I’ve heard many times that the retrospective is one of the useless meetings in the sprint. Many teams are not doing it at all. Very often they are not performed properly and they give no outcome. I...
Open ID: connecting Keycloak and RabbitMQ [Part 2]
We've heard you can't wait for the second part of our Keycloak-RabbitMQ article. We won't let you wait any longer – enjoy!
Open ID: connecting Keycloak and RabbitMQ [Part 1]
Looking for help with Keycloak and RabbitMQ or trying to understand why and how to use them together? I’m happy to bring you the answers with my mini-series of articles on connecting these two...
Lambda in TypeScript with Serverless Framework
Hello everyone. Today I'd like to show you how to create your own lambda function in typescript. To achieve this I’ll use the serverless framework and AWS cloud. But first, let’s start with some...
Introduction to FastAPI — a great modern web framework
Hi folks! It has been some time since I last wrote an article. I had lots of work, but now I’m back! Today I would like to present you my favourite web framework in Python - FastAPI. This framework...