Free for developers
Set up Windows 10 for web development
Set up Windows 10 for web development · GitHub
Install the ImageMagick PHP extension in Windows
How to install the ImageMagick PHP extension () in Windows.
The 10 commandments of navigating code reviews
How to survive, and thrive, in the sometimes-caustic world of code reviews.
Vanilla JavaScript and HTML - No frameworks. No libraries. No problem.
Do you know what it takes to render HTML elements on a web page without Angular, React, Svelte, and Vue? Let's explore a controlled scenario of creating a simple web page and bring to the foreground what it takes to render a page with pure HTML, CSS, and JavaScript.
A Guide To New And Experimental CSS DevTools In Firefox
Ever since releasing Grid Inspector, the Firefox DevTools team has been inspired to build a new suite of tools to solve the problems of the modern web. In this article, we’ll learn about all 7 tools and take a peek at potential future projects.
SQL queries don't start with SELECT - Julia Evans
SQL queries don't start with SELECT
How to Contribute to an Open Source Project
The following is going to get slightly opinionated and aims to guide someone on their journey into open source. As a prerequisite, you should have basic
QuickFrames
Sitemaps and Userflows Made Simple
Optional HTML: Everything You Need to Know · Jens Oliver Meiert
The Real Dark Web
We rarely acknowledge the vast majority of web developers.
Codeimg.io
Create and share beautiful images of your source code.
Rubber Duck Debugging
Debugging software with a rubber ducky
The Language of Programming by Anjana Vakil – Deconstruct
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.
Query Monitor - Debug WordPress and Improve Website Performance
Find out how you can use the free query monitor plugin to pinpoint and debug slow queries and transactions that take place on your WordPress website.
Code Tip: Understanding the Ternary Operator
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.
How to Prevent Browser Caching of a CSS Stylesheet in WordPress
Prevent browser caching of CSS files in WordPress, with these guaranteed tricks for CSS cache busting. Includes code demos and a video guide.
The Layout Instability API
This post introduces the Layout Instability API, its key concepts, and explains how to use the API and provide feedback
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.
TablePlus | Modern, Native Tool for Database Management.
Modern, native client with intuitive GUI tools to create, access, query & edit multiple relational databases: MySQL, PostgreSQL, SQLite, Microsoft SQL Server, Amazon Redshift, MariaDB, CockroachDB, Vertica, Cassandra, and Redis.
HTML Includes That Work Today | Filament Group, Inc., Boston, MA
Read this page on the Filament Group website
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…
Delete WP-CLI from your server
Depending on how you've installed WP-CLI, you may need to delete a file or an entire directory.
10+ WP-CLI Tricks to Manage Your WordPress Site (Updated for WP-CLI 1.2.0)
WP-CLI is an awesome tool if you want to manage your WordPress site in the most efficient way possible. Here's how to get started with WP-CLI.
WP-CLI Package index
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
What does it *really* mean to develop with WordPress?
The last time I told someone I was a WordPress developer, they replied: “So you’re in charge of managing the content”?
Moving A Git Repository To A New Server
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.
Why I Choose Laragon for Local Development
Need a solid, super fast local solution to develop websites? Try Laragon, it's changed the way I build eCommerce and business websites.