Blog
Singleton Design Pattern in Laravel
Google search console told me that I got some visits from people searching for “Singleton Design Pattern in Laravel”. But...
How to avoid boilerplate code in Symfony Voters
Symfony voters are the way to go when you need to centralize the authorization logic of your application. There have...
What Symfony developers should know before using Voters
Voters are Symfony’s most powerful way of managing permissions. They allow you to centralize all permission logic, then reuse them...
The pipeline ate my code
I’m your teammate developer, and I’m here to tell you how my CI/CD pipelines aren’t like other pipelines. They are...
Effective Node.js Modules - Part 2: ESM dynamic imports
One of the main differences between CJS and ESM modules is the way they handle dynamic imports. In CJS you...
Effective Node.js Modules - Part 1: Basic Syntax
Do you know what is the difference between the following two code snippets?
From Code to German: My First Steps Towards Learning a New Language
For years, I have been dedicated to writing code every day and contributing to various projects. My GitHub account showcases...