Andrei
Member since January 2, 2019

As a seasoned WordPress developer with expertise in various tech stacks and languages, I bring years of experience to every project I handle. My passion for coding and dedication to delivering exceptional work ensures that each project I take on is of the highest quality. I specialize in creating custom themes, developing plugins, and building full-scale web systems. By staying up-to-date with the latest industry trends and best practices, I incorporate cutting-edge solutions into my work.

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…

Batch Rename “.css” to “.scss” in a Snap!

Ever been in that situation where you wanted to switch things up and turn all your “.css” files into “.scss“?…

Bulk delete “Zone.Identifier” Files with a Bash Trick

Ever stumbled upon those pesky “Zone.Identifier” files cluttering up your directories? Ugh, so annoying, right? That’s what I had today…

Converting a Single WordPress Site to Multisite Using WP-CLI

Using the WP CLI command, I wanted to convert a single site to a multisite. I chose the CLI instead…

Failed to upgrade EasyEngine!

I failed to upgrade the EasyEngine from 4.1.5 to 4.6.6 and I spent a few hours to figure out what…

How to Deregister Gutenberg Block Styles by Finding the Style Handle

The WordPress block editor allows us, the developers, to create new block types. Now with the block.json file configuration is…

How to Implement a Light/Dark Theme Switcher with CSS Variables

Learn how to create a light/dark theme switcher using CSS custom properties. This guide provides step-by-step instructions to create a…

Optimize Interaction to Next Paint (INP) for Better Web Performance

Google’s web performance metrics are constantly evolving to provide developers with better insights into how their websites are performing. One…

Efficient User Input Delay in JavaScript & TypeScript

Observing keystroke activities (like keypress, keyup, and keydown) is a commonplace tactic in JavaScript to provide interactive user experiences. However,…

Step-by-Step Guide to Creating a WP Cron Ping Tool for Local Development in WordPress

In the ever-evolving world of WordPress development, understanding and leveraging core functionalities such as WP Cron is essential. This scheduling…