🔭 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
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.…
/
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…
/
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,…
/
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.…
/
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,…
/
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…
/
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…
/
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…
/
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,…
/