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 Follow WordPress Coding Styles Standards?
I'll discuss why I don't use WordPress Coding Style when creating WordPress solutions and what I use instead.
PHP Code Sniffer: In-Depth Tutorial for Developers
Learn how to integrate PHP Code Sniffer into your development workflow and create coding standards tailored to your needs. Discover how it works, from its core functionalities to its integration with Visual Studio Code and don't miss any problems ever again.
EditorConfig: The Best First Step Towards a Consistent Codebase
Learn how to maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs with this simple tool.
Linting Process in Web Development: Introduction
Improve your code's quality and consistency with linting and formatting. Learn how linters ensure error-free, unified code, saving you time and enhancing your projects and avoiding burnout as a leader.