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

  • Basic React

    Summary: Learning about Virtual DOM, Class and Functional Components. Virtual DOM in React Initial Rendering State/Prop Changes Reconciliation and Diffing Algorithm DOM Patching Performance Optimization React Fiber Keys in React…

    /

  • React and Next.js

    Summary: Learning about React and its components, Next.js a React framework. React React is a JavaScript library for building user interfaces. It’s maintained by Facebook and a community of individual…

    /

  • Accessibility and Decoupled WordPress

    Summary: Learning about Accessibility and Decoupled WordPress. Accessibility Web accessibility ensures that websites and web applications are usable by everyone, including people with disabilities. This practice is essential for creating…

    /

  • How WordPress Works

    Summary: Learning about how does actually WordPress loads. WordPress operates as a dynamic, server-side content management system (CMS) built on PHP and MySQL. Its process for loading files is systematic,…

    /

  • 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…

    /