Explore my blog posts documenting the insights and solutions I've gained from overcoming challenges over the past three years. Dive into a range of topics and lessons that showcase my continuous growth and expertise.
Using a Proxy Server provides a way to bypass CORS restrictions during development. A proxy acts as an intermediary between your React app (client) and...
import (ES Modules): The modern approach, offering cleaner syntax, block-level scoping, and potential benefits like tree-shaking (removing unused code). To use import, you’ll need to...
What is a Must-Use Plugin? Must-use plugins, or MU plugins, are plugins that WordPress automatically loads. They are placed in the wp-content/mu-plugins directory and do...
Intro WP-CLI is a command-line tool for managing WordPress installations. Commands: Creating a New User To create a new user, use the wp user create...
The Concept of Infinite Scroll Infinite scroll eliminates the need for users to manually click “next” or “load more” buttons to see additional content. Instead,...
As a WordPress Developer, you might encounter Cross-Origin Resource Sharing (CROS) error when making requests to your WordPress site from a different origin, such as...
In the rapidly evolving landscape of content management, flexibility and efficiency are paramount. Strapi, an open-source headless CMS built entirely on JavaScript, emerges as a...
I wanted show Github contribution chart on my portfolio so i found out this guy’s [https://www.rshah.org/] work. Git Repo: https://github.com/2016rshah/githubchart-api How to use them to...