-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from elgentos/speaker-agenda
Added speaker data
- Loading branch information
Showing
20 changed files
with
149 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
start,end,type,speaker,title,url | ||
08:30,09:00,social,,Welcome, | ||
09:00,09:15,talk,,Opening, | ||
8:30,0:30,social,,Welcome, | ||
9:00,0:15,talk,,Opening, | ||
9:15,0:35,talk,Nils Preuß,"Adobe Commerce to MageOs migration, what could possibly go wrong?", | ||
9:50,0:35,talk,Karlijn Löwik & Erwin Hofman, We Love LoAF (& INP), | ||
10:25,0:30,social,,Coffee, | ||
10:55,0:35,talk,Toon Van Dooren,Varnish xKey + Magento, | ||
11:30,0:35,talk,Willem Poortman,Magewire 3, | ||
12:05,0:15,lightning talk,Oskars Tuns,⚡ Developer Happiness Management, | ||
12:20,0:45,social,,Lunch, | ||
13:05,0:15,lightning quiz,,⚡ Quiz, | ||
13:20,0:35,talk,Jisse Reitsma,Rapid code development in Magento, | ||
13:55,0:35,talk,Michiel Gerritsen,Lessons learned from integrating PSPs into the Hyvä Checkout, | ||
14:30,0:35,talk,Haimanti Dekker,The weird manager, | ||
15:05,0:30,social,,Coffee, | ||
15:35,0:15,lightning talk,Andreas von Studnitz,⚡ Navigating Your Career as a Senior Developer: Personal Insights and Lessons Learned, | ||
15:50,0:35,talk,John O'Rourke,How to not Hurt People with Software, | ||
16:25,0:15,lightning talk,Sanne Bolkesteijn,⚡ Rebuilding a community - what we can learn from the success of Mage-OS NL, | ||
16:40,0:15,talk,,Closing remarks, | ||
16:55,3:00,social,,After Party - Sponsored RUMvision,/sponsors/ | ||
19:55,,social,,Optional dinner in city centre, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: speaker | ||
title: "⚡ Navigating Your Career as a Senior Developer: Personal Insights and Lessons Learned" | ||
name: Andreas von Studnitz | ||
permalink: /speakers/andreas-von-studnitz/ | ||
img: | ||
linkedin: https://www.linkedin.com/in/andreasv1/ | ||
website: https://www.integer.net/ | ||
--- | ||
|
||
## The talk: {{ page.title }} | ||
|
||
## About { page.name }} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: speaker | ||
title: "The weird manager" | ||
name: Haimanti Dekker | ||
permalink: /speakers/haimanti-dekker/ | ||
img: | ||
linkedin: https://www.linkedin.com/in/haimanti-dekker-319a6a70/ | ||
website: https://haimantidekker.nl/ | ||
--- | ||
|
||
## The talk: {{ page.title }} | ||
|
||
## About { page.name }} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,13 @@ | ||
--- | ||
layout: speaker | ||
title: How can we enforce better Magento extensions? | ||
title: "Rapid code development in Magento" | ||
name: Jisse Reitsma | ||
permalink: /speakers/jisse-reitsma/ | ||
img: jisse-reitsma.jpg | ||
twitter: jissereitsma | ||
website: https://yireo.com/ | ||
img: | ||
linkedin: https://www.linkedin.com/in/jissereitsma/ | ||
website: https://www.yireo.nl// | ||
--- | ||
|
||
## {{ page.title }} | ||
## The talk: {{ page.title }} | ||
|
||
|
||
The current ecosystem of Magento gives room for both bad and good extensions. Of course, if you are one of the cool | ||
kids, you are only high-quality extensions or even better, you only rely on your code. But in real-life, the success of | ||
Magento is there thanks to the 1000s of extensions that allow you to easily modify the Magento system. And often, these | ||
extensions do these things in dead-ugly ways, that make you work hard once you need to track issues or develop | ||
custom-code on top of it. | ||
|
||
How to prevent this from happening? Not using any extension is not the answer. Only relying on trustworthy extensions is | ||
part of the answer, but how do you define what is trustworthy? This talk goes through a series of known checks on which | ||
to base extension quality (code quality, testing, yadayada) but it goes a step further: It discusses on how to enforce | ||
MFTF, how to guarantee certain dependency tracking, how to do code reviews, how to apply Marketplace checks on | ||
non-Marketplace code. It discusses this in the light of new changes (headless; Adobe; climate change). Part of it is to | ||
explain the efforts of Magento Marketplace and ExtDN. Part of it is a personal brainfart. Part of it is an open question | ||
on where to move with Magento next. This is meant as a feedback-driven talk to ask ourselves the question what we can do | ||
to help the ecosystem of extensions improve. | ||
|
||
## {{ page.name }} | ||
I'm the owner, developer and trainer of Yireo, providing numerous Magento extensions to the community, but also training | ||
frontend developers and backend developers throughout Europe. I was awarded a Magento Mastership for organizing | ||
usergroup meetings, hackathons and developer conferences like MageTestFest and Reacticon. I'm also part of ExtDN, the | ||
Magento extension developer network. | ||
## About { page.name }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: speaker | ||
title: "How to not Hurt People with Software" | ||
name: John O'Rourke | ||
permalink: /speakers/john-o-rourke/ | ||
img: | ||
linkedin: https://www.linkedin.com/in/getjohnorourke | ||
website: https://getjohn.co.uk/ | ||
--- | ||
|
||
## The talk: {{ page.title }} | ||
|
||
## About { page.name }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: speaker | ||
title: "We Love LoAF (& INP)" | ||
name: Karlijn Löwik & Erwin Hofman | ||
permalink: /speakers/karlijn-en-erwin/ | ||
img: | ||
linkedin: https://www.linkedin.com/in/erwinhofman/ | ||
website: https://www.rumvision.com/ | ||
--- | ||
|
||
## The talk: {{ page.title }} | ||
|
||
## About { page.name }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,13 @@ | ||
--- | ||
layout: speaker | ||
title: Getting started with testing in Magento 2 | ||
title: "Lessons learned from integrating PSPs into the Hyvä Checkout" | ||
name: Michiel Gerritsen | ||
permalink: /speakers/michiel-gerritsen/ | ||
img: michiel-gerritsen.jpg | ||
twitter: mbdgerritsen | ||
website: http://www.controlaltdelete.nl/ | ||
img: | ||
linkedin: https://www.linkedin.com/in/michielgerritsen/ | ||
website: https://www.controlaltdelete.nl/ | ||
--- | ||
|
||
## {{ page.title }} | ||
We all know we should do it. But where to start? What should we test? Do I need a CI pipeline to test? How to convince | ||
the manager to spend time on testing? | ||
|
||
These are all valid questions, and I hope to answer them all for you. I've been adding tests to my code for a few years | ||
now, and I'm at the point where adding tests speed up my development instead of slowing it down. But the road to this | ||
point can be bumpy. I hope to give you a head start and improve your code. | ||
|
||
## {{ page.name }} | ||
Hi, I’m Michiel. I am working in the e-commerce industry for over 10 years as a developer. When I started I worked with | ||
small retailers. After working for different agencies I am now working as a freelancer for companies with millions and | ||
millions of revenue. I loved tested code that looks great and works even better. | ||
## The talk: {{ page.title }} | ||
|
||
## About { page.name }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: speaker | ||
title: "Adobe Commerce to MageOs migration, what could possibly go wrong?" | ||
name: Nils Preuß | ||
permalink: /speakers/nils-preus/ | ||
img: | ||
linkedin: https://www.linkedin.com/in/%E2%8C%A8nils-preu%C3%9F-6b3a066/ | ||
website: https://www.tractive.com/ | ||
--- | ||
|
||
## The talk: {{ page.title }} | ||
|
||
## About { page.name }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: speaker | ||
title: "⚡ Developer Happiness Management" | ||
name: Oskars Tuns | ||
permalink: /speakers/oskar-tuns/ | ||
img: | ||
linkedin: https://www.linkedin.com/in/oskars-tuns-44b1961/ | ||
website: https://www.developers-alliance.com/ | ||
--- | ||
|
||
## The talk: {{ page.title }} | ||
|
||
## About { page.name }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: speaker | ||
title: "⚡ Rebuilding a community - what we can learn from the success of Mage-OS NL" | ||
name: Sanne Bolkensteijn | ||
permalink: /speakers/sanne-bolkensteijn/ | ||
img: | ||
linkedin: https://www.linkedin.com/in/sanne-bolkenstein-12079726/ | ||
website: https://www.hyva.io/ | ||
--- | ||
|
||
## The talk: {{ page.title }} | ||
|
||
## About { page.name }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: speaker | ||
title: "Varnish xKey + Magento" | ||
name: Toon Van Dooren | ||
permalink: /speakers/toon-van-dooren/ | ||
img: | ||
linkedin: https://www.linkedin.com/in/toon-van-dooren-aa735a48/ | ||
website: https://www.savvii.com/ | ||
--- | ||
|
||
## The talk: {{ page.title }} | ||
|
||
## About { page.name }} |
Oops, something went wrong.