My Learnings

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.

WP-CLI: Commands

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

Infinite Scroll in React

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,...
Continue reading

Designing Button States with CSS

Buttons are fundamental elements in web design, providing users with interactive features. To enhance user experience, it’s crucial to design button states effectively. This guide...
Continue reading

Setting up WP React Theme

Go to your WordPress Project theme folder and run this command This command will create a folder react-src run go to this folder and run...
Continue reading