Category: Cheatsheet
-

Git – My cheatsheet
Git is a powerful tool for version control, widely used by developers to manage code changes collaboratively. Whether you’re working on a solo project or as part of a team, mastering a few essential Git commands can significantly enhance your workflow. In this article, we’ll explore some useful Git commands that every developer should know,…
-

Symbolic links for WordPress development
WordPress development often involves working with themes and plugins that need to be frequently updated and tested. Keeping these components outside the WordPress directory and using symbolic links can streamline your workflow, making development more efficient. In this article, we’ll cover how to create symbolic links in both Windows and Linux to achieve this setup.…
-

Firefox – Change devtool font-size
As a successful web developer, I’ve come to rely on a myriad of tools and tricks to streamline my workflow and enhance productivity. One of the gems I’ve discovered over the years is the ability to customize the Firefox Developer Tools to better suit my needs. Here’s a quick guide on how to adjust the…
