Blog
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...
Hidden Gems in Composer Every PHP Developer Should Know
Composer is the most popular PHP dependency manager. I’ve heard about other package managers like PEAR & Phing, but I’ve...
Back to dark theme
I always liked dark themes, but I came across this blog post by Brent, and I thought I’d give it...