PinnedSelf-Hosted WordPress Plugin UpdatesSo you developed your own plugin and now want to monetize on it. Since it’s not free, you can’t use the WordPress Plugin Repository for…Sep 3, 2024Sep 3, 2024
Unleash Your Inner Avenger: A Beginner’s Guide to Unix ShellsLet’s talk about shells. If you’re new to Unix or Linux systems, you’ve probably heard the term “shell” tossed around like it’s common…Sep 25, 2024Sep 25, 2024
What Did I Do? A Time-Tracking ProblemLike many other developers I work for a software agency. We sell development hours for money. Pretty straightforward. To know how much we…Sep 18, 2024Sep 18, 2024
Linking Private GitHub Repositories as Composer DependenciesWhen you work with multiple Composer-based repositories, you might find the need to share some PHP code between them. If these were public…Sep 18, 2024Sep 18, 2024
Optimizing and Cleaning Up Your WordPress Database: A DIY GuideAs your WordPress project grows, you may begin to notice performance issues, often caused by a bloated database. While there are many…Sep 11, 2024Sep 11, 2024
Enhance Your SEO with JSON-LD: A Practical GuideJSON-LD is a critical piece of the SEO puzzle, especially when you want to enrich your search results with valuable information such as the…Sep 4, 2024Sep 4, 2024
RSS Feed with Next.js 14 and App RouterCreating an RSS feed for your NextJS applications is easy peasy. The really “difficult” part lies with fetching the data and transforming…Sep 3, 2024Sep 3, 2024
PHP Code Sniffer with WordPress Coding StandardTired of WordPress core nagging you about coding style inconsistencies in your plugins or themes? Fear not! This guide will walk you…Sep 3, 2024Sep 3, 2024
Using WordPress NoncesA nonce (number used once) is a random, unpredictable value generated for a specific action or request. In the context of WordPress, nonces…Sep 3, 2024Sep 3, 2024