blog.vladverpeta.comMax Attempts Exceeded Exception Horizon LaravelOne persistent issue our team faced was managing duplicated events in Laravel's queue system. After numerous attempts to solve it, we finally arrived at a solution that helped us handle duplicated messages without losing critical data. The Problem: D...Sep 29, 2024·4 min read
blog.vladverpeta.comSymfony compiler pass - Strategy pattern: how to write code that is SOLID compatibleWe constantly attend job interviews where questions about SOLID principles are mandatory. After that, there are usually a couple of questions about design patterns. The candidate may believe that they have finally found a company where these principl...Feb 11, 2024·7 min read
blog.vladverpeta.comHow to set up: ghost CMS + Docker + Cloudflare without strict ssl enabledPre-requirements: Server with installed some Linux OS(I'm using Debian 11) Installed docker + docker-compose Installed Nginx Domain registered on Cloudflare Steps to set up: Cloudflare - almost nothing Create docker-compose.yaml on your serve...Feb 3, 2024·1 min read
blog.vladverpeta.comExchange events between Vue.js & Phaser 3 using Vuex’ve lost a lot of time struggling to find solution — how to share state between vue.js & Phaser. Currently, I’m interested in learning node.js and decided to do it by developing a browser multiplayer game. Although I have some experience in Vue.js, s...Jul 23, 2022·3 min read
blog.vladverpeta.comMessage queue in PHP using Kafka with an ack'sOn a new project that I am working on as PHP Tech Lead. The team was faced with the issue of establishing various kinds of decisions. Including the unification of technologies: a single type of relational database a single message broker a unified f...Jul 28, 2021·4 min read