Web Development

Multi Crypto Price Converter - WordPress plugin

Building a WordPress plugin with modern architecture

The Motivation: Why Build Another Crypto Plugin? When building a portfolio project, the “what” is often less important than the “how”. I decided building a WordPress plugin with modern architecture and I chose to build a Multi-Crypto Price Converter not because the market lacked one, but because it provided the perfect sandbox to demonstrate and […]

Building a WordPress plugin with modern architecture Read More »

Update meta fields of multiple posts in WordPress [Image generated with Imagen 2 IA]

How to update meta fields of multiple posts in WordPress using a single REST request

Building a custom settings page in WordPress using React, I faced the situation where I wanted to update meta fields of multiple posts at once. I want to share the approach I used with the WordPress REST API. The WordPress REST API has a framework for making a series of REST API calls at once.

How to update meta fields of multiple posts in WordPress using a single REST request Read More »