All Articles

Explore some of my articles that I've found interesting while working.

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...

Read

What are controllers and services

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...

Read

AI-Powered Test-Driven Development

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...

Read

My journey of reinstalling Windows 11

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...

Read
Quick start with WordPress & Docker by using wpdock
Productivity Tools WordPress

Quick start with WordPress & Docker by using wpdock

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.

Read
Reliable WP Cron for Local WordPress Development
Development

Reliable WP Cron for Local WordPress Development

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...

Read
Disable REST API in WordPress
WordPress

Disable REST API in WordPress

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...

Read