SlideShare a Scribd company logo
Have you ever missed a plane? 
MMeeeett MMaaggeennttoo PPoollaanndd 22001144
To save 700 euro and to be at 
work tomorrow? 
Meet Magento Poland 2014 
– 
To give my best and to manage 
to meet the Magento 
community?
Publishing free open source Magento 
extensions – examples, benefits and 
MMeeeett MMaaggeennttoo PPoollaanndd 22001144 
observations 
Tsvetan Stoychev
About me 
Tsvetan Stoychev (@ceckoslab) 
 Born: In Razgrad, Bulgaria 
 Last 5 years doing Magento 
 Magento Certified 
 I am NOT an open source evangelist 
 9 published open source extensions 
 Current job – Jarlssen / Session Digital GmbH 
Meet Magento Poland 2014
About the topic 
Publishing free open source Magento extensions 
• Examples – I will show 3 Magento extensions 
• Benefits – I will describe some of the benefits of 
publishing your extensions as free and open source 
• Observations – I will share advices and thoughts 
Meet Magento Poland 2014
Publishing free open source Magento extensions 
MMeeeett MMaaggeennttoo PPoollaanndd 22001144 
Examples
Styling a static block - “My” Workflow 
CSS and Images CSS and Images 
Meet Magento Poland 2014 
Bob 
(FE) 
Alice 
(FE) 
Repository 
Content 
Skype 
Email 
Magento admin 
Install script 
Content
Extension - Jarlssen_CmsFiles 
Meet Magento Poland 2014 
Better Workflow 
CSS, Images and 
Content as *.phtml 
CSS, Images and 
Content as *.phtml 
Bob 
(FE) 
Alice 
(FE) 
Repository
Extension - Jarlssen_CmsFiles 
Meet Magento Poland 2014 
CMS Pages / Blocks 
DB File system 
*.phtml versions of 
Pages and Blocks 
DB records of 
Pages and Blocks
Extension - Jarlssen_CmsFiles 
( admin interface ) 
Meet Magento Poland 2014
Extension - Jarlssen_CmsFiles 
A helpful shell script that allows you to do: 
Meet Magento Poland 2014 
Pull 
Push 
Diff
Extension - Jarlssen_CmsFiles 
Meet Magento Poland 2014 
Facts 
 License: OSL 3.0 
 http://github.com/Jarlssen/Jarlssen_CmsFiles 
 MODMAN 
 Zero opened issues so far 
 It's perfect for development but it's not recommended for use in 
production 
 Good for projects that lack specification and you quickly have to 
show results in the initial development phase 
 Helped to our FE developers to increase their productivity
What will happen if you try to save an attribute with 
more than 1000 options? 
MMeeeett MMaaggeennttoo PPoollaanndd 22001144 
?
Extension - Jarlssen_FasterAttributeOptionEdit 
Quote from Magento forums: “Well, I added 1000 manufacturers and a few 
hundred flavors into the store (to 1.42 CE). When I attempt to edit either 
attribute, I get a “script unresponsive” error in my browser.” 
Meet Magento Poland 2014
Extension - Jarlssen_FasterAttributeOptionEdit 
Meet Magento Poland 2014 
Facts 
 License: OSL 3.0 
 http://github.com/Jarlssen/Jarlssen_FasterAttributeOptionEdit 
 MODMAN 
 Blog post: http://goo.gl/Cl0R0N 
 1 contributor 
 4 people favourited the extension in GITGUB 
 1 developer contributed 
 Every month someone send us a Thank you email 
 We've published reference to the solution in StackOverflow and 
the Magento forum
Extension - Jarlssen_UploaderComponent 
Developer’s module for generic file upload in the admin forms 
Meet Magento Poland 2014
Extension - Jarlssen_UploaderComponent 
Config path: global/jarlssen_uploader_component_config/uploads 
Meet Magento Poland 2014 
How to use 
<global> 
<jarlssen_uploader_component_config> 
<uploads> 
<MyCompany_MyModule_Model_Item> 
<thumbnail> 
<upload_dir>my_module/thumbnail</upload_dir> 
<allowed_extensions>jpg,png,gif</allowed_extensions> 
<input_name>thumbnail</input_name> 
</thumbnail> 
<pdf> 
<upload_dir>my_module/pdf</upload_dir> 
<allowed_extensions>pdf</allowed_extensions> 
<input_name>pdf_file</input_name> 
</pdf> 
</MyCompany_MyModule_Model_Item> 
</uploads> 
</jarlssen_uploader_component_config> 
</global> 
Model class name 
Field config
Extension - Jarlssen_UploaderComponent 
Meet Magento Poland 2014 
Facts 
 License: OSL 3.0 
 http://github.com/Jarlssen/Jarlssen_UploaderComponent 
 MODMAN 
 Blog post: http://goo.gl/rgzc4N 
 Zero opened issues so far 
 Has written unit tests (EcomDev_PHPUnit) 
 Respects DRY principle!
Publishing free open source Magento extensions 
MMeeeett MMaaggeennttoo PPoollaanndd 22001144 
Benefits
Meet Magento Poland 2014 
Benefits 
Constructive Criticism
Meet Magento Poland 2014 
Benefits 
QA services for free
Meet Magento Poland 2014 
Benefits 
Somebody may like to contribute
Meet Magento Poland 2014 
Benefits 
Feedback about the current needs of 
the market
Publishing free open source Magento extensions 
Observations 
MMeeeett MMaaggeennttoo PPoollaanndd 22001144
Meet Magento Poland 2014 
Observations 
Most of the ideas for open 
source extensions come from 
real projects during solving real 
business problems.
Meet Magento Poland 2014 
Observations 
How to be more successful?
How to be more successful? 
Write technical documentation 
Meet Magento Poland 2014
How to be more successful? 
Make it easy to install ( Modman, Compose and etc. ) 
Meet Magento Poland 2014
How to be more successful? 
Write a blog post about your extension 
Meet Magento Poland 2014
How to be more successful? 
Share in the social networks (Twitter, Linkedin etc.) 
Meet Magento Poland 2014
How to be more successful? 
If your extension solves a problem described in a forum or 
stack overflow, then post a comment and link to the 
extension's repository 
Meet Magento Poland 2014
Meet Magento Poland 2014 
Observations 
The idea and benefits of 
publishing free open source 
extensions are great, but take 
TIME!
Meet Magento Poland 2014 
Observations 
Some extensions should indeed 
be free and open source! 
Of course, I am talking from 
personal experience!
Meet Magento Poland 2014 
Observations 
There is a possibility that 
somebody will sell your free 
extension as their own product!!! 
No worries, it's OK!
Meet Magento Poland 2014 
Observations 
Should somebody make money 
from my open source extension? 
Sure, why not?
Meet Magento Poland 2014 
Observations 
Choose a license that works for 
you. 
http://choosealicense.com/ 
(I am not a lawyer)
Meet Magento Poland 2014 
Observations 
Open source can 
boost sales!
Questions? 
Meet Magento Poland 2014

More Related Content

What's hot

How to Get started with Press2Flash in 8 Steps
How to Get started with Press2Flash in 8 StepsHow to Get started with Press2Flash in 8 Steps
How to Get started with Press2Flash in 8 Steps
Erwan Jegouzo
 
Frontend Crash Course
Frontend Crash CourseFrontend Crash Course
Frontend Crash Course
Aaron Lamphere
 
Selling umbraco
Selling umbracoSelling umbraco
Selling umbraco
Theo Paraskevopoulos
 
Adding flash animation to a website
Adding flash animation to a websiteAdding flash animation to a website
Adding flash animation to a websiteBubblefruit.com
 
Connectez vos systèmes métiers à Salesforce grâce à MuleSoft
Connectez vos systèmes métiers à Salesforce grâce à MuleSoftConnectez vos systèmes métiers à Salesforce grâce à MuleSoft
Connectez vos systèmes métiers à Salesforce grâce à MuleSoft
Thierry TROUIN ☁
 
A websites
A websitesA websites
A websites
slide676
 
How to embed a ppt in a twinspace page - slideboom
How to embed a ppt in a twinspace page - slideboomHow to embed a ppt in a twinspace page - slideboom
How to embed a ppt in a twinspace page - slideboom
Petros Michailidis
 
Selling Umbraco - CodeGarden 2015
Selling Umbraco - CodeGarden 2015Selling Umbraco - CodeGarden 2015
Selling Umbraco - CodeGarden 2015
Theo Paraskevopoulos
 
How to embed a Voki in a Twispace page
How to embed a Voki in a Twispace pageHow to embed a Voki in a Twispace page
How to embed a Voki in a Twispace page
Petros Michailidis
 

What's hot (11)

Browser As Platform
Browser As PlatformBrowser As Platform
Browser As Platform
 
FND COMP Project Guidelines
FND COMP Project GuidelinesFND COMP Project Guidelines
FND COMP Project Guidelines
 
How to Get started with Press2Flash in 8 Steps
How to Get started with Press2Flash in 8 StepsHow to Get started with Press2Flash in 8 Steps
How to Get started with Press2Flash in 8 Steps
 
Frontend Crash Course
Frontend Crash CourseFrontend Crash Course
Frontend Crash Course
 
Selling umbraco
Selling umbracoSelling umbraco
Selling umbraco
 
Adding flash animation to a website
Adding flash animation to a websiteAdding flash animation to a website
Adding flash animation to a website
 
Connectez vos systèmes métiers à Salesforce grâce à MuleSoft
Connectez vos systèmes métiers à Salesforce grâce à MuleSoftConnectez vos systèmes métiers à Salesforce grâce à MuleSoft
Connectez vos systèmes métiers à Salesforce grâce à MuleSoft
 
A websites
A websitesA websites
A websites
 
How to embed a ppt in a twinspace page - slideboom
How to embed a ppt in a twinspace page - slideboomHow to embed a ppt in a twinspace page - slideboom
How to embed a ppt in a twinspace page - slideboom
 
Selling Umbraco - CodeGarden 2015
Selling Umbraco - CodeGarden 2015Selling Umbraco - CodeGarden 2015
Selling Umbraco - CodeGarden 2015
 
How to embed a Voki in a Twispace page
How to embed a Voki in a Twispace pageHow to embed a Voki in a Twispace page
How to embed a Voki in a Twispace page
 

Similar to Tsvetan stoychev m_mspeakers-edited-final

Differences between Magento and WordPress.pdf
Differences between Magento and WordPress.pdfDifferences between Magento and WordPress.pdf
Differences between Magento and WordPress.pdf
Marie Weaver
 
Magento SEO
Magento SEOMagento SEO
Magento SEO
Joost de Valk
 
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULESBEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
Kuldeep Sharma
 
Modular plugins
Modular pluginsModular plugins
Modular plugins
pippinsplugins
 
Magento E-Commerce Customized Package-5
Magento E-Commerce Customized Package-5Magento E-Commerce Customized Package-5
Magento E-Commerce Customized Package-5
SoftProdigy
 
Extensions for today & beyond why you should be building the next generatio...
Extensions for today & beyond   why you should be building the next generatio...Extensions for today & beyond   why you should be building the next generatio...
Extensions for today & beyond why you should be building the next generatio...Jonathan Beri
 
E-commerce development specialist
E-commerce development specialistE-commerce development specialist
E-commerce development specialist
alysheabeyer
 
Magento Prestashop Epages Ecommerce Frameworks Assessment
Magento Prestashop Epages Ecommerce Frameworks AssessmentMagento Prestashop Epages Ecommerce Frameworks Assessment
Magento Prestashop Epages Ecommerce Frameworks AssessmentBYSOFT
 
Why you choose Magento as your ecommerce platform?
Why you choose Magento as your ecommerce platform? Why you choose Magento as your ecommerce platform?
Why you choose Magento as your ecommerce platform?
Inception System
 
7. mastering wordpress
7. mastering wordpress7. mastering wordpress
7. mastering wordpress
MoreNiche
 
The biggest stores on Magento
The biggest stores on MagentoThe biggest stores on Magento
The biggest stores on Magento
Divante
 
WordPress vs. Magento: The Better CMS Option For You?
WordPress vs. Magento: The Better CMS Option For You?WordPress vs. Magento: The Better CMS Option For You?
WordPress vs. Magento: The Better CMS Option For You?
Pixel Crayons
 
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
 
Pros and Cons of Magento 2.0: Should you choose it in 2021?
Pros and Cons of Magento 2.0: Should you choose it in 2021?Pros and Cons of Magento 2.0: Should you choose it in 2021?
Pros and Cons of Magento 2.0: Should you choose it in 2021?
Website Development Outsourcing
 
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practicesSPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
Knut Relbe-Moe [MVP, MCT]
 
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...BIWUG
 
Share point 2013: introduction, features, and roles
Share point 2013: introduction, features, and rolesShare point 2013: introduction, features, and roles
Share point 2013: introduction, features, and roles
Vinh Nguyen
 

Similar to Tsvetan stoychev m_mspeakers-edited-final (20)

Differences between Magento and WordPress.pdf
Differences between Magento and WordPress.pdfDifferences between Magento and WordPress.pdf
Differences between Magento and WordPress.pdf
 
Magento SEO
Magento SEOMagento SEO
Magento SEO
 
Modular plugins
Modular pluginsModular plugins
Modular plugins
 
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULESBEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
 
Modular plugins
Modular pluginsModular plugins
Modular plugins
 
Magento E-Commerce Customized Package-5
Magento E-Commerce Customized Package-5Magento E-Commerce Customized Package-5
Magento E-Commerce Customized Package-5
 
Extensions for today & beyond why you should be building the next generatio...
Extensions for today & beyond   why you should be building the next generatio...Extensions for today & beyond   why you should be building the next generatio...
Extensions for today & beyond why you should be building the next generatio...
 
E-commerce development specialist
E-commerce development specialistE-commerce development specialist
E-commerce development specialist
 
Magento Prestashop Epages Ecommerce Frameworks Assessment
Magento Prestashop Epages Ecommerce Frameworks AssessmentMagento Prestashop Epages Ecommerce Frameworks Assessment
Magento Prestashop Epages Ecommerce Frameworks Assessment
 
Why you choose Magento as your ecommerce platform?
Why you choose Magento as your ecommerce platform? Why you choose Magento as your ecommerce platform?
Why you choose Magento as your ecommerce platform?
 
7. mastering wordpress
7. mastering wordpress7. mastering wordpress
7. mastering wordpress
 
The biggest stores on Magento
The biggest stores on MagentoThe biggest stores on Magento
The biggest stores on Magento
 
WordPress vs. Magento: The Better CMS Option For You?
WordPress vs. Magento: The Better CMS Option For You?WordPress vs. Magento: The Better CMS Option For You?
WordPress vs. Magento: The Better CMS Option For You?
 
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/...
 
ProjectDoc
ProjectDocProjectDoc
ProjectDoc
 
Pros and Cons of Magento 2.0: Should you choose it in 2021?
Pros and Cons of Magento 2.0: Should you choose it in 2021?Pros and Cons of Magento 2.0: Should you choose it in 2021?
Pros and Cons of Magento 2.0: Should you choose it in 2021?
 
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practicesSPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
 
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
 
Share point 2013: introduction, features, and roles
Share point 2013: introduction, features, and rolesShare point 2013: introduction, features, and roles
Share point 2013: introduction, features, and roles
 
Wordpress vs joomla
Wordpress vs joomlaWordpress vs joomla
Wordpress vs joomla
 

Recently uploaded

GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 

Recently uploaded (20)

GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 

Tsvetan stoychev m_mspeakers-edited-final

  • 1. Have you ever missed a plane? MMeeeett MMaaggeennttoo PPoollaanndd 22001144
  • 2. To save 700 euro and to be at work tomorrow? Meet Magento Poland 2014 – To give my best and to manage to meet the Magento community?
  • 3. Publishing free open source Magento extensions – examples, benefits and MMeeeett MMaaggeennttoo PPoollaanndd 22001144 observations Tsvetan Stoychev
  • 4. About me Tsvetan Stoychev (@ceckoslab)  Born: In Razgrad, Bulgaria  Last 5 years doing Magento  Magento Certified  I am NOT an open source evangelist  9 published open source extensions  Current job – Jarlssen / Session Digital GmbH Meet Magento Poland 2014
  • 5. About the topic Publishing free open source Magento extensions • Examples – I will show 3 Magento extensions • Benefits – I will describe some of the benefits of publishing your extensions as free and open source • Observations – I will share advices and thoughts Meet Magento Poland 2014
  • 6. Publishing free open source Magento extensions MMeeeett MMaaggeennttoo PPoollaanndd 22001144 Examples
  • 7. Styling a static block - “My” Workflow CSS and Images CSS and Images Meet Magento Poland 2014 Bob (FE) Alice (FE) Repository Content Skype Email Magento admin Install script Content
  • 8. Extension - Jarlssen_CmsFiles Meet Magento Poland 2014 Better Workflow CSS, Images and Content as *.phtml CSS, Images and Content as *.phtml Bob (FE) Alice (FE) Repository
  • 9. Extension - Jarlssen_CmsFiles Meet Magento Poland 2014 CMS Pages / Blocks DB File system *.phtml versions of Pages and Blocks DB records of Pages and Blocks
  • 10. Extension - Jarlssen_CmsFiles ( admin interface ) Meet Magento Poland 2014
  • 11. Extension - Jarlssen_CmsFiles A helpful shell script that allows you to do: Meet Magento Poland 2014 Pull Push Diff
  • 12. Extension - Jarlssen_CmsFiles Meet Magento Poland 2014 Facts  License: OSL 3.0  http://github.com/Jarlssen/Jarlssen_CmsFiles  MODMAN  Zero opened issues so far  It's perfect for development but it's not recommended for use in production  Good for projects that lack specification and you quickly have to show results in the initial development phase  Helped to our FE developers to increase their productivity
  • 13. What will happen if you try to save an attribute with more than 1000 options? MMeeeett MMaaggeennttoo PPoollaanndd 22001144 ?
  • 14. Extension - Jarlssen_FasterAttributeOptionEdit Quote from Magento forums: “Well, I added 1000 manufacturers and a few hundred flavors into the store (to 1.42 CE). When I attempt to edit either attribute, I get a “script unresponsive” error in my browser.” Meet Magento Poland 2014
  • 15. Extension - Jarlssen_FasterAttributeOptionEdit Meet Magento Poland 2014 Facts  License: OSL 3.0  http://github.com/Jarlssen/Jarlssen_FasterAttributeOptionEdit  MODMAN  Blog post: http://goo.gl/Cl0R0N  1 contributor  4 people favourited the extension in GITGUB  1 developer contributed  Every month someone send us a Thank you email  We've published reference to the solution in StackOverflow and the Magento forum
  • 16. Extension - Jarlssen_UploaderComponent Developer’s module for generic file upload in the admin forms Meet Magento Poland 2014
  • 17. Extension - Jarlssen_UploaderComponent Config path: global/jarlssen_uploader_component_config/uploads Meet Magento Poland 2014 How to use <global> <jarlssen_uploader_component_config> <uploads> <MyCompany_MyModule_Model_Item> <thumbnail> <upload_dir>my_module/thumbnail</upload_dir> <allowed_extensions>jpg,png,gif</allowed_extensions> <input_name>thumbnail</input_name> </thumbnail> <pdf> <upload_dir>my_module/pdf</upload_dir> <allowed_extensions>pdf</allowed_extensions> <input_name>pdf_file</input_name> </pdf> </MyCompany_MyModule_Model_Item> </uploads> </jarlssen_uploader_component_config> </global> Model class name Field config
  • 18. Extension - Jarlssen_UploaderComponent Meet Magento Poland 2014 Facts  License: OSL 3.0  http://github.com/Jarlssen/Jarlssen_UploaderComponent  MODMAN  Blog post: http://goo.gl/rgzc4N  Zero opened issues so far  Has written unit tests (EcomDev_PHPUnit)  Respects DRY principle!
  • 19. Publishing free open source Magento extensions MMeeeett MMaaggeennttoo PPoollaanndd 22001144 Benefits
  • 20. Meet Magento Poland 2014 Benefits Constructive Criticism
  • 21. Meet Magento Poland 2014 Benefits QA services for free
  • 22. Meet Magento Poland 2014 Benefits Somebody may like to contribute
  • 23. Meet Magento Poland 2014 Benefits Feedback about the current needs of the market
  • 24. Publishing free open source Magento extensions Observations MMeeeett MMaaggeennttoo PPoollaanndd 22001144
  • 25. Meet Magento Poland 2014 Observations Most of the ideas for open source extensions come from real projects during solving real business problems.
  • 26. Meet Magento Poland 2014 Observations How to be more successful?
  • 27. How to be more successful? Write technical documentation Meet Magento Poland 2014
  • 28. How to be more successful? Make it easy to install ( Modman, Compose and etc. ) Meet Magento Poland 2014
  • 29. How to be more successful? Write a blog post about your extension Meet Magento Poland 2014
  • 30. How to be more successful? Share in the social networks (Twitter, Linkedin etc.) Meet Magento Poland 2014
  • 31. How to be more successful? If your extension solves a problem described in a forum or stack overflow, then post a comment and link to the extension's repository Meet Magento Poland 2014
  • 32. Meet Magento Poland 2014 Observations The idea and benefits of publishing free open source extensions are great, but take TIME!
  • 33. Meet Magento Poland 2014 Observations Some extensions should indeed be free and open source! Of course, I am talking from personal experience!
  • 34. Meet Magento Poland 2014 Observations There is a possibility that somebody will sell your free extension as their own product!!! No worries, it's OK!
  • 35. Meet Magento Poland 2014 Observations Should somebody make money from my open source extension? Sure, why not?
  • 36. Meet Magento Poland 2014 Observations Choose a license that works for you. http://choosealicense.com/ (I am not a lawyer)
  • 37. Meet Magento Poland 2014 Observations Open source can boost sales!
  • 38. Questions? Meet Magento Poland 2014