SlideShare a Scribd company logo
Макс Екатериненко - Meet Magento Ukraine - Magento 2 Overview
Magento 2 Overview
Max Yekaterynenko 
Sr. Development Manager, Magento 
Magento 2 Engineering Lead 
maksek_ua
Platform Goals

Recommended for you

Introduction to the Magento eCommerce Platform
Introduction to the Magento eCommerce PlatformIntroduction to the Magento eCommerce Platform
Introduction to the Magento eCommerce Platform

Presentation for EAAA ITDays October 2012. Introducing the Magento eCommerce platform on conceptual level and the practical level, taking both administration and development into consideration.

Magento CMS Presentation
Magento CMS PresentationMagento CMS Presentation
Magento CMS Presentation

This document provides an overview of content management systems (CMS) and the open source e-commerce platform Magento. It discusses what a CMS is and examples like Magento's CMS which allows managing rich content and pages. Magento is introduced as an open source e-commerce application using the Zend framework and EAV database model. The document outlines Magento's features, system requirements, and provides a step-by-step guide to installing Magento.

open souce cmsmagentomagento presentation
barclays corporate
barclays corporatebarclays corporate
barclays corporate

The document discusses two projects for Barclays Corporate Digital Portal. The first was to reimplement the legacy system for processing direct debits and credits for corporate customers and introduce improved reporting and integration. The second was to create a new account switching service to meet regulatory requirements and adopt SEPA payment standards. Both projects used a Single Page Application pattern with Angular on the client-side and Java on the server-side. The development process employed agile Scrum methodology, JIRA for issues, Bamboo for continuous integration, and tools like Git, Eclipse, Spring, and Jasmine.

Release Approach 
2014 2015 2016 2017 
2.0 
Dev Beta 
2.0 
Merchant Beta 
2.0 
Merchant GA 
2.x 
Ongoing Releases 
2.0 
Dev RC
MAGENTO 2: PLATFORM GOALS 
M2
Modern tech stack 
Improved performance & scalability
Streamline customizations 
Simplify external integrations

Recommended for you

Magento Web API Ecosystem. Imagine 2018
Magento Web API Ecosystem. Imagine 2018Magento Web API Ecosystem. Imagine 2018
Magento Web API Ecosystem. Imagine 2018

The document discusses Magento's web API ecosystem and asynchronous APIs. It describes benefits like business agility, innovation potential, and lower costs. Good APIs support business strategy, help users reach goals, and have intuitive developer experiences. Magento's vision is for rich API coverage, performance, scalability, documentation, and tools. Asynchronous APIs allow bulk operations and return job IDs, while status endpoints check operation results. Load tests showed asynchronous APIs improved response times over synchronous APIs under high load.

magentoapigraphql
Sahi
SahiSahi
Sahi

Sahi is a web automation tool that allows testing of web applications across browsers and operating systems. It provides features such as recording and playback of tests across different browsers, automatic waits for page loads and AJAX, robust scripts, and parallel playback of tests to minimize testing time. Key differentiators include the ability to run the same tests on any browser or OS, handling of timing issues, independence from HTML code structure, and built-in logging and reporting.

sahisahi procost effective web automation
Contract-Based Web Services API Deep Dive
Contract-Based Web Services API Deep DiveContract-Based Web Services API Deep Dive
Contract-Based Web Services API Deep Dive

The document discusses Acumatica's new contract-based web services API. It provides an overview of the goals, reasons for developing a new API, how to use the API, and upcoming enhancements. Key points include tight coupling of the old API to the UI, ease of use improvements, and future proofing the platform. Examples are given of retrieving data, creating/updating records, and invoking actions using the new API.

erpacumaticacloud erp
Easier installation & upgrades 
High code quality & testing
Magento 2 Overview
GitHub 
magento/magento2
Modern tech stack

Recommended for you

Best Whmcs client area theme-ClientX
 Best Whmcs client area theme-ClientX Best Whmcs client area theme-ClientX
Best Whmcs client area theme-ClientX

The document discusses the WHMCS Client area theme. It provides information on what the theme is, how to install it, and some of its key features. The theme promises the best design for the WHMCS client area with different styles and customization options. The installation process involves 11 steps including downloading, extracting, uploading necessary files, and configuring the theme from the WHMCS admin panel. Some highlighted features include social login/sign up, multi-lingual support, responsiveness, complimentary features like CartX and invoice search, and ongoing support and updates.

whmcs client area themewhmcs themeswhmcs client theme
Handelsbanken use case
Handelsbanken use caseHandelsbanken use case
Handelsbanken use case

Handelsbanken secured their digital presence and websites with Varnish to improve performance and availability. They implemented a solution with 2 redundant Varnish servers caching content from 2 application servers. This allowed constant fast changes to their content-driven services while maintaining high availability 24/7. Varnish cached over 93.5% of requests for their self-service banking, improving performance.

varnishbankingvarnish software
Introduction to Magento - KNOWARTH
Introduction to Magento - KNOWARTHIntroduction to Magento - KNOWARTH
Introduction to Magento - KNOWARTH

Magento is an open-source CMS for e-commerce web sites. The software was originally developed by Varien Inc., a US private company headquartered in California. Varien published the first general-availability release of the software on March 31, 2008. Later sold share of the company to eBay, which is now the sole owner. More than 240,000 merchants worldwide. Based on 1. Linux, Apache, MySQL, PHP 2. PHP - Zend Framework 3. JS - Prototype & Script E-Commerce website needs to be flexible, affordable and feature rich. Magento platform that will comply those criteria. Magento provides the following benefits: 1. Scalability 2. Flexible Content Management 3. Feature rich 4. Mobile Friendly 5. Extension rich 6. SEO Friendly 7. Integration with Third Party 8. Multi-Store and Multi-language support

ecommercemagentoecommerce website
PHP
jQuery
HTML5 CSS3 Preprocessor
RequireJS

Recommended for you

Integration Best Practices
Integration Best PracticesIntegration Best Practices
Integration Best Practices

Developing integration helps you deepen relationships with your clients by delivering more value and increasing stickiness of the ERP solution. This presentation will help you learn about the various integration scenarios supported by Acumatica and how to best leverage them in your ERP implementations.

API Engine
API EngineAPI Engine
API Engine

This document summarizes the iterations and releases of an API Gateway. It describes the key components and functionality of the API Gateway, including configuration stored in JSON, throttling rules using memcached, and an API-driven web UI. The API Gateway provides security, throttling, routing, metrics, and caching capabilities to consumers of APIs.

varnishapivarnish summit
How to migrate from Magento 1 to Magento 2
How to migrate from Magento 1 to Magento 2How to migrate from Magento 1 to Magento 2
How to migrate from Magento 1 to Magento 2

Learn about how to use the official Magento tools for migrating data and the extensions code from Magento 1 to Magento 2. This is my talk from ViennaPHP at 2016/06/23. Visit http://www.meetup.com/de-DE/viennaphp/ to find out more!

migrationmagentomagento 2
Coding Standards 
• PSR-0 (Autoloading standard) 
• PSR-1 (Basic Coding standard) 
• PSR-2 (Coding Style Guide)
Tech Stack
Improved performance & scalability
Page Caching 
• Full Page Caching out of box in CE 
• Cache Applications: 
• Built-in Application: Filesystem/Redis 
• Varnish 
• Private/public content 
• Invalidation logic

Recommended for you

AEM_eCommerce_integration_patterns
AEM_eCommerce_integration_patternsAEM_eCommerce_integration_patterns
AEM_eCommerce_integration_patterns

This document discusses different patterns for integrating AEM (Adobe Experience Manager) with e-commerce platforms. It begins with an overview of a reference architecture and integration points. It then describes three main integration patterns - the Unified UI pattern, Modern Web Application Framework pattern, and Distributed UI pattern. For each pattern, it outlines how content, products, users and other elements are managed. It also covers performance considerations and provides a comparison matrix of the patterns based on factors like authoring ease and time to market.

L13 Presentation Layer Design
L13 Presentation Layer DesignL13 Presentation Layer Design
L13 Presentation Layer Design

The document discusses various design patterns for the presentation layer in web applications, including Model-View-Controller (MVC), templates, and API design. It covers MVC patterns like Model View Controller, Page Controller, Front Controller, and Application Controller. It describes how templates can be used to render dynamic information by embedding markers in HTML pages. It also discusses trends toward designing web applications with application programming interfaces (APIs) that separate the user interface from server-side code.

hönnun og smíði hugbúnaðar
Case Study for Opensource Based SaaS Mutlistore Management Platform
Case Study for Opensource Based SaaS Mutlistore Management PlatformCase Study for Opensource Based SaaS Mutlistore Management Platform
Case Study for Opensource Based SaaS Mutlistore Management Platform

The document describes a case study for an opensource SaaS-based multi-store management platform. The platform allows retail merchants to create their own e-commerce stores with individual domains from a single backend system. Key features include multi-store management, catalog management, order management, and content management. Technologies used include Magento, PHP, MySQL, and integration with payment gateways. A 3-tier architecture was adopted with data, business logic, and presentation layers.

saas-based technology platformmulti-brand ecommerce platformmulti-store ecommerce store management platform in
Indexing 
• Refactored: Catalog, Price, EAV, Stock, URL Rewrite, 
Target Rule Indexers 
• Partial indexing 
• Work in background (do not block processes) 
• No manual re-index required 
• Materialized View (Mview)
Streamline customizations
DI 
• Object Manager (Dependency Injection Container) 
• Configurable di.xml 
• Compiler
Mage Class 
God Class “Mage::” is eliminated 
Mage::getModel('Magento_Customer_Model_Address')

Recommended for you

Case Study for Magento Ecommerce Rugs eStore
Case Study for Magento Ecommerce Rugs eStoreCase Study for Magento Ecommerce Rugs eStore
Case Study for Magento Ecommerce Rugs eStore

Magento Ecommerce Website for Buying Antique Rugs for Magento Ecommerce Website and ecommerce rug estore with magento Integrated Microsoft C5 ERP system Rugs estore

ecommerce rug estoremagento ecommerce websiteecommerce store
Migrating from Magento 1 to Magento 2
Migrating from Magento 1 to Magento 2Migrating from Magento 1 to Magento 2
Migrating from Magento 1 to Magento 2

The document discusses migrating from Magento 1 to Magento 2. It recommends treating the migration as a platform switch rather than a 1:1 copy, deciding what data to keep, and rethinking strategies and goals. It also covers using the official migration tools to migrate code, data, and settings in a multi-step process, and highlights some common challenges like mapping customizations and third-party extensions.

magento 2migrationmagento
Meet Magento Belarus - Magento2: What to expect and when? - Elena Leonova
Meet Magento Belarus -  Magento2: What to expect and when? - Elena LeonovaMeet Magento Belarus -  Magento2: What to expect and when? - Elena Leonova
Meet Magento Belarus - Magento2: What to expect and when? - Elena Leonova

Magento 2 aims to provide a modern technology stack with improved performance, scalability, and streamlined customizations. Key goals include using PHP, jQuery, HTML5 and CSS3, as well as new features like dependency injection, interceptors, plugins and modular code. Magento 2 will follow a release approach with development, beta testing, and ongoing releases to provide updates and new capabilities to merchants. Feedback is welcomed to help shape Magento 2.

magento
Interceptors & Plugins 
• Before method 
• After method 
• Around method 
• Sorting
Magento Framework
Modularity: View 
Block 
Rendering 
Framework/ 
View 
Template 
Engine 
Layout 
• Library Component View 
• Independent from 
Infrastructure 
Modules 
• Resolved dependency on 
Store 
• Abstract blocks & widgets 
in Library
Modularity: App 
Front 
Controller 
Framework/ 
App 
Request/ 
Response 
Bootsrapping 
Routers 
• Library Component App 
• Resolved global 
dependency from Core 
modules

Recommended for you

Magento 2 overview. Alan Kent
Magento 2 overview. Alan Kent Magento 2 overview. Alan Kent
Magento 2 overview. Alan Kent

Magento 2 aims to modernize the platform through a new technical stack and improved performance and scalability. Key goals include streamlining customizations through dependency injection and plugins, simplifying external integrations with a REST API, and enabling easier installation and upgrades via Composer. Magento 2 will also focus on high code quality and testing through expanded automation. The timeline includes developer and merchant betas in 2014-2015, with ongoing releases planned post-general availability in 2016-2017.

alan kentmagento 2
MidwestPHP - Getting Started with Magento 2
MidwestPHP - Getting Started with Magento 2MidwestPHP - Getting Started with Magento 2
MidwestPHP - Getting Started with Magento 2

Magento 2 is a fresh take on a modern eCommerce platform rich in features and community. We will go over common best practices and toolsets, and to introduce popular community resources. Then we will take a dive into setting up a Magento 2 site to illustrate the effort required to get a project off the ground, and to find a better understand of what Magento 2 offers. Covers the following Topics: the following topics: Best Practices: Keeping core clean, how to modify Magento the right way. Community Resources: How to join the Magento Community Certification: How to get Magento Certified Migrating from Magento 1: A look at the tools and methods. Setting up a Magento site: Covering the basic design and development choices.

magento2magento2 developmentecommerce
Max Yekaterynenko: Magento 2 overview
Max Yekaterynenko: Magento 2 overviewMax Yekaterynenko: Magento 2 overview
Max Yekaterynenko: Magento 2 overview

The document outlines the timeline and key capabilities of Magento 2, an e-commerce platform. Magento 2 had developer betas in late 2014 and early 2015, with merchant betas in mid-2015 and general availability for merchants in late 2015. New capabilities include a modern tech stack, improved performance, easier customization and integration, and higher code quality. The timeline shows Magento 2 progressing from developer betas to full release over 2014-2015.

magentomagento2
Modularity: Admin 
*{Module}/ 
Adminhtml 
Magento/ 
Adminhtml 
Catalog/ 
Adminhtml 
• Global Adminhtml module 
Customer/ 
Adminhtml 
is eliminated 
• Modules are monatomic
Modularity: Catalog 
Groupped 
Product 
Catalog 
Configurable 
Product 
Layered 
Navigation 
• New Modules 
• Enable/Disable 
• Delete from code
Modularity 
• Sales: extracted Recurring Payment 
• Shipping: Carrier, decoupled shipping methods 
• Checkout – extracted Term&Conditions and 
Multishipping 
• Payments – OfflinePayment, decoupling payment 
methods
Price Logic 
• Price logic decomposition per price 
type 
• Price Interfaces 
• Price decoupled from Tax and 
Weee 
• Price “adjustment”

Recommended for you

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

Magento 2.2 is getting ready for official release, let's take a look at some of the improvements and new features included in this platform update. Learn more at: www.customerparadigm.com/magento-2-2-release-notes-colorado-magento-meetup

ecommercemagentomagento 2
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Eugene Shaksuvarov - Tuning Magento 2 for Maximum PerformanceEugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance

Performance of Magento 2 has been a hot topic for a while, with many controversial opinions and figures around the community. This talk is intended to guide a developer from configuring the website for maximum performance to measuring the results of such tuning using the Magento Performance Toolkit, profiling the problematic areas and measuring once again, all using the same approaches as the core engineering team.

magento developmentmagentomagento2
Things-factory introduction
Things-factory introductionThings-factory introduction
Things-factory introduction

Things-Factory is MES ( Manufacturing Execution System ) Solution Brand provided by Hatio, Lab. Korea.

warehousemessmare factory
i18n 
• Global function __() 
• Phrase 
• RendererInterface 
• Composite, Inline, Placeholder, Translate 
• [Module]/i18n
Layouts 
• Layouts, templates (view) in Modules 
• Layout file responsible only for single page/block 
• Validation Layout XML (XML Schema) 
• Extend Layout 
• Merging Layouts 
• Override Layout 
• Page Types
Magento UI Library 
• Upgradability 
• Consistency 
• Extensive list of reusable 
components 
• Styling and design best 
practices 
• Good documentation 
• Simplifies customisation
Magento UI Documentation 
pub/lib/css/docs

Recommended for you

Expert guidance on migrating from magento 1 to magento 2
Expert guidance on migrating from magento 1 to magento 2Expert guidance on migrating from magento 1 to magento 2
Expert guidance on migrating from magento 1 to magento 2

Migrating a Magento site is not just about code and data. Commerce platforms evolve over time and your Magento 1 solution is likely different today compared to the day you launched. Planning a successful migration means understanding what you have and where you are going before you can begin. In this session, architects from the Magento Expert Consulting Group will lay out best practices for defining your migration strategy, and share tips and techniques for code and data migration.

magento 1migrationmagento2
Magento Meetup Mancheter with PushON: Elena Leonova
Magento Meetup Mancheter with PushON: Elena Leonova Magento Meetup Mancheter with PushON: Elena Leonova
Magento Meetup Mancheter with PushON: Elena Leonova

Magento 2.1 includes new features like Elasticsearch for improved search, PayPal in-context checkout, and Braintree hosted fields. The Enterprise Cloud Edition provides a scalable hosting option on AWS with tools for performance management and environment management. The Magento Marketplace continues to grow its catalog of extensions and enhance Magento U training resources. Magento's 2016-2017 roadmap focuses on improving the developer experience, expanding B2B capabilities, enhancing the CMS, and adding new personalization tools.

magento2ecommercemagento
Meet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir KalashnikauMeet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir Kalashnikau

Uladzimir Kalashnikau (EPAM Systems): Magento 2 Import/Export: Performance Challenges and Victories We Got at Open Source Ecommerce ��ладимир Калашников (EPAM Systems): Импорт/экспорт для Magento 2: решение проблем производительности и наши успехи в open source e-commerce

ecommercedevelopmentmagento
Blank Theme 
Modern Technologies Mobile First Responsive Design 
Built with Magento UI library Compiled with Built-in PHP 
LESS Compiler 
WCAG 2.0 AA Compliant
Multilevel Theme Inheritance 
• Simplifies customization 
• Flexible store design 
• Allows store to be special 
• Maintainability 
• Less code duplication
Simplify external integrations
Service Layer and Web API 
• Service Data Transfer Object 
• Service Versioned Strategy 
• Service Layer’ed 
• Customer 
• Catalog (+ CatalogInventory) 
• Tax & Price 
• WebAPI Framework: Consuming Services via REST/ 
SOAP

Recommended for you

Madison PHP - Getting Started with Magento 2
Madison PHP - Getting Started with Magento 2Madison PHP - Getting Started with Magento 2
Madison PHP - Getting Started with Magento 2

An introduction to development using Magento 2. Covering the basics, with a small hands on demonstration of Magento 2,

magentodevelopmentmagento2 development
eGrove Systems Review - "Features of Magento 2.0"
eGrove Systems Review - "Features of Magento 2.0"eGrove Systems Review - "Features of Magento 2.0"
eGrove Systems Review - "Features of Magento 2.0"

eGrove Systems offer Magento 2.0 services. It provides enhanced performance and scalability, new features to boost conversion rates, business agility and productivity improvements. Click to view more: http://www.egrovesys.com/

egrovemagento development servicesegrove systems
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5

Open Mic to discuss the new features related to Portal and Web Content Management introduced in version 8.5. We will be covering changes related to themes, mobile, social integration and WCM changes related to syndication and rich media aspects of the new release.

Easier installation & upgrades
Composer and Deployment Tool 
• Deployment Tool 
• Composer 
magento/magento-composer-installer
High code quality & testing
• Full set of tests: Unit, Integration, Static, Legacy 
• Functional Test – Magento Testing Framework (MTF) 
• Continuous Integration & Continuous Delivery 
• Performance Testing 
• Regression Testing 
magento/mtf

Recommended for you

White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16

Magento 2.0 includes several improvements to enhance site performance and scalability: 1) It utilizes a layered architecture with separate tiers for the client, page cache, application and database to allow independent scaling. 2) Client-side improvements like minification and browser caching reduce page load weight and improve response times. 3) Caching at the page, application and database layers through technologies like Varnish, Redis and MySQL replication improves throughput and response times for common operations.

White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16

Magento 2.0 includes several improvements to enhance site performance and scalability: 1) It utilizes a layered architecture with separate tiers for the client, page cache, application and database to allow independent scaling. 2) Client-side improvements like minification and browser caching reduce page load weight and improve response times. 3) Caching at the page, application and database layers also enhances performance. Strategies like Varnish page caching and Redis application caching are recommended.

Migrating from a monolith to microservices – is it worth it?
Migrating from a monolith to microservices – is it worth it?Migrating from a monolith to microservices – is it worth it?
Migrating from a monolith to microservices – is it worth it?

IURII IVON, EPAM Solution Architect, Microsoft Competency Center Expert. The term ‘microservices’ has become so popular that many people see it as a silver bullet for all architectural problems, or at least as a trend that should be followed. If your project is a monolith today, does it make sense to move towards microservices? This presentation overviews painful issues to be considered when migrating from a monolith to microservice architecture, ways to solve them, and ideas on the feasibility of such migration.

azuremicrosoftmicroservices
Magento 2 and Team
Magento 2 Domains 
Commerce 
Services 
Merchant 
Experience 
Platform 
Services
Functional Areas 
Payments Shipping OMS Customer 
Catalog Promotions CMS Admin-Site 
API Lib Performance 
& Tools Mobile 
MTF WebDev
Teams

Recommended for you

What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...

This Edureka "What is Angular 2" tutorial will help you understand all the basics of Angular 2. Learn Angular 2 and Typescript to develop highly scalable, fast, and testable web client-side applications. Below are the topics covered in this tutorial: 1) Evolution of Web Development 2) What is AngularJS? 3) Angular 2 Features 4) Components of Angular 2 5) Angular 2 Architecture 6) Angular 2 Program Components 7) Your First Angular 2 program 8) Angular 2 Applications Subscribe to our channel to get updates. Check our complete Angular playlist here: https://goo.gl/09KsDC

angular trainingangular 2angular tutorial
JavaScript MVC Frameworks: Backbone, Ember and Angular JS
JavaScript MVC Frameworks: Backbone, Ember and Angular JSJavaScript MVC Frameworks: Backbone, Ember and Angular JS
JavaScript MVC Frameworks: Backbone, Ember and Angular JS

In this fast paced world, how many users would like to stare at loading screen or the spinning wheel, while the request or process is being completed? If your answer is "None", you are spot on. The application developers work does not get easier with the myriad range of devices they need to cater to. We already have desktops, laptops,tablets, smartphones, smart TVs and adding further to this complexity are the distinctive characteristics of these devices like screen size, operating system, computing power, limited battery life, storage and many more. This leaves the developers to make variety of decisions regarding application compatibility, performance, usability and maintainability. One also needs to ensure that the application is scalable to meet future goals and needs of an organization. Here is where JavaScript frameworks come to the rescue; many of them work on the Model-View-Controller (MVC) design, thus enabling you to focus on making your applications rich and engaging rather than on their code structure and maintenance. However, with the large number of JavaScript frameworks available, it can become a nightmare on the development team to choose the right framework for their web app development. Thank you, for joining us for webinar on "JavaScript MVC Frameworks: Backbone, Ember and Angular JS - The paradigm shift and the impact on application development" on May 6. Attendees gained insights on the major JavaScript frameworks utilized for web app development and selecting the right framework. THE WEBINAR KEY TAKEAWAYS : 1- How JavaScript MVC frameworks are becoming the cornerstone in Web Application development: The business need, the impact, and the advantages 2-Who are the key players? - Backbone JS, Ember JS, Angular JS -A brief introduction 3-What are the Key considerations while selecting a framework 4-The salient features and constraints of each framework 5-Use case walk-through

javascript frameworksjavascriptmodel-view-controller
Magento webdevelopment company
Magento webdevelopment companyMagento webdevelopment company
Magento webdevelopment company

Find out the best Magento Web development services from the industry with eLuminous Technologies. Explore the technically adept, experienced & skilled Magento developers on hire. Click on: http://eluminoustechnologies.com/magento-development/

magento developers on hirehire magento developersmagento web development
Teams
GitHub 
magento/magento2
Contacts 
max@magento.com maksek_ua
Thank you

Recommended for you

Why Upgrade to v8.6?
Why Upgrade to v8.6?Why Upgrade to v8.6?
Why Upgrade to v8.6?

Bill Cava provides a timeline of significant features and improvements made to Ektron over the past four years and helps you understand how upgrading can help you get your job done, faster with more control and less effort

ektron v86 developers upgrade
Igor Miniailo - Magento 2 API Design Best Practices
Igor Miniailo - Magento 2 API Design Best PracticesIgor Miniailo - Magento 2 API Design Best Practices
Igor Miniailo - Magento 2 API Design Best Practices

Explaining the Best Practices of Magento API Design. Performed by Igor Miniailo at Khmelnytskyi Magento Meetup.

magento 2magentokhmelnytskyi magento meetup
Valeriy Nayda - Best Practices in Magento 2. Based on Multi Source Inventory ...
Valeriy Nayda - Best Practices in Magento 2. Based on Multi Source Inventory ...Valeriy Nayda - Best Practices in Magento 2. Based on Multi Source Inventory ...
Valeriy Nayda - Best Practices in Magento 2. Based on Multi Source Inventory ...

Best Practices in Magento 2 Development using MSI project as an example by Valeriy Nayda at Khmelnytskyi Magento Meetup.

magentomagento 2msi

More Related Content

What's hot

contentful_sec
contentful_seccontentful_sec
contentful_sec
Gowrishankar V
 
Flamingo Microservice based E-Commerce / Motivations,Backgrounds, Short Intro...
Flamingo Microservice based E-Commerce / Motivations,Backgrounds, Short Intro...Flamingo Microservice based E-Commerce / Motivations,Backgrounds, Short Intro...
Flamingo Microservice based E-Commerce / Motivations,Backgrounds, Short Intro...
i-love-flamingo
 
Flamingo Carotene
Flamingo CaroteneFlamingo Carotene
Flamingo Carotene
i-love-flamingo
 
Introduction to the Magento eCommerce Platform
Introduction to the Magento eCommerce PlatformIntroduction to the Magento eCommerce Platform
Introduction to the Magento eCommerce Platform
Jarne W. Beutnagel
 
Magento CMS Presentation
Magento CMS PresentationMagento CMS Presentation
Magento CMS Presentation
RAJU MAKWANA
 
barclays corporate
barclays corporatebarclays corporate
barclays corporate
Paul Todd
 
Magento Web API Ecosystem. Imagine 2018
Magento Web API Ecosystem. Imagine 2018Magento Web API Ecosystem. Imagine 2018
Magento Web API Ecosystem. Imagine 2018
Vrann Tulika
 
Sahi
SahiSahi
Contract-Based Web Services API Deep Dive
Contract-Based Web Services API Deep DiveContract-Based Web Services API Deep Dive
Contract-Based Web Services API Deep Dive
Gabriel Michaud
 
Best Whmcs client area theme-ClientX
 Best Whmcs client area theme-ClientX Best Whmcs client area theme-ClientX
Best Whmcs client area theme-ClientX
WHMCS Global Services
 
Handelsbanken use case
Handelsbanken use caseHandelsbanken use case
Handelsbanken use case
Varnish Software
 
Introduction to Magento - KNOWARTH
Introduction to Magento - KNOWARTHIntroduction to Magento - KNOWARTH
Introduction to Magento - KNOWARTH
KNOWARTH Technologies
 
Integration Best Practices
Integration Best PracticesIntegration Best Practices
Integration Best Practices
Gabriel Michaud
 
API Engine
API EngineAPI Engine
API Engine
Varnish Software
 
How to migrate from Magento 1 to Magento 2
How to migrate from Magento 1 to Magento 2How to migrate from Magento 1 to Magento 2
How to migrate from Magento 1 to Magento 2
Matthias Glitzner-Zeis
 
AEM_eCommerce_integration_patterns
AEM_eCommerce_integration_patternsAEM_eCommerce_integration_patterns
AEM_eCommerce_integration_patterns
Gowrishankar V
 
L13 Presentation Layer Design
L13 Presentation Layer DesignL13 Presentation Layer Design
L13 Presentation Layer Design
Ólafur Andri Ragnarsson
 
Case Study for Opensource Based SaaS Mutlistore Management Platform
Case Study for Opensource Based SaaS Mutlistore Management PlatformCase Study for Opensource Based SaaS Mutlistore Management Platform
Case Study for Opensource Based SaaS Mutlistore Management Platform
Mike Taylor
 
Case Study for Magento Ecommerce Rugs eStore
Case Study for Magento Ecommerce Rugs eStoreCase Study for Magento Ecommerce Rugs eStore
Case Study for Magento Ecommerce Rugs eStore
Mike Taylor
 
Migrating from Magento 1 to Magento 2
Migrating from Magento 1 to Magento 2Migrating from Magento 1 to Magento 2
Migrating from Magento 1 to Magento 2
Matthias Glitzner-Zeis
 

What's hot (20)

contentful_sec
contentful_seccontentful_sec
contentful_sec
 
Flamingo Microservice based E-Commerce / Motivations,Backgrounds, Short Intro...
Flamingo Microservice based E-Commerce / Motivations,Backgrounds, Short Intro...Flamingo Microservice based E-Commerce / Motivations,Backgrounds, Short Intro...
Flamingo Microservice based E-Commerce / Motivations,Backgrounds, Short Intro...
 
Flamingo Carotene
Flamingo CaroteneFlamingo Carotene
Flamingo Carotene
 
Introduction to the Magento eCommerce Platform
Introduction to the Magento eCommerce PlatformIntroduction to the Magento eCommerce Platform
Introduction to the Magento eCommerce Platform
 
Magento CMS Presentation
Magento CMS PresentationMagento CMS Presentation
Magento CMS Presentation
 
barclays corporate
barclays corporatebarclays corporate
barclays corporate
 
Magento Web API Ecosystem. Imagine 2018
Magento Web API Ecosystem. Imagine 2018Magento Web API Ecosystem. Imagine 2018
Magento Web API Ecosystem. Imagine 2018
 
Sahi
SahiSahi
Sahi
 
Contract-Based Web Services API Deep Dive
Contract-Based Web Services API Deep DiveContract-Based Web Services API Deep Dive
Contract-Based Web Services API Deep Dive
 
Best Whmcs client area theme-ClientX
 Best Whmcs client area theme-ClientX Best Whmcs client area theme-ClientX
Best Whmcs client area theme-ClientX
 
Handelsbanken use case
Handelsbanken use caseHandelsbanken use case
Handelsbanken use case
 
Introduction to Magento - KNOWARTH
Introduction to Magento - KNOWARTHIntroduction to Magento - KNOWARTH
Introduction to Magento - KNOWARTH
 
Integration Best Practices
Integration Best PracticesIntegration Best Practices
Integration Best Practices
 
API Engine
API EngineAPI Engine
API Engine
 
How to migrate from Magento 1 to Magento 2
How to migrate from Magento 1 to Magento 2How to migrate from Magento 1 to Magento 2
How to migrate from Magento 1 to Magento 2
 
AEM_eCommerce_integration_patterns
AEM_eCommerce_integration_patternsAEM_eCommerce_integration_patterns
AEM_eCommerce_integration_patterns
 
L13 Presentation Layer Design
L13 Presentation Layer DesignL13 Presentation Layer Design
L13 Presentation Layer Design
 
Case Study for Opensource Based SaaS Mutlistore Management Platform
Case Study for Opensource Based SaaS Mutlistore Management PlatformCase Study for Opensource Based SaaS Mutlistore Management Platform
Case Study for Opensource Based SaaS Mutlistore Management Platform
 
Case Study for Magento Ecommerce Rugs eStore
Case Study for Magento Ecommerce Rugs eStoreCase Study for Magento Ecommerce Rugs eStore
Case Study for Magento Ecommerce Rugs eStore
 
Migrating from Magento 1 to Magento 2
Migrating from Magento 1 to Magento 2Migrating from Magento 1 to Magento 2
Migrating from Magento 1 to Magento 2
 

Similar to Макс Екатериненко - Meet Magento Ukraine - Magento 2 Overview

Meet Magento Belarus - Magento2: What to expect and when? - Elena Leonova
Meet Magento Belarus -  Magento2: What to expect and when? - Elena LeonovaMeet Magento Belarus -  Magento2: What to expect and when? - Elena Leonova
Meet Magento Belarus - Magento2: What to expect and when? - Elena Leonova
Elena Leonova
 
Magento 2 overview. Alan Kent
Magento 2 overview. Alan Kent Magento 2 overview. Alan Kent
Magento 2 overview. Alan Kent
MeetMagentoNY2014
 
MidwestPHP - Getting Started with Magento 2
MidwestPHP - Getting Started with Magento 2MidwestPHP - Getting Started with Magento 2
MidwestPHP - Getting Started with Magento 2
Mathew Beane
 
Max Yekaterynenko: Magento 2 overview
Max Yekaterynenko: Magento 2 overviewMax Yekaterynenko: Magento 2 overview
Max Yekaterynenko: Magento 2 overview
Meet Magento Italy
 
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
Kelly Mason
 
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Eugene Shaksuvarov - Tuning Magento 2 for Maximum PerformanceEugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Meet Magento Italy
 
Things-factory introduction
Things-factory introductionThings-factory introduction
Things-factory introduction
Hatio, Lab.
 
Expert guidance on migrating from magento 1 to magento 2
Expert guidance on migrating from magento 1 to magento 2Expert guidance on migrating from magento 1 to magento 2
Expert guidance on migrating from magento 1 to magento 2
James Cowie
 
Magento Meetup Mancheter with PushON: Elena Leonova
Magento Meetup Mancheter with PushON: Elena Leonova Magento Meetup Mancheter with PushON: Elena Leonova
Magento Meetup Mancheter with PushON: Elena Leonova
PushON Ltd
 
Meet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir KalashnikauMeet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir Kalashnikau
Amasty
 
Madison PHP - Getting Started with Magento 2
Madison PHP - Getting Started with Magento 2Madison PHP - Getting Started with Magento 2
Madison PHP - Getting Started with Magento 2
Mathew Beane
 
eGrove Systems Review - "Features of Magento 2.0"
eGrove Systems Review - "Features of Magento 2.0"eGrove Systems Review - "Features of Magento 2.0"
eGrove Systems Review - "Features of Magento 2.0"
Egrove Systems Corporation
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5
Vinayak Tavargeri
 
White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16
Large international not for profit organisation
 
White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16
Patrick Kong
 
Migrating from a monolith to microservices – is it worth it?
Migrating from a monolith to microservices – is it worth it?Migrating from a monolith to microservices – is it worth it?
Migrating from a monolith to microservices – is it worth it?
Katherine Golovinova
 
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
Edureka!
 
JavaScript MVC Frameworks: Backbone, Ember and Angular JS
JavaScript MVC Frameworks: Backbone, Ember and Angular JSJavaScript MVC Frameworks: Backbone, Ember and Angular JS
JavaScript MVC Frameworks: Backbone, Ember and Angular JS
Harbinger Systems - HRTech Builder of Choice
 
Magento webdevelopment company
Magento webdevelopment companyMagento webdevelopment company
Magento webdevelopment company
eLuminous Technologies Pvt. Ltd.
 
Why Upgrade to v8.6?
Why Upgrade to v8.6?Why Upgrade to v8.6?
Why Upgrade to v8.6?
BillCavaUs
 

Similar to Макс Екатериненко - Meet Magento Ukraine - Magento 2 Overview (20)

Meet Magento Belarus - Magento2: What to expect and when? - Elena Leonova
Meet Magento Belarus -  Magento2: What to expect and when? - Elena LeonovaMeet Magento Belarus -  Magento2: What to expect and when? - Elena Leonova
Meet Magento Belarus - Magento2: What to expect and when? - Elena Leonova
 
Magento 2 overview. Alan Kent
Magento 2 overview. Alan Kent Magento 2 overview. Alan Kent
Magento 2 overview. Alan Kent
 
MidwestPHP - Getting Started with Magento 2
MidwestPHP - Getting Started with Magento 2MidwestPHP - Getting Started with Magento 2
MidwestPHP - Getting Started with Magento 2
 
Max Yekaterynenko: Magento 2 overview
Max Yekaterynenko: Magento 2 overviewMax Yekaterynenko: Magento 2 overview
Max Yekaterynenko: Magento 2 overview
 
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
 
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Eugene Shaksuvarov - Tuning Magento 2 for Maximum PerformanceEugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
 
Things-factory introduction
Things-factory introductionThings-factory introduction
Things-factory introduction
 
Expert guidance on migrating from magento 1 to magento 2
Expert guidance on migrating from magento 1 to magento 2Expert guidance on migrating from magento 1 to magento 2
Expert guidance on migrating from magento 1 to magento 2
 
Magento Meetup Mancheter with PushON: Elena Leonova
Magento Meetup Mancheter with PushON: Elena Leonova Magento Meetup Mancheter with PushON: Elena Leonova
Magento Meetup Mancheter with PushON: Elena Leonova
 
Meet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir KalashnikauMeet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir Kalashnikau
 
Madison PHP - Getting Started with Magento 2
Madison PHP - Getting Started with Magento 2Madison PHP - Getting Started with Magento 2
Madison PHP - Getting Started with Magento 2
 
eGrove Systems Review - "Features of Magento 2.0"
eGrove Systems Review - "Features of Magento 2.0"eGrove Systems Review - "Features of Magento 2.0"
eGrove Systems Review - "Features of Magento 2.0"
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5
 
White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16
 
White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16
 
Migrating from a monolith to microservices – is it worth it?
Migrating from a monolith to microservices – is it worth it?Migrating from a monolith to microservices – is it worth it?
Migrating from a monolith to microservices – is it worth it?
 
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
 
JavaScript MVC Frameworks: Backbone, Ember and Angular JS
JavaScript MVC Frameworks: Backbone, Ember and Angular JSJavaScript MVC Frameworks: Backbone, Ember and Angular JS
JavaScript MVC Frameworks: Backbone, Ember and Angular JS
 
Magento webdevelopment company
Magento webdevelopment companyMagento webdevelopment company
Magento webdevelopment company
 
Why Upgrade to v8.6?
Why Upgrade to v8.6?Why Upgrade to v8.6?
Why Upgrade to v8.6?
 

More from Atwix

Igor Miniailo - Magento 2 API Design Best Practices
Igor Miniailo - Magento 2 API Design Best PracticesIgor Miniailo - Magento 2 API Design Best Practices
Igor Miniailo - Magento 2 API Design Best Practices
Atwix
 
Valeriy Nayda - Best Practices in Magento 2. Based on Multi Source Inventory ...
Valeriy Nayda - Best Practices in Magento 2. Based on Multi Source Inventory ...Valeriy Nayda - Best Practices in Magento 2. Based on Multi Source Inventory ...
Valeriy Nayda - Best Practices in Magento 2. Based on Multi Source Inventory ...
Atwix
 
Yaroslav Rogoza - Development Environment: Local or Remote?
Yaroslav Rogoza - Development Environment: Local or Remote?Yaroslav Rogoza - Development Environment: Local or Remote?
Yaroslav Rogoza - Development Environment: Local or Remote?
Atwix
 
Magento 2 performance comparison in different environments by Yaroslav Rogoza...
Magento 2 performance comparison in different environments by Yaroslav Rogoza...Magento 2 performance comparison in different environments by Yaroslav Rogoza...
Magento 2 performance comparison in different environments by Yaroslav Rogoza...
Atwix
 
Viacheslav Kravchuk. Working as a distributed company. Our journey. Meet Mage...
Viacheslav Kravchuk. Working as a distributed company. Our journey. Meet Mage...Viacheslav Kravchuk. Working as a distributed company. Our journey. Meet Mage...
Viacheslav Kravchuk. Working as a distributed company. Our journey. Meet Mage...
Atwix
 
Сергей Иващенко - Meet Magento Ukraine - Цены в Magento 2
Сергей Иващенко - Meet Magento Ukraine - Цены в Magento 2Сергей Иващенко - Meet Magento Ukraine - Цены в Magento 2
Сергей Иващенко - Meet Magento Ukraine - Цены в Magento 2
Atwix
 
Александр Смага, Юрий Муратов - Meet Magento Ukraine - Технический обзор OroCRM
Александр Смага, Юрий Муратов - Meet Magento Ukraine - Технический обзор OroCRM Александр Смага, Юрий Муратов - Meet Magento Ukraine - Технический обзор OroCRM
Александр Смага, Юрий Муратов - Meet Magento Ukraine - Технический обзор OroCRM
Atwix
 
Иван Чепурный - Meet Magento Ukraine - Varnish Cache and its usage in the rea...
Иван Чепурный - Meet Magento Ukraine - Varnish Cache and its usage in the rea...Иван Чепурный - Meet Magento Ukraine - Varnish Cache and its usage in the rea...
Иван Чепурный - Meet Magento Ukraine - Varnish Cache and its usage in the rea...
Atwix
 
Владимир Дубина - Meet Magento Ukraine - Data consistency
Владимир Дубина - Meet Magento Ukraine - Data consistencyВладимир Дубина - Meet Magento Ukraine - Data consistency
Владимир Дубина - Meet Magento Ukraine - Data consistency
Atwix
 
Андрей Самиляк - Meet Magento Ukraine - Как мы играли в DevOps и как получилс...
Андрей Самиляк - Meet Magento Ukraine - Как мы играли в DevOps и как получилс...Андрей Самиляк - Meet Magento Ukraine - Как мы играли в DevOps и как получилс...
Андрей Самиляк - Meet Magento Ukraine - Как мы играли в DevOps и как получилс...
Atwix
 
Сергей Кибиткин - Meet Magento Ukraine - Что вы никогда не сделаете в Magento
Сергей Кибиткин - Meet Magento Ukraine - Что вы никогда не сделаете в MagentoСергей Кибиткин - Meet Magento Ukraine - Что вы никогда не сделаете в Magento
Сергей Кибиткин - Meet Magento Ukraine - Что вы никогда не сделаете в Magento
Atwix
 
Александр Каранда - Meet Magento Ukraine - Реальность нереальных вещей
Александр Каранда - Meet Magento Ukraine - Реальность нереальных вещейАлександр Каранда - Meet Magento Ukraine - Реальность нереальных вещей
Александр Каранда - Meet Magento Ukraine - Реальность нереальных вещей
Atwix
 
Антон Капля - Meet Magento Ukraine - Кодогенератор в Magento
Антон Капля - Meet Magento Ukraine - Кодогенератор в MagentoАнтон Капля - Meet Magento Ukraine - Кодогенератор в Magento
Антон Капля - Meet Magento Ukraine - Кодогенератор в Magento
Atwix
 
Анатолій Денис - Meet Magento Ukraine - Migration to Magento - mission possible
Анатолій Денис - Meet Magento Ukraine - Migration to Magento - mission possibleАнатолій Денис - Meet Magento Ukraine - Migration to Magento - mission possible
Анатолій Денис - Meet Magento Ukraine - Migration to Magento - mission possible
Atwix
 
Артем Кузнецов - Meet Magento Ukraine - инструменты для отдела поддержки, опы...
Артем Кузнецов - Meet Magento Ukraine - инст��ументы для отдела поддержки, опы...Артем Кузнецов - Meet Magento Ukraine - инструменты для отдела поддержки, опы...
Артем Кузнецов - Meet Magento Ukraine - инструменты для отдела поддержки, опы...
Atwix
 
Александр Стельмах - Meet Magento Ukraine - Прибыльная e-mail рассылка за 5 ш...
Александр Стельмах - Meet Magento Ukraine - Прибыльная e-mail рассылка за 5 ш...Александр Стельмах - Meet Magento Ukraine - Прибыльная e-mail рассылка за 5 ш...
Александр Стельмах - Meet Magento Ukraine - Прибыльная e-mail рассылка за 5 ш...
Atwix
 
Владимир Галика - Meet Magento Ukraine - Чудесный Новый Мир – почему продвиже...
Владимир Галика - Meet Magento Ukraine - Чудесный Новый Мир – почему продвиже...Владимир Галика - Meet Magento Ukraine - Чудесный Новый Мир – почему продвиже...
Владимир Галика - Meet Magento Ukraine - Чудесный Новый Мир – почему продвиже...
Atwix
 
Александр Колб - Meet Magento Ukraine - психология потребления онлайн
Александр Колб - Meet Magento Ukraine - психология потребления онлайнАлександр Колб - Meet Magento Ukraine - психология потребления онлайн
Александр Колб - Meet Magento Ukraine - психология потребления онлайн
Atwix
 
Елена Леонова - Meet Magento Ukraine - Трасформация в e-commerce с Magento
Елена Леонова - Meet Magento Ukraine - Трасформация в e-commerce с MagentoЕлена Леонова - Meet Magento Ukraine - Трасформация в e-commerce с Magento
Елена Леонова - Meet Magento Ukraine - Трасформация в e-commerce с Magento
Atwix
 
Thomas Fleck - Meet Magento Ukraine - How Magento and open source change the ...
Thomas Fleck - Meet Magento Ukraine - How Magento and open source change the ...Thomas Fleck - Meet Magento Ukraine - How Magento and open source change the ...
Thomas Fleck - Meet Magento Ukraine - How Magento and open source change the ...
Atwix
 

More from Atwix (20)

Igor Miniailo - Magento 2 API Design Best Practices
Igor Miniailo - Magento 2 API Design Best PracticesIgor Miniailo - Magento 2 API Design Best Practices
Igor Miniailo - Magento 2 API Design Best Practices
 
Valeriy Nayda - Best Practices in Magento 2. Based on Multi Source Inventory ...
Valeriy Nayda - Best Practices in Magento 2. Based on Multi Source Inventory ...Valeriy Nayda - Best Practices in Magento 2. Based on Multi Source Inventory ...
Valeriy Nayda - Best Practices in Magento 2. Based on Multi Source Inventory ...
 
Yaroslav Rogoza - Development Environment: Local or Remote?
Yaroslav Rogoza - Development Environment: Local or Remote?Yaroslav Rogoza - Development Environment: Local or Remote?
Yaroslav Rogoza - Development Environment: Local or Remote?
 
Magento 2 performance comparison in different environments by Yaroslav Rogoza...
Magento 2 performance comparison in different environments by Yaroslav Rogoza...Magento 2 performance comparison in different environments by Yaroslav Rogoza...
Magento 2 performance comparison in different environments by Yaroslav Rogoza...
 
Viacheslav Kravchuk. Working as a distributed company. Our journey. Meet Mage...
Viacheslav Kravchuk. Working as a distributed company. Our journey. Meet Mage...Viacheslav Kravchuk. Working as a distributed company. Our journey. Meet Mage...
Viacheslav Kravchuk. Working as a distributed company. Our journey. Meet Mage...
 
Сергей Иващенко - Meet Magento Ukraine - Цены в Magento 2
Сергей Иващенко - Meet Magento Ukraine - Цены в Magento 2Сергей Иващенко - Meet Magento Ukraine - Цены в Magento 2
Сергей Иващенко - Meet Magento Ukraine - Цены в Magento 2
 
Александр Смага, Юрий Муратов - Meet Magento Ukraine - Технический обзор OroCRM
Александр Смага, Юрий Муратов - Meet Magento Ukraine - Технический обзор OroCRM Александр Смага, Юрий Муратов - Meet Magento Ukraine - Технический обзор OroCRM
Александр Смага, Юрий Муратов - Meet Magento Ukraine - Технический обзор OroCRM
 
Иван Чепурный - Meet Magento Ukraine - Varnish Cache and its usage in the rea...
Иван Чепурный - Meet Magento Ukraine - Varnish Cache and its usage in the rea...Иван Чепурный - Meet Magento Ukraine - Varnish Cache and its usage in the rea...
Иван Чепурный - Meet Magento Ukraine - Varnish Cache and its usage in the rea...
 
Владимир Дубина - Meet Magento Ukraine - Data consistency
Владимир Дубина - Meet Magento Ukraine - Data consistencyВладимир Дубина - Meet Magento Ukraine - Data consistency
Владимир Дубина - Meet Magento Ukraine - Data consistency
 
Андрей Самиляк - Meet Magento Ukraine - Как мы играли в DevOps и как получилс...
Андрей Самиляк - Meet Magento Ukraine - Как мы играли в DevOps и как получилс...Андрей Самиляк - Meet Magento Ukraine - Как мы играли в DevOps и как получилс...
Андрей Самиляк - Meet Magento Ukraine - Как мы играли в DevOps и как получилс...
 
Сергей Кибиткин - Meet Magento Ukraine - Что вы никогда не сделаете в Magento
Сергей Кибиткин - Meet Magento Ukraine - Что вы никогда не сделаете в MagentoСергей Кибиткин - Meet Magento Ukraine - Что вы никогда не сделаете в Magento
Сергей Кибиткин - Meet Magento Ukraine - Что вы никогда не сделаете в Magento
 
Александр Каранда - Meet Magento Ukraine - Реальность нереальных вещей
Александр Каранда - Meet Magento Ukraine - Реальность нереальных вещейАлександр Каранда - Meet Magento Ukraine - Реальность нереальных вещей
Александр Каранда - Meet Magento Ukraine - Реальность нереальных вещей
 
Антон Капля - Meet Magento Ukraine - Кодогенератор в Magento
Антон Капля - Meet Magento Ukraine - Кодогенератор в MagentoАнтон Капля - Meet Magento Ukraine - Кодогенератор в Magento
Антон Капля - Meet Magento Ukraine - Кодогенератор в Magento
 
Анатолій Денис - Meet Magento Ukraine - Migration to Magento - mission possible
Анатолій Денис - Meet Magento Ukraine - Migration to Magento - mission possibleАнатолій Денис - Meet Magento Ukraine - Migration to Magento - mission possible
Анатолій Денис - Meet Magento Ukraine - Migration to Magento - mission possible
 
Артем Кузнецов - Meet Magento Ukraine - инструменты для отдела поддержки, опы...
Артем Кузнецов - Meet Magento Ukraine - инструменты для отдела поддержки, опы...Артем Кузнецов - Meet Magento Ukraine - инструменты для отдела поддержки, опы...
Артем Кузнецов - Meet Magento Ukraine - инструменты для отдела поддержки, опы...
 
Александр Стельмах - Meet Magento Ukraine - Прибыльная e-mail рассылка за 5 ш...
Александр Стельмах - Meet Magento Ukraine - Прибыльная e-mail рассылка за 5 ш...Александр Стельмах - Meet Magento Ukraine - Прибыльная e-mail рассылка за 5 ш...
Александр Стельмах - Meet Magento Ukraine - Прибыльная e-mail рассылка за 5 ш...
 
Владимир Галика - Meet Magento Ukraine - Чудесный Новый Мир – почему продвиже...
Владимир Галика - Meet Magento Ukraine - Чудесный Новый Мир – почему продвиже...Владимир Галика - Meet Magento Ukraine - Чудесный Новый Мир – почему продвиже...
Владимир Галика - Meet Magento Ukraine - Чудесный Новый Мир – почему продвиже...
 
Александр Колб - Meet Magento Ukraine - психология потребления онлайн
Александр Колб - Meet Magento Ukraine - психология потребления онлайнАлександр Колб - Meet Magento Ukraine - психология потребления онлайн
Александр Колб - Meet Magento Ukraine - психология потребления онлайн
 
Елена Леонова - Meet Magento Ukraine - Трасформация в e-commerce с Magento
Елена Леонова - Meet Magento Ukraine - Трасформация в e-commerce с MagentoЕлена Леонова - Meet Magento Ukraine - Трасформация в e-commerce с Magento
Елена Леонова - Meet Magento Ukraine - Трасформация в e-commerce с Magento
 
Thomas Fleck - Meet Magento Ukraine - How Magento and open source change the ...
Thomas Fleck - Meet Magento Ukraine - How Magento and open source change the ...Thomas Fleck - Meet Magento Ukraine - How Magento and open source change the ...
Thomas Fleck - Meet Magento Ukraine - How Magento and open source change the ...
 

Recently uploaded

The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
Larry Smarr
 
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
KAMAL CHOUDHARY
 
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024
BookNet Canada
 
DealBook of Ukraine: 2024 edition
DealBook of Ukraine: 2024 editionDealBook of Ukraine: 2024 edition
DealBook of Ukraine: 2024 edition
Yevgen Sysoyev
 
Password Rotation in 2024 is still Relevant
Password Rotation in 2024 is still RelevantPassword Rotation in 2024 is still Relevant
Password Rotation in 2024 is still Relevant
Bert Blevins
 
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing
Larry Smarr
 
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
Toru Tamaki
 
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptxRPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
SynapseIndia
 
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
Liveplex
 
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
Kief Morris
 
How to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptxHow to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptx
Adam Dunkels
 
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Bert Blevins
 
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference
UiPathCommunity
 
find out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challengesfind out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challenges
huseindihon
 
Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf
Tatiana Al-Chueyr
 
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time
Aurora Consulting
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
Enterprise Wired
 
How RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptxHow RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptx
SynapseIndia
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
Eric D. Schabell
 
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdfWhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
ArgaBisma
 

Recently uploaded (20)

The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
 
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
 
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024
 
DealBook of Ukraine: 2024 edition
DealBook of Ukraine: 2024 editionDealBook of Ukraine: 2024 edition
DealBook of Ukraine: 2024 edition
 
Password Rotation in 2024 is still Relevant
Password Rotation in 2024 is still RelevantPassword Rotation in 2024 is still Relevant
Password Rotation in 2024 is still Relevant
 
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing
 
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
 
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptxRPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
 
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
 
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
 
How to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptxHow to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptx
 
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
 
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference
 
find out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challengesfind out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challenges
 
Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf
 
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
 
How RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptxHow RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptx
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
 
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdfWhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
 

Макс Екатериненко - Meet Magento Ukraine - Magento 2 Overview