Skip to content

Instantly share code, notes, and snippets.

View salem's full-sized avatar

Salem Khan salem

  • Fifoplus
  • Jedaha KSA
View GitHub Profile
@salem
salem / Anatomy of Magento 2: Layered Navigation.md
Created November 15, 2022 17:25 — forked from ProcessEight/Anatomy of Magento 2: Layered Navigation.md
In-depth exploration of how layered navigation is implemented in Magento 2

Anatomy of Magento 2: Layered Navigation

Points for investigation

  • Generate high-level overview of all the main components
  • How are the total item counts for each option generated?
  • How is the catalog updated to display the matching products?
  • How are options rendered?
  • What are the customisation points?
  • What events are dispatched?
@salem
salem / cordova-plugin-guide.md
Last active April 10, 2018 06:05 — forked from mlynch/cordova-plugin-guide.md
Cordova Plugin Developer Guide

Cordova Plugin Development Guide (iOS and Android)

Version: 0.0.1 updated 7/1/2016

Cordova Plugins are the magic that enable our mobile web app content to access the full power of Native SDKs underneath, but through clean JavaScript APIs that work the same across all platforms we target.

Building Cordova plugins is scary for many Cordova and Ionic developers, but it doesn't have to be. This simple guide walks through the what, when, why, and how of Cordova plugin development for iOS and Android.

Introduction