The 5 Rules of Effective Component-Driven Development

In this article, I'll deeply explore component-based development. I’ll demonstrate how this approach can enhance system flexibility, boost teamwork, decrease the stress and time associated with implementation.

Read the Article

Charaf Mrah About Component Driven Development

Web Developer and WordPress specialist responsible for creating one of the hottest tools in the ecosystem in recent months, Charaf Mrah shares his useful insights and knowledge about component-driven development.

The Power of MVC Pattern Explained Simply

Get to know MVC. The simplest design pattern that helps managing demanding projects for years. Learn what the Model View Controller pattern is, how it can benefit you, and when it's best to use. In a simple way.

ESLint: 9.x.x Compatibility

In this article, I'll discuss ESLint, the tool that ensures your JavaScript code remains consistent and clean. I'll guide you through setting it up, customizing its behavior, and integrating it with Prettier and VS Code.

ESLint: Setting Up from Start to Finish

In this article, I'll discuss ESLint, the tool that ensures your JavaScript code remains consistent and clean. I'll guide you through setting it up, customizing its behavior, and integrating it with Prettier and VS Code.

How to Create Page Templates with Laravel Blade in WordPress?

I'll show you how to create custom page templates with Laravel Blade in WordPress. I'll discuss the problems in the initial Blade integration, and show you how to fix them. You'll learn one useful trick too 😈

Stylelint Order: Ensure Logic Order of CSS

Code readability is crucial for effective teamwork. In this guide, I'll show you a Stylelint addon enhancing readability by ensuring a logical order of CSS properties, maintaining consistency across project.

Stylelint: CSS Linter You Must Know As A Frontend

Let me show you Stylelint, a tool for anyone working with CSS or SCSS, making sure the code doesn't go off the rails. It identifies errors, and rule violations, suggests fixes, and sometimes solves issues for you.

WalkingPad: The Best Tool for Developer I've Ever Had

If you're like me, balancing coding sessions and staying active can sometimes feel like trying to mix oil and water. Not easy, right? That’s why about a year ago I've bought the best product ever as a developer so far. Trust me, it’s been a total game-changer for my health.

Prettier: The World's Most Stubborn Code Formatter

In this guide, I'll walk you through Prettier - a tool for ensuring a unify coding style across your frontend assets in WordPress projects. I'll explore its perks and drawbacks, guiding you to decide if it's the right fit for you and share my own experiences with it.

Why I don't use WordPress Coding Standards?

In this short material, I'll discuss why I don't use WordPress Coding Standards when developing solutions there, what I use instead, and why. If you still decide to use them, I'll show you how to install them.