PinnedDrazen BebicSelf-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 3Sep 3
Drazen BebicUnleash 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 25Sep 25
Drazen BebicWhat 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 18Sep 18
Drazen BebicLinking 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 18Sep 18
Drazen BebicOptimizing 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 11Sep 11
Drazen BebicEnhance 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 4Sep 4
Drazen BebicRSS 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 3Sep 3
Drazen BebicPHP 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 3Sep 3
Drazen BebicUsing 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 3Sep 3