Mastering Adobe Commerce frontend: build optimized, user-centric e-commerce sites with tailored theme design and enhanced interactivity
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham
Packt Publishing, Limited
2024
|
Ausgabe: | 1st ed |
Schlagworte: | |
Online-Zugang: | DE-573 DE-2070s DE-91 DE-706 URL des Erstveröffentlichers |
Beschreibung: | 1 Online-Ressource (xvi, 385 Seiten) |
ISBN: | 9781837637386 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV049875100 | ||
003 | DE-604 | ||
005 | 20250131 | ||
007 | cr|uuu---uuuuu | ||
008 | 240919s2024 xx o|||| 00||| eng d | ||
020 | |a 9781837637386 |9 978-1-83763-738-6 | ||
035 | |a (ZDB-30-PQE)EBC31246340 | ||
035 | |a (ZDB-30-PAD)EBC31246340 | ||
035 | |a (ZDB-89-EBL)EBL31246340 | ||
035 | |a (ZDB-221-PWD)9781837637386 | ||
035 | |a (OCoLC)1428702067 | ||
035 | |a (DE-599)BVBBV049875100 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-2070s |a DE-706 |a DE-91 |a DE-573 | ||
082 | 0 | |a 658.87202854678 | |
100 | 1 | |a Winkler, Jakub |e Verfasser |4 aut | |
245 | 1 | 0 | |a Mastering Adobe Commerce frontend |b build optimized, user-centric e-commerce sites with tailored theme design and enhanced interactivity |
264 | 1 | |a Birmingham |b Packt Publishing, Limited |c 2024 | |
264 | 4 | |c © 2024 | |
300 | |a 1 Online-Ressource (xvi, 385 Seiten) | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
650 | 4 | |a Electronic commerce-Computer programs | |
650 | 4 | |a Web site development | |
650 | 4 | |a Web sites-Design | |
776 | 0 | 8 | |i Erscheint auch als |n Druck-Ausgabe |a Winkler, Jakub |t Mastering Adobe Commerce Frontend |d Birmingham : Packt Publishing, Limited,c2024 |z 9781837637072 |
856 | 4 | 0 | |u https://portal.igpublish.com/iglibrary/search/PACKT0007128.html |x Verlag |z URL des Erstveröffentlichers |3 Volltext |
912 | |a ZDB-30-PQE | ||
912 | |a ZDB-221-PWD | ||
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-035214558 | |
966 | e | |u https://portal.igpublish.com/iglibrary/search/PACKT0007128.html |l DE-573 |p ZDB-221-PWD |x Verlag |3 Volltext | |
966 | e | |u https://ebookcentral.proquest.com/lib/hwr/detail.action?docID=31246340 |l DE-2070s |p ZDB-30-PQE |q HWR_PDA_PQE |x Aggregator |3 Volltext | |
966 | e | |u https://portal.igpublish.com/iglibrary/search/PACKT0007128.html |l DE-91 |p ZDB-221-PWD |q TUM_Paketkauf_2025 |x Verlag |3 Volltext | |
966 | e | |u https://portal.igpublish.com/iglibrary/search/PACKT0007128.html |l DE-706 |p ZDB-221-PWD |x Verlag |3 Volltext |
Datensatz im Suchindex
_version_ | 1822777093291769856 |
---|---|
adam_text | |
any_adam_object | |
author | Winkler, Jakub |
author_facet | Winkler, Jakub |
author_role | aut |
author_sort | Winkler, Jakub |
author_variant | j w jw |
building | Verbundindex |
bvnumber | BV049875100 |
collection | ZDB-30-PQE ZDB-221-PWD |
contents | Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Setting Up the Local Environment -- Technical requirements -- Choosing the best operating system -- Installing the required applications and services -- Preparing the technology stack for AC -- Installing WSL 2 on Windows -- Virtualization with Docker -- Installing Docker and the Docker Compose plugin -- Installing Docker on Windows -- Installing Docker on macOS -- Installing Docker on Linux -- Wrapping things up -- Preparing a Docker manager -- What is Warden? -- Configuring DNS resolution -- SSL configuration -- Alternatives to a functional local environment -- Summary -- Chapter 2: Installing the Magento/Adobe Commerce Application -- Technical requirements -- Getting to know the platform -- Getting a copy of Adobe Commerce/Magento Open Source -- Creating an Adobe ID and getting Composer keys -- Installing Adobe Commerce - preparing Docker -- Installing Adobe Commerce using the CLI -- Installing sample data - let's get some products! -- Summary -- Practical exercises -- Chapter 3: Introduction to Adobe Commerce Theming -- Creating new themes -- Adding a new theme -- Caching system -- Cache types -- Working with cache -- Basic CLI commands -- Deploy commands -- Admin commands -- Indexing commands -- Setup commands -- Fallback system -- CSS file generation -- Grunt -- Summary -- Practical exercises -- Chapter 4: The Layout System -- Technical requirements -- Basic terms related to layout XML -- Introduction to layout XML files -- Layouts and pages -- The layout merging process -- Determining page layout -- Layout XML instructions -- Page configuration (layout handles) -- Blocks, containers, and updates -- Layout overrides -- Summary -- Practical exercises -- Chapter 5: Working with Templates -- Technical requirements What are templates, and how many templates are there? -- What are PHTML files? -- PHTML files - A double-edged sword? -- Template file locations -- Finding the template file -- Templates and blocks -- Working with template files -- Getting arguments from Layout XML files into blocks -- Summary -- Practical exercises -- Chapter 6: Styling an Adobe Commerce Theme -- Technical requirements -- Location and compilation of CSS files -- A quick introduction to LESS files -- Nested syntax -- Variables -- Mixins -- Modularity -- Functions and operations -- Compilation -- CSS compilation types -- Static content signing -- Server-side compilation -- Client-side compilation -- Working with themes -- Extending parent styles -- Overriding parent styles -- Summary -- Practical exercises -- Chapter 7: Customizing Emails -- Technical requirements -- Email customization process -- Installing the required tools to work with emails -- Email template structure -- Managing email templates in the Admin Panel -- Creating new email templates -- Conditional content rendering -- Customizing Email CSS -- Summary -- Practical exercises -- Chapter 8: Introduction to JavaScript Libraries and Frameworks -- Technical requirements -- Exploring the main JavaScript libraries/frameworks/modules embedded in the platform -- RequireJS -- Knockout JS -- jQuery -- Underscore JS -- The location of JavaScript resources -- The challenges associated with JavaScript libraries -- Summary -- Chapter 9: RequireJS and jQuery -- Technical requirements -- RequireJS and AC -- The shortest RequireJS course on the planet -- JavaScript initialization in template files -- Wrapping up -- jQuery -- Using jQuery inside your scripts -- jQuery UI and jQuery Widgets -- JavaScript customization -- Overriding a file -- Extending modules with mixins -- Summary -- Practical exercises Chapter 10: Knockout.js and UI Components -- Technical requirements -- Introduction to Knockout.js -- Using Knockout.js in Adobe Commerce -- Knockout.js bindings -- Creating UI components -- Working with private content -- Browser local storage -- Customer data sections -- Private content versions -- Private content versus blocks -- Summary -- Practical exercises -- Chapter 11: Commonly Used Libraries Bundled with Adobe Commerce -- Technical requirements -- Introduction to bundled libraries -- List of commonly used libraries -- Accordion widgets -- Tabs widget -- Prompt widget -- List of all the widgets embedded into the platform -- Summary -- Practical exercises -- Chapter 12: Storefront-Related Configuration in the Admin Panel -- Exploring the Design configuration section -- Scheduling theme changes -- The AC Content Staging feature -- Category-level customizations -- Category-related settings in the Admin Panel -- Category pages and layout XML -- Product-level customizations -- Product-related storefront configuration -- Product pages and layout XML -- Summary -- Practical exercises -- Chapter 13: Working with Magento CMS -- A quick introduction to Adobe Commerce CMS -- Creating and working with CMS blocks -- Adding new Blocks -- Displaying CMS blocks on the storefront -- Injecting CMS blocks via Layout XML -- Working with widgets -- Creating and working with CMS pages -- Adding new pages -- Working with CMS pages via Layout XML -- CMS directives -- Adobe Commerce Page Builder -- Page Builder templates -- Summary -- Practical exercises -- Chapter 14: Frontend Optimization Techniques -- Technical requirements -- An introduction to frontend optimization -- Google Lighthouse -- Google Core Web Vitals (CWVs) -- Google PageSpeed Insights (PSI) -- Indexes and asynchronous processing -- The minification, merging, and bundling of CSS, JS, and HTML. CSS merging and minification -- JS merging, minification, and bundling -- Magepack -- Working with Magepack -- Fastly -- Summary -- Practical exercises -- Chapter 15: Common Tools that Help with Local Development -- Why are third-party tools important? -- ESLint - JavaScript coding standards -- Community tools for better development -- Mage2.TV Cache Cleaner -- Magento Chrome Toolbar -- Summary -- Index -- Other Books You May Enjoy |
ctrlnum | (ZDB-30-PQE)EBC31246340 (ZDB-30-PAD)EBC31246340 (ZDB-89-EBL)EBL31246340 (ZDB-221-PWD)9781837637386 (OCoLC)1428702067 (DE-599)BVBBV049875100 |
dewey-full | 658.87202854678 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 658 - General management |
dewey-raw | 658.87202854678 |
dewey-search | 658.87202854678 |
dewey-sort | 3658.87202854678 |
dewey-tens | 650 - Management and auxiliary services |
discipline | Wirtschaftswissenschaften |
edition | 1st ed |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000zc 4500</leader><controlfield tag="001">BV049875100</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20250131</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">240919s2024 xx o|||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781837637386</subfield><subfield code="9">978-1-83763-738-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-30-PQE)EBC31246340</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-30-PAD)EBC31246340</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-89-EBL)EBL31246340</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-221-PWD)9781837637386</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1428702067</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV049875100</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-2070s</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-573</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">658.87202854678</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Winkler, Jakub</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Mastering Adobe Commerce frontend</subfield><subfield code="b">build optimized, user-centric e-commerce sites with tailored theme design and enhanced interactivity</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham</subfield><subfield code="b">Packt Publishing, Limited</subfield><subfield code="c">2024</subfield></datafield><datafield tag="264" ind1=" " ind2="4"><subfield code="c">© 2024</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (xvi, 385 Seiten)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Electronic commerce-Computer programs</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Web site development</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Web sites-Design</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Druck-Ausgabe</subfield><subfield code="a">Winkler, Jakub</subfield><subfield code="t">Mastering Adobe Commerce Frontend</subfield><subfield code="d">Birmingham : Packt Publishing, Limited,c2024</subfield><subfield code="z">9781837637072</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="u">https://portal.igpublish.com/iglibrary/search/PACKT0007128.html</subfield><subfield code="x">Verlag</subfield><subfield code="z">URL des Erstveröffentlichers</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-PQE</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-221-PWD</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-035214558</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://portal.igpublish.com/iglibrary/search/PACKT0007128.html</subfield><subfield code="l">DE-573</subfield><subfield code="p">ZDB-221-PWD</subfield><subfield code="x">Verlag</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://ebookcentral.proquest.com/lib/hwr/detail.action?docID=31246340</subfield><subfield code="l">DE-2070s</subfield><subfield code="p">ZDB-30-PQE</subfield><subfield code="q">HWR_PDA_PQE</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://portal.igpublish.com/iglibrary/search/PACKT0007128.html</subfield><subfield code="l">DE-91</subfield><subfield code="p">ZDB-221-PWD</subfield><subfield code="q">TUM_Paketkauf_2025</subfield><subfield code="x">Verlag</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://portal.igpublish.com/iglibrary/search/PACKT0007128.html</subfield><subfield code="l">DE-706</subfield><subfield code="p">ZDB-221-PWD</subfield><subfield code="x">Verlag</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV049875100 |
illustrated | Not Illustrated |
indexdate | 2025-01-31T15:01:38Z |
institution | BVB |
isbn | 9781837637386 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-035214558 |
oclc_num | 1428702067 |
open_access_boolean | |
owner | DE-2070s DE-706 DE-91 DE-BY-TUM DE-573 |
owner_facet | DE-2070s DE-706 DE-91 DE-BY-TUM DE-573 |
physical | 1 Online-Ressource (xvi, 385 Seiten) |
psigel | ZDB-30-PQE ZDB-221-PWD ZDB-30-PQE HWR_PDA_PQE ZDB-221-PWD TUM_Paketkauf_2025 |
publishDate | 2024 |
publishDateSearch | 2024 |
publishDateSort | 2024 |
publisher | Packt Publishing, Limited |
record_format | marc |
spelling | Winkler, Jakub Verfasser aut Mastering Adobe Commerce frontend build optimized, user-centric e-commerce sites with tailored theme design and enhanced interactivity Birmingham Packt Publishing, Limited 2024 © 2024 1 Online-Ressource (xvi, 385 Seiten) txt rdacontent c rdamedia cr rdacarrier Electronic commerce-Computer programs Web site development Web sites-Design Erscheint auch als Druck-Ausgabe Winkler, Jakub Mastering Adobe Commerce Frontend Birmingham : Packt Publishing, Limited,c2024 9781837637072 https://portal.igpublish.com/iglibrary/search/PACKT0007128.html Verlag URL des Erstveröffentlichers Volltext |
spellingShingle | Winkler, Jakub Mastering Adobe Commerce frontend build optimized, user-centric e-commerce sites with tailored theme design and enhanced interactivity Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Setting Up the Local Environment -- Technical requirements -- Choosing the best operating system -- Installing the required applications and services -- Preparing the technology stack for AC -- Installing WSL 2 on Windows -- Virtualization with Docker -- Installing Docker and the Docker Compose plugin -- Installing Docker on Windows -- Installing Docker on macOS -- Installing Docker on Linux -- Wrapping things up -- Preparing a Docker manager -- What is Warden? -- Configuring DNS resolution -- SSL configuration -- Alternatives to a functional local environment -- Summary -- Chapter 2: Installing the Magento/Adobe Commerce Application -- Technical requirements -- Getting to know the platform -- Getting a copy of Adobe Commerce/Magento Open Source -- Creating an Adobe ID and getting Composer keys -- Installing Adobe Commerce - preparing Docker -- Installing Adobe Commerce using the CLI -- Installing sample data - let's get some products! -- Summary -- Practical exercises -- Chapter 3: Introduction to Adobe Commerce Theming -- Creating new themes -- Adding a new theme -- Caching system -- Cache types -- Working with cache -- Basic CLI commands -- Deploy commands -- Admin commands -- Indexing commands -- Setup commands -- Fallback system -- CSS file generation -- Grunt -- Summary -- Practical exercises -- Chapter 4: The Layout System -- Technical requirements -- Basic terms related to layout XML -- Introduction to layout XML files -- Layouts and pages -- The layout merging process -- Determining page layout -- Layout XML instructions -- Page configuration (layout handles) -- Blocks, containers, and updates -- Layout overrides -- Summary -- Practical exercises -- Chapter 5: Working with Templates -- Technical requirements What are templates, and how many templates are there? -- What are PHTML files? -- PHTML files - A double-edged sword? -- Template file locations -- Finding the template file -- Templates and blocks -- Working with template files -- Getting arguments from Layout XML files into blocks -- Summary -- Practical exercises -- Chapter 6: Styling an Adobe Commerce Theme -- Technical requirements -- Location and compilation of CSS files -- A quick introduction to LESS files -- Nested syntax -- Variables -- Mixins -- Modularity -- Functions and operations -- Compilation -- CSS compilation types -- Static content signing -- Server-side compilation -- Client-side compilation -- Working with themes -- Extending parent styles -- Overriding parent styles -- Summary -- Practical exercises -- Chapter 7: Customizing Emails -- Technical requirements -- Email customization process -- Installing the required tools to work with emails -- Email template structure -- Managing email templates in the Admin Panel -- Creating new email templates -- Conditional content rendering -- Customizing Email CSS -- Summary -- Practical exercises -- Chapter 8: Introduction to JavaScript Libraries and Frameworks -- Technical requirements -- Exploring the main JavaScript libraries/frameworks/modules embedded in the platform -- RequireJS -- Knockout JS -- jQuery -- Underscore JS -- The location of JavaScript resources -- The challenges associated with JavaScript libraries -- Summary -- Chapter 9: RequireJS and jQuery -- Technical requirements -- RequireJS and AC -- The shortest RequireJS course on the planet -- JavaScript initialization in template files -- Wrapping up -- jQuery -- Using jQuery inside your scripts -- jQuery UI and jQuery Widgets -- JavaScript customization -- Overriding a file -- Extending modules with mixins -- Summary -- Practical exercises Chapter 10: Knockout.js and UI Components -- Technical requirements -- Introduction to Knockout.js -- Using Knockout.js in Adobe Commerce -- Knockout.js bindings -- Creating UI components -- Working with private content -- Browser local storage -- Customer data sections -- Private content versions -- Private content versus blocks -- Summary -- Practical exercises -- Chapter 11: Commonly Used Libraries Bundled with Adobe Commerce -- Technical requirements -- Introduction to bundled libraries -- List of commonly used libraries -- Accordion widgets -- Tabs widget -- Prompt widget -- List of all the widgets embedded into the platform -- Summary -- Practical exercises -- Chapter 12: Storefront-Related Configuration in the Admin Panel -- Exploring the Design configuration section -- Scheduling theme changes -- The AC Content Staging feature -- Category-level customizations -- Category-related settings in the Admin Panel -- Category pages and layout XML -- Product-level customizations -- Product-related storefront configuration -- Product pages and layout XML -- Summary -- Practical exercises -- Chapter 13: Working with Magento CMS -- A quick introduction to Adobe Commerce CMS -- Creating and working with CMS blocks -- Adding new Blocks -- Displaying CMS blocks on the storefront -- Injecting CMS blocks via Layout XML -- Working with widgets -- Creating and working with CMS pages -- Adding new pages -- Working with CMS pages via Layout XML -- CMS directives -- Adobe Commerce Page Builder -- Page Builder templates -- Summary -- Practical exercises -- Chapter 14: Frontend Optimization Techniques -- Technical requirements -- An introduction to frontend optimization -- Google Lighthouse -- Google Core Web Vitals (CWVs) -- Google PageSpeed Insights (PSI) -- Indexes and asynchronous processing -- The minification, merging, and bundling of CSS, JS, and HTML. CSS merging and minification -- JS merging, minification, and bundling -- Magepack -- Working with Magepack -- Fastly -- Summary -- Practical exercises -- Chapter 15: Common Tools that Help with Local Development -- Why are third-party tools important? -- ESLint - JavaScript coding standards -- Community tools for better development -- Mage2.TV Cache Cleaner -- Magento Chrome Toolbar -- Summary -- Index -- Other Books You May Enjoy Electronic commerce-Computer programs Web site development Web sites-Design |
title | Mastering Adobe Commerce frontend build optimized, user-centric e-commerce sites with tailored theme design and enhanced interactivity |
title_auth | Mastering Adobe Commerce frontend build optimized, user-centric e-commerce sites with tailored theme design and enhanced interactivity |
title_exact_search | Mastering Adobe Commerce frontend build optimized, user-centric e-commerce sites with tailored theme design and enhanced interactivity |
title_full | Mastering Adobe Commerce frontend build optimized, user-centric e-commerce sites with tailored theme design and enhanced interactivity |
title_fullStr | Mastering Adobe Commerce frontend build optimized, user-centric e-commerce sites with tailored theme design and enhanced interactivity |
title_full_unstemmed | Mastering Adobe Commerce frontend build optimized, user-centric e-commerce sites with tailored theme design and enhanced interactivity |
title_short | Mastering Adobe Commerce frontend |
title_sort | mastering adobe commerce frontend build optimized user centric e commerce sites with tailored theme design and enhanced interactivity |
title_sub | build optimized, user-centric e-commerce sites with tailored theme design and enhanced interactivity |
topic | Electronic commerce-Computer programs Web site development Web sites-Design |
topic_facet | Electronic commerce-Computer programs Web site development Web sites-Design |
url | https://portal.igpublish.com/iglibrary/search/PACKT0007128.html |
work_keys_str_mv | AT winklerjakub masteringadobecommercefrontendbuildoptimizedusercentricecommercesiteswithtailoredthemedesignandenhancedinteractivity |