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

  • Extending WordPress Block Editor

    Summary: Learning about extending the WordPress Block Editor UI. Extending The Editor UI The WordPress Block Editor introduced a whole new way of creating content with a block-based architecture. Developers…

    /

  • Block Theme Supports, Block Notices

    Summary: Learning about Block Theme Supports and Block Notices and its types. Theme Supports Block themes in WordPress are themes built entirely with blocks, allowing full customization through the Gutenberg…

    /

  • WordPress Block Development Attributes and Controls

    Summary: Learning about Attributes and Controls in WordPress Block Development. Block Attributes Block attributes define the data structure and state for a block. They are the dynamic properties of a…

    /

  • Block Support

    Summary: Learning about different Block Supports. Block Supports The supports property in WordPress block development plays a vital role in simplifying how a block interacts with the editor’s core features.…

    /

  • WordPress Dynamic Blocks Development

    Summary: Learning about WordPress Dynamic Blocks Development. Blocks in Gutenberg WordPress’s Gutenberg editor revolves around blocks, which are essentially modular units that users can insert into their posts and pages.…

    /

  • WordPress Static Blocks

    Summary: Learning about WordPress Static Blocks development. Static Block in Block Development In WordPress block development, a static block refers to a custom block that doesn’t allow the end-user (content…

    /

  • WordPress Blocks

    Summary: Learning about WordPress Blocks, Default Blocks. A block in WordPress is a modular unit used to create and manage content within the Gutenberg editor. Every piece of content (text,…

    /

  • Custom Database Tables In WordPress

    Summary: Learning about custom database tables in WordPress. WordPress, by default, uses a MySQL or MariaDB database to store various types of data, including posts, pages, users, comments, and settings.…

    /

  • React Event and Hooks

    Summary: Learning about React Event Handling and Hooks. Event Handling In React, event handling is a key concept that allows us to capture and respond to user actions like clicks,…

    /