Why Should I Care About Writing Clean, Readable Code?
You are a developer. You read books, blog posts, and Tweets about the practice of how to construct clean code. Do you truly understand why? I never advocate blindly following. Rather, I encourage you to ask: Why should I care about writing clean, readable code? Let's answer that question to provide clarity of the purpose and intent behind the practice. Let's answer why.
Let’s talk about the ternary operator. It can be confusing for many. In this video, Tonya puts the if/else side-by-side with its equivalent ternary to help you know and understand it. The alternate syntax tip is found here. This tip is valid for JavaScript and PHP.
WP Staging - One Click Cloning of Your WordPress Website
WP Staging creates a clone of your website with a single click and pushes back file changes to the live site. A perfect tool for testing & development purposes.
Setup WP CLI (WordPress Command Line Interface) on Windows Operating System
Step 1 Create folder wp-cli in C drive. Step 2 Download wp-cli.phar from Step 3 Move downloaded wp-cli.phar file in C:\wp-cli\ Step 4 Create wp.bat file in C:\wp-cli\ and write below code in it. @E…
WP-CLI Packages: Supercharge Your WordPress Development
I think most developers would agree that WP-CLI (the self-described “command-line interface for WordPress”) is the best thing to happen to WordPress since my-hacks.php. It is my favorite way to… Read more
Suppose your company decides to change its code-hosting provider or you wish to move your own Git repository to a different host. It doesn’t happen often, but it happens. When I had to move a number of Git projects to a new host, it took me quite some time to find an accurate method.
The web is the best place for your projects but there may be reasons for keeping some of them offline. The most common practice for deploying offline is via a local server. There are numerous options available yet we chose Laragon as the most convenient. That’s for if you’re using a computer with Microsoft Windows. […]
Modern design tools, of both the vector and code kind, are amazing pieces of software that in recent years have transformed the design profession, but none of them seem to really understand the con…