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

  • Webpack and Babel

    Summary: Learning about the Webpack and Babel and its components. Webpack Webpack is a powerful and flexible module bundler for JavaScript applications. It’s designed to bundle JavaScript files for use…

    /

  • WordPress Widgets and Customizer JavaScript API

    Summary: Learning about the WordPress custom Widgets and Customizer JavaScript API for better user experience. Widgets WordPress widgets allow users to add content and features to sidebars and other widget-ready…

    /

  • WordPress Customize API

    Summary: Learning about the WordPress Customize API and its components like Panels, Sections, Settings and Controls. The Customize API is object-oriented. There are four main types of Customizer objects Panels,…

    /

  • Revising Basic Theme

    Summary: Revising topics like style.css, function.php, template hierarchy, template tags and conditional tags. style.css The style.css file is the main stylesheet for our WordPress theme. It’s where all our custom…

    /

  • WordPress Comments Template and Media Queries CSS

    Summary: Learning about the Comments template in WordPress and CSS Media Queries for responsive web design. comments.php The comments.php file in WordPress is responsible for displaying and managing the comments…

    /

  • Custom Templates in WordPress

    Summary: Learning about the single.php, archive.php and search.php templates in WordPress. single.php The single.php template is used to display individual post pages. WordPress uses a specific order to find the…

    /

  • WordPress Important Functions

    Summary: Learning about different WordPress functions. media_sideload_image() The media_sideload_image() function in WordPress allows us to download an image from a URL and add it to the WordPress Media Library. This…

    /

  • WordPress Widgets and Footer Template

    Summary: Learning about WordPress Widgets and Footer Template. WordPress Widgets Widgets are one of the core features in WordPress that allow us to add content features or functionality to our…

    /

  • Conditional and Template Tags

    Summary: Learning about different Conditional and Template Tags in WordPress. Conditional Tags Conditional Tags can be used in our Template Files in classic themes to alter the display of content…

    /