There are 16 posts.

Meetup Kafka Kraków

January 21, 2024

Let's kick off meetups in 2024! In this brief post, I aim to provide a snapshot of the presentations. The tools and infrastructure for these solutions constitute a vast topic, and a single post canno…


Compromises

December 12, 2023

Last time, I read a great title "Software Architecture: The Hard Parts: Modern Tradeoff Analysis for Distributed Architectures" 'Compromise' is one of the main thoughts that runs through while readi…


PHPcon Poland 2022

November 15, 2022

This year conference PHPcon Poland 2022 was so special for me. Everything because I presented a topic "Memory leaks in long processes - practice". On material I worked with Łukasz Jaworski. For me an…


The next step is... AWS Step Functions

June 28, 2022

Last time I participated in workshops about AWS Step Functions. This service provided by AWS was created for implementing flow of our application and close the paths in state machine. This service ca…


Symfony Fast Track

May 21, 2022

Continuing learn the Symfony framework I'm always looking for new possibilities and ideas. Learning the Symfony framework we have, as in other tools a few ideas how to get main features/good practic…


DW Gym - 3 day python challenge

January 18, 2022

Today I reveived certyficate of finish 3 day python challenge organized by Data Workshop. The challenge was in december of previous year but I think this is a good idea to repeat what we trained. The…


Give the name and... tag

January 06, 2022

When a child birth one of the first thing is give a name! You should do the same with yours images! Why I writing about this ? If you are not becarefule with images names and tags you can do the mes…


Symfony where is your TDD?

December 27, 2021

Last months I trying to following on rule "Write tests first!". Even if the task is small or trivial I trying to test it. Why I didn't working like this ? I have a mindset about tests: I have to setu…


Simple test object factory

May 08, 2021

Today I want to present you very simple idea to creating entities objects for your tests. In a lot of PHP projects we have entities in basic style. I mean these entities has many properties and gette…


Python Crash Course (2nd Edition)

March 06, 2021

Python Crash Course (2nd Edition) - Book review From last few months I learn a Python. The first step of learning new programming language was a watching some tutorials of basics. At first glance the…