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