WordPress Advanced
If you are a developer or an advanced user, you can not miss this section.

Best Google Optimize Alternatives for WordPress in 2026
Looking for a replacement for Google Optimize? We compare six of the best alternatives for WordPress based on native integration, editing workflow, heatmaps, session recordings, ecommerce support, revenue tracking, and pricing.

DevTips – Implement Lodash Helpers in PHP
WordPress JS developers often use Lodash, a utility library that comes with WordPress by default. But what about PHP? Don’t you miss some of those nice functions? Build yours and be happy!

DevTips – Quickly Testing Public Scripts on a Customer’s Website
When your front-end scripts don’t work as expected in a customer’s website, you can quickly test a fix without their granting you access. Here’s how.

DevTips – Effective and Faster Unit Testing with TypeScript and Bun
Sluggish unit tests are one of the worst things a developer can experience. We want our tests to run fast so that we can focus on our code. If you’re having trouble with your tests, why don’t you try out Bun?

DevTips – Function Composition to Validate and Sanitize Data in Your REST APIs
One of the first things web developers learn is the importance of data validation and sanitization. Let’s see how you can be more efficient at it by using function composition in your REST API callbacks.

DevTips – Validate Data in PHP with Zod-like Schemas
Zod is a validation library for JS/TS. If you write a lot of PHP code, you probably need a similar library to validate and sanitize your data. Let’s build our Zod-like library in PHP.

DevTips – Implement Zod Validation in PHP
If you’re used to Zod in TypeScript, you’ll probably miss it when writing PHP code. Let’s fix this by implemeting our own Zod library in PHP!

How to Create a Menu in WordPress with Full Site Editing
In this post we explain each of the steps followed to create a menu similar to the one on our home page with a Full Site Editing theme.

DevTips – How to Compile Your Assets Efficiently
Be careful when defining your own webpack config file: compilation times can skyrocket! Follow this tip to keep them under control.

How Do I Change My Website to Full Site Editing (FSE)?
If you are thinking of renewing the theme of your WordPress website for one of complete edition of the site, here we explain the steps to follow.

How to Create Better Components with TypeScript and React Hooks (II)
Learn how a good type definition in TypeScript will guide your plugin development by looking at a real example: Nelio Popups.

How to Create Better Components with TypeScript and React Hooks (I)
A good type definition of your application will guide its development and result in better software. Let’s talk about TypeScript.















