SlideShare a Scribd company logo
1 of 116
Magento – EC

Edmonds Commerce
Magento – EC

Edmonds Commerce

PHP Development Agency
Magento – EC

Edmonds Commerce

PHP Development Agency

E-Commerce
Magento – EC

Edmonds Commerce

PHP Development Agency

E-Commerce

osCommerce
Magento – EC

Edmonds Commerce

PHP Development Agency

E-Commerce

osCommerce

Magento
Magento – PHP

PHP
Magento – PHP

PHP

Zend Framework
Magento – PHP

PHP

Zend Framework

ORM
Magento – PHP

PHP

Zend Framework

ORM –

based on Zend DB but quite heavily
modified
Magento – PHP

PHP

Zend Framework

ORM –

based on Zend DB but quite heavily
modified

Varien Object
Magento – PHP

PHP

Zend Framework

ORM –

based on Zend DB but quite heavily
modified

Varien Object
http://docs.magentocommerce.com/Varien/Varien_Object/Varien_Object.htm
Magento – PHP

Varien Object – /lib/Varien/Object.php
Magento – PHP

Varien Object – /lib/Varien/Object.php

Base Object for Everything
Magento – PHP

Varien Object – /lib/Varien/Object.php

Base Object for Everything

Magic Methods
Magento – PHP

Varien Object – /lib/Varien/Object.php

Base Object for Everything

Magic Methods

__get
Magento – PHP

Varien Object – /lib/Varien/Object.php

Base Object for Everything

Magic Methods

__get

__set
Magento – PHP

Varien Object – /lib/Varien/Object.php

Base Object for Everything

Magic Methods

__get

__set

__call
Magento – PHP

Varien Object – /lib/Varien/Object.php

Base Object for Everything

Magic Methods

__get

__set

__call

Now the Main Get or Set method, the others
are deprecated (though still work)
Magento – PHP

MVC
Magento – PHP

MVC

Zend Framework
Magento – PHP

MVC

Zend Framework

Modules under app/code
Magento – PHP

MVC

Zend Framework

Modules under app/code

Design under app/design
Magento – PHP

MVC

Zend Framework

Modules under app/code

Design under app/design

Varien Library
Magento – PHP

Core Code Separation
Magento – PHP

Core Code Separation

Three Folders under app/code
Magento – PHP

Core Code Separation

Three Folders under app/code

Core
Magento – PHP

Core Code Separation

Three Folders under app/code

Core

Community
Magento – PHP

Core Code Separation

Three Folders under app/code

Core

Community

Local
Magento – PHP

Core Code Separation

Core is Untouchable
Magento – PHP

Core Code Separation

Core is Untouchable

Community is for downloaded extensions
from Magento Connect
Magento – PHP

Core Code Separation

Core is Untouchable

Community is for downloaded extensions
from Magento Connect

Local is for your own custom modules
Magento – DB

MySQL
Magento – DB

MySQL

InnoDB
Magento – DB

MySQL

InnoDB

Foreign Keys
Magento – DB

MySQL

InnoDB

Foreign Keys

Clustering Support as Standard
Magento – DB

MySQL

InnoDB

Foreign Keys

Clustering Support as Standard

EAV
Magento – DB

MySQL

InnoDB

Foreign Keys

Clustering Support as Standard

EAV

This is pretty complicated and very simple
at the same time
Magento – DB

Who has heard of EAV?
Magento – DB

Who has heard of EAV?

What is EAV?
Magento

Who has heard of EAV?

What is EAV?

Entity
Magento – DB

Who has heard of EAV?

What is EAV?

Entity

Attribute
Magento – DB

Who has heard of EAV?

What is EAV?

Entity

Attribute

Value
Magento – DB

Who has heard of EAV?

What is EAV?

Entity

Attribute

Value

What does that Really mean?
Magento – DB

Traditional Database Schema
Magento – DB

Traditional Database Schema

One Table Per Entity (roughly)
Magento – DB

Traditional Database Schema

One Table Per Entity (roughly)

Pros
Magento – DB

Traditional Database Schema

One Table Per Entity (roughly)

Pros

Fast
Magento – DB

Traditional Database Schema

Cons
Magento – DB

Traditional Database Schema

Cons

Inflexible in terms of storable Attributes
Magento – DB

Traditional Database Schema

One Table Per Entity (roughly)

Cons

Inflexible in terms of storable Attributes

Frequently Requires Schema Changes to
accomodate custom requirments
Magento – DB

Traditional Database Schema

Cons

Inflexible in terms of storable Attributes

Frequently Requires Schema Changes to
accomodate custom requirments

Makes Upgrades Hard/Impossible
Magento – DB

Traditional Database Schema
Magento – DB

Traditional Database Schema

For example osCommerce
Magento – DB

Traditional Database Schema

For example osCommerce

Entity
Magento – DB

Traditional Database Schema

For example osCommerce

Entity

Product
Magento – DB

Traditional Database Schema

For example osCommerce

Entity

Product

Tables
Magento – DB

Traditional Database Schema

For example osCommerce

Entity

Product

Tables

Product
Magento – DB

Traditional Database Schema

For example osCommerce

Entity

Product

Tables

Product

Product Description
Magento – DB

Traditional Database Schema

For example osCommerce

Entity

Product

Tables

Product

Product Description

Row per language
Magento – DB

Magento Database Schema

Entity

Product

Tables

Too many to mention!
Magento – DB

So why does Magento use EAV?
Magento – DB

So why does Magento use EAV?

Flexibility
Magento – DB

So why does Magento use EAV?

Flexibility

Power
Magento – DB

So why does Magento use EAV?

Flexibility

Power

Upgradeability
Magento – Features

Lots of Standard Functionality
Magento – Features

Multi Store

Translations
Magento – Features

Multi Store

Translations

Deparments
Magento – Features

Multi Store

Translations

Departments

Totally Separate Stores
Magento – Features

Multi Store

Translations

Departments

Totally Separate Stores

Run From
Magento – Features

Multi Store

Translations

Departments

Totally Separate Stores

Run From

Sub Folders
Magento – Features

Multi Store

Translations

Departments

Totally Separate Stores

Run From

Sub Folders

Sub Domains
Magento – Features

Multi Store

Translations

Departments

Totally Separate Stores

Run From

Sub Folders

Sub Domains

Totally Separate Domains
Magento – Features

Multi Store

All from Single Admin
Magento – Features

Layered Navigation
Magento – Features

Layered Navigation

What is Layered Navigation
Magento – Features

Layered Navigation

What is Layered Navigation

Ability to filter according to attribute values
Magento – Features

Layered Navigation

What is Layered Navigation

Ability to filter according to attribute values

Can be custom attributes
Magento – Features

Layered Navigation

What is Layered Navigation

Ability to filter according to attribute values

Can be custom attributes

Advantages
Magento – Features

Layered Navigation

What is Layered Navigation

Ability to filter according to attribute values

Can be custom attributes

Advantages

Easier user experience
Magento – Features

Layered Navigation

What is Layered Navigation

Ability to filter according to attribute values

Can be custom attributes

Advantages

Easier user experience

Hopefully Leading To
Magento – Features

Layered Navigation

What is Layered Navigation

Ability to filter according to attribute values

Can be custom attributes

Advantages

Easier user experience

Hopefully Leading To

Better Conversion Rate
Magento – Features

Price Rules
Magento – Features

Price Rules

Catalog
Magento – Features

Price Rules

Catalog

Apply Discount on Product/Category Pages
Magento – Features

Price Rules

Catalog

Apply Discount on Product/Category Pages

Shopping Cart
Magento – Features

Price Rules

Catalog

Apply Discount on Product/Category Pages

Shopping Cart

Apply discount only once added to cart
Magento – Features

Price Rules

Catalog

Apply Discount on Product/Category Pages

Shopping Cart

Apply discount only once added to cart

Also for:
Magento – Features

Price Rules

Catalog

Apply Discount on Product/Category Pages

Shopping Cart

Apply discount only once added to cart

Also for:

Vouchers
Magento – Features

Price Rules

Catalog

Apply Discount on Product/Category Pages

Shopping Cart

Apply discount only once added to cart

Also for:

Vouchers

Multibuy (BOGOF)
Magento – Features

Price Rules
Magento – Features

Price Rules

Apply Discounts according to complex
rules
Magento – Features

Price Rules

Apply Discounts according to complex
rules

Intuitive logic UI
Magento – Features

Price Rules

Apply Discounts according to complex
rules

Intuitive logic UI

Lots of potential
Magento – Features

Price Rules

Apply Discounts according to complex
rules

Intuitive logic UI

Lots of potential

Admin Controlled
Magento – Features

Price Rules
Magento – Features

Price Rules

For example
Magento – Features

Price Rules

For example

20% off all products
Magento – Features

Price Rules

For example

20% off all products

from manufacturer: sony
Magento – Features

Price Rules

For example

20% off all products

from manufacturer: sony

where stock level is over 5
Magento – Features

Price Rules

For example

20% off all products

from manufacturer: sony

where stock level is over 5

and sale price is over 100
Magento – Features

Price Rules

For example

20% off all products

from manufacturer: sony

where stock level is over 5

and sale price is over 100

and colour is green
Magento – Features

Price Rules

For example

20% off all products

from manufacturer: sony

where stock level is over 5

and sale price is over 100

and colour is green

and SKU does not begin with ABC1
Magento – Features

Magento Connect
Magento – Features

Magento Connect

Online Catalogue of Magento Extensions
Magento – Features

Magento Connect

Online Catalogue of Magento Extensions

Installable via Admin UI
Magento – Features

Magento Connect

Online Catalogue of Magento Extensions

Installable via Admin UI

Uses PEAR in the background
Magento – Features

Magento Connect

Online Catalogue of Magento Extensions

Installable via Admin UI

Uses PEAR in the background

Lots of user contributed extensions
Magento – Questions

Forums
Magento – Questions

Forums

Official Forum
Magento – Questions

Forums

Official Forum

Very busy
Magento – Questions

Forums

Official Forum

Very busy

Lots of questions, not a lot of answers
Magento – Questions

Forums

Official Forum

Very busy

Lots of questions, not a lot of answers

Magento-forum.co.uk
Magento – Questions

Forums

Official Forum

Very busy

Lots of questions, not a lot of answers

Magento-forum.co.uk

Unofficial Magento Forum
Magento – Questions

Forums

Official Forum

Very busy

Lots of questions, not a lot of answers

Magento-forum.co.uk

Unofficial Magento Forum

Run by Edmonds Commerce
Magento – Questions

Forums

Official Forum

Very busy

Lots of questions, not a lot of answers

Magento-forum.co.uk

Unofficial Magento Forum

Run by Edmonds Commerce

We will do our best to answer your questions
Magento – Questions

Ask me and I will do my best

Hope you have enjoyed the presentation!

More Related Content

Viewers also liked (8)

La carretera de la muerte A
La carretera de la muerte ALa carretera de la muerte A
La carretera de la muerte A
 
Parcial2 rolon hugo
Parcial2 rolon hugoParcial2 rolon hugo
Parcial2 rolon hugo
 
3.A. Innovación e Historia
3.A. Innovación e Historia3.A. Innovación e Historia
3.A. Innovación e Historia
 
Navegadores
NavegadoresNavegadores
Navegadores
 
Tic´s
Tic´sTic´s
Tic´s
 
compressor simulation
compressor simulationcompressor simulation
compressor simulation
 
UNEP_Investing
UNEP_InvestingUNEP_Investing
UNEP_Investing
 
Fisiopatología gastrointestinal ii
Fisiopatología gastrointestinal iiFisiopatología gastrointestinal ii
Fisiopatología gastrointestinal ii
 

Similar to Edmonds Commerce Magento Presentation

The biggest stores on Magento
The biggest stores on MagentoThe biggest stores on Magento
The biggest stores on MagentoDivante
 
Open Source Ecommerce in PHP
Open Source Ecommerce in PHPOpen Source Ecommerce in PHP
Open Source Ecommerce in PHPSaidur Rahman
 
Integrating magento and word press
Integrating magento and word pressIntegrating magento and word press
Integrating magento and word pressEric Landmann
 
Magento Prestashop Epages Ecommerce Frameworks Assessment
Magento Prestashop Epages Ecommerce Frameworks AssessmentMagento Prestashop Epages Ecommerce Frameworks Assessment
Magento Prestashop Epages Ecommerce Frameworks AssessmentBYSOFT
 
Zepplin_Pronko_Magento_Festival Hall 1_Final
Zepplin_Pronko_Magento_Festival Hall 1_FinalZepplin_Pronko_Magento_Festival Hall 1_Final
Zepplin_Pronko_Magento_Festival Hall 1_FinalMax Pronko
 
Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015
Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015
Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015Joshua Warren
 
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014Amazon Web Services
 
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...I-Verve Inc
 
Modernizing Vue Storefront 1
Modernizing Vue Storefront 1Modernizing Vue Storefront 1
Modernizing Vue Storefront 1Yireo
 
Extending WP-e-Commerce WordCamp UK
Extending WP-e-Commerce WordCamp UKExtending WP-e-Commerce WordCamp UK
Extending WP-e-Commerce WordCamp UKjghazally
 
Magento 2.2: It's Coming Right For You! | Colorado Magento Meetup
Magento 2.2: It's Coming Right For You! | Colorado Magento MeetupMagento 2.2: It's Coming Right For You! | Colorado Magento Meetup
Magento 2.2: It's Coming Right For You! | Colorado Magento MeetupKelly Mason
 
Lizards & Pumpkins Catalog Replacement at mm17de
Lizards & Pumpkins Catalog Replacement at mm17deLizards & Pumpkins Catalog Replacement at mm17de
Lizards & Pumpkins Catalog Replacement at mm17devinaikopp
 
Alex Podopryhora - Selling across multiple channels made easy
Alex Podopryhora - Selling across multiple channels made easyAlex Podopryhora - Selling across multiple channels made easy
Alex Podopryhora - Selling across multiple channels made easyMeet Magento Italy
 
Scaling an eCommerce environment
Scaling an eCommerce environmentScaling an eCommerce environment
Scaling an eCommerce environmentSander Mangel
 
NDC 2011 - Let me introduce my Moncai
NDC 2011 - Let me introduce my MoncaiNDC 2011 - Let me introduce my Moncai
NDC 2011 - Let me introduce my Moncaimoncai
 
Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015
Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015
Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015ArabNet ME
 
Magento 1.x leassons learned multi store MM14NL
Magento 1.x leassons learned multi store MM14NLMagento 1.x leassons learned multi store MM14NL
Magento 1.x leassons learned multi store MM14NLBenno Lippert
 
eCommerce with Magento
eCommerce with MagentoeCommerce with Magento
eCommerce with MagentoTLLMN
 

Similar to Edmonds Commerce Magento Presentation (20)

The biggest stores on Magento
The biggest stores on MagentoThe biggest stores on Magento
The biggest stores on Magento
 
Open Source Ecommerce in PHP
Open Source Ecommerce in PHPOpen Source Ecommerce in PHP
Open Source Ecommerce in PHP
 
Integrating magento and word press
Integrating magento and word pressIntegrating magento and word press
Integrating magento and word press
 
Magento Prestashop Epages Ecommerce Frameworks Assessment
Magento Prestashop Epages Ecommerce Frameworks AssessmentMagento Prestashop Epages Ecommerce Frameworks Assessment
Magento Prestashop Epages Ecommerce Frameworks Assessment
 
Zepplin_Pronko_Magento_Festival Hall 1_Final
Zepplin_Pronko_Magento_Festival Hall 1_FinalZepplin_Pronko_Magento_Festival Hall 1_Final
Zepplin_Pronko_Magento_Festival Hall 1_Final
 
Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015
Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015
Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015
 
Vue Storefront MUG
Vue Storefront MUGVue Storefront MUG
Vue Storefront MUG
 
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
 
Magento jsr
Magento jsrMagento jsr
Magento jsr
 
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
 
Modernizing Vue Storefront 1
Modernizing Vue Storefront 1Modernizing Vue Storefront 1
Modernizing Vue Storefront 1
 
Extending WP-e-Commerce WordCamp UK
Extending WP-e-Commerce WordCamp UKExtending WP-e-Commerce WordCamp UK
Extending WP-e-Commerce WordCamp UK
 
Magento 2.2: It's Coming Right For You! | Colorado Magento Meetup
Magento 2.2: It's Coming Right For You! | Colorado Magento MeetupMagento 2.2: It's Coming Right For You! | Colorado Magento Meetup
Magento 2.2: It's Coming Right For You! | Colorado Magento Meetup
 
Lizards & Pumpkins Catalog Replacement at mm17de
Lizards & Pumpkins Catalog Replacement at mm17deLizards & Pumpkins Catalog Replacement at mm17de
Lizards & Pumpkins Catalog Replacement at mm17de
 
Alex Podopryhora - Selling across multiple channels made easy
Alex Podopryhora - Selling across multiple channels made easyAlex Podopryhora - Selling across multiple channels made easy
Alex Podopryhora - Selling across multiple channels made easy
 
Scaling an eCommerce environment
Scaling an eCommerce environmentScaling an eCommerce environment
Scaling an eCommerce environment
 
NDC 2011 - Let me introduce my Moncai
NDC 2011 - Let me introduce my MoncaiNDC 2011 - Let me introduce my Moncai
NDC 2011 - Let me introduce my Moncai
 
Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015
Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015
Magento for newbies by IdeatoLife - Design+Code; ArabNet Beirut 2015
 
Magento 1.x leassons learned multi store MM14NL
Magento 1.x leassons learned multi store MM14NLMagento 1.x leassons learned multi store MM14NL
Magento 1.x leassons learned multi store MM14NL
 
eCommerce with Magento
eCommerce with MagentoeCommerce with Magento
eCommerce with Magento
 

Recently uploaded

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

Edmonds Commerce Magento Presentation