Choosing a Blog Platform
Starting a blog feels overwhelming when you're staring at dozens of platform options, each promising to be "the best." After spending almost two decades in the development world and testing...
Explore some of my articles that I've found interesting while working.
Starting a blog feels overwhelming when you're staring at dozens of platform options, each promising to be "the best." After spending almost two decades in the development world and testing...
When I started developing APIs, I was confused about the naming and decided to ignore them completely. I designed my own way of building and organizing the code. Later, with...
To make sure I get the code from my AI assistant, such as Cursor IDE, I provide these instructions along with my request: Write Tests First – The AI generates...
I recently switched from a 512GB SSD to a 1TB SSD. This meant I had to reinstall Windows 11. I don't like doing this, but I had no choice this...
Sometimes, after updating the .gitignore file, I need to refresh Git to ensure it respects the new ignore rules. Here’s a quick guide on how I do it. Steps to...
Simplify WordPress development with wpdock, a powerful CLI tool for setting up and managing WordPress environments using Docker. Quickly initialize projects, manage containers, automate cron jobs, and streamline your workflow. Ideal for developers seeking an efficient, isolated setup for WordPress on Docker.
I work every day with WordPress, and when developing solutions in a local environment, I need a reliable WP-Cron to always run in the background. I created a script that...
As a web developer, I constantly strive to create seamless user experiences. One of the techniques I frequently employ is smooth scrolling to specific elements on a webpage. This can...
Disabling the WordPress JSON REST API can be achieved through a few different methods, depending on your specific needs and WordPress setup. Here are some common approaches: Disable REST API...