Hi! After a long time, I’d like to share with you one of my thoughts. Pull Requests, Code Reviews, version control, and git - that’s buzzwords with whom we are so familiar on daily software engineering work. That’s of course not hard to commit some changes, push to the git...
[Read More]
Everything is about filter, map and reduce
Hi guys! I should apologize to you for that I’m not writing too often. It’s because Autumn is not my favorite time of the year; meh.
[Read More]
The importance of code editors
Hi! I was trying to write something about Elixir for the last week, but… you know what will happen if you found a new IDE and trying to customize everything to be so useful for yourself. So! I have wasted about 6 hours configuring my code editor. I am simply...
[Read More]
My first week as an Elixir Engineer
Hi guys! Finally, I am working as an Elixir Engineer at Zenloop. That’s a company focused on the customer experience where Elixir is a primary programming language. After my first week of work, I can say one important thing: the elixir ecosystem is not mature. Many times you’ll not find...
[Read More]
Resources to learn Elixir for PHP developers
Today’s post is not a story, it’s just a collection of links to the interesting resources that could be useful for you in this epic journey.
[Read More]
From PHP to Elixir |> beginning
Hi everyone! Welcome to my first post from the “From PHP to Elixir” series about changing the paradigm and programming language. I’d like to present to you my way to start learning a new tool that is the Elixir.
[Read More]
Symfony Messenger component for CQRS applications
Hi there! This article is mostly for people who, like me some time ago, are looking for information on how to configure Messenger for applications based on CQRS architectural pattern. To be honest, Messenger is my favorite SF component.
[Read More]
Don’t give up! 🙌 A short history of raising errors
I have written about an error topic about two years ago. From this time some things in my mind have changed and that’s totally fine. I feel I’m just a better engineer from this time. Okay, so what’s happened to me so I am writing again about the same thread?...
[Read More]
Three simple testing tricks using PHP and Symfony
Hi! I’ve written this post to help you and keep in history something that makes application testing easier. The first two tricks are related to the PHP Symfony web framework and functional/integration testing in this framework, but the second one is a pattern that every PHP engineer should know. You...
[Read More]
Jak optymalizować by nie zwariować?
Hej! Chciałbym w tym wpisie poruszyć temat optymalizacji naszych ukochanych aplikacji. Większość porad może znaleźć tutaj odzwierciedlenie jedynie w web aplikacjach, ale w dalszym ciągu zachęcam do lektury. Nie wiem jak Wy, ale ja lubię gdy strony WWW działają szybko – na tyle szybko, abym nie musiał rozmyślać nad losami...
[Read More]