Hi , I’m Aditya Dhade (b1ink0)

🔭 A passionate Self-taught Full Stack Web developer

💬 Ask me about React.js, Next.js, Node.js, MongoDB, Firebase, PHP, MySql, and WordPress

Check out latest articles

  • WordPress – Database Schema

    Summary: Learning about WordPress Database Schema, Tables and its each column. A brand new WordPress website has 12 tables. Tables are often associated with one another since various pieces of…

    /

  • Roles Capabilities and User Metadata

    Summary: Learning about Roles and Capabilities in WordPress and the User Metadata. Roles WordPress uses a concept of Roles designed to give the site owner the ability to control what users can and…

    /

  • WordPress Core APIs

    Summary: Learning about some of the WordPress Core APIs, such as Rewrite API, Dashboard Widget API and Widget API. Rewrite WordPress allows theme and plugin developers to programmatically specify new,…

    /

  • HTTP API and Transients

    Summary: Learning about the HTTP API and Transients in WordPress. HTTP API The HTTP API in WordPress is a powerful set of functions that enable us to make HTTP requests…

    /

  • Revise WordPress REST API and WP-CLI

    Summary: Revising basics of WordPress REST API and WP-CLI WordPress REST API The REST API allows us to interact with WordPress programmatically using HTTP requests. It’s useful for creating, reading,…

    /

  • WordPress REST API vs Admin AJAX

    Summary: Comparing WordPress REST API and Admin AJAX perfomance. When deciding between using WordPress’s AJAX (admin-ajax.php) and the REST API for asynchronous requests, several factors come into play, including performance,…

    /

  • Extending WordPress REST API and WP-CLI

    Summary: Learning about the Extending WordPress REST API using custom controller, WP-CLI packages and WP-CLI scaffold commands. Extending WordPress REST API WordPress provides a powerful REST API that allows us…

    /

  • WP-CLI Commands and Custom Commands

    Summary: Learning about WP-CLI and its different commands, Creating Custom WP-CLI commands. WP-CLI WP-CLI’s goal is to offer a complete alternative to the WordPress admin for any action we might…

    /

  • WordPress REST API

    Summary: Learning about REST API its different methods, WordPress REST API and its key concepts. REST API REpresentational State Transfer (REST) is an architectural style that defines a set of constraints to…

    /