SlideShare une entreprise Scribd logo
1  sur  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!

Contenu connexe

En vedette (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
 

Similaire à 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
 

Similaire à 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
 

Dernier

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
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
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
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
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
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
 
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
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 

Dernier (20)

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
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
 
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...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
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
 
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
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Edmonds Commerce Magento Presentation