PHP USERGROUP DRESDEN e.V. [VR 9725]


Events


Save the dates

Wann findet das nächste Meetup statt? Was ist schon passiert?

Hier findest du einen Überblick über all unsere Treffen und größere Developer Days. Wir versuchen unser bestes alle 6 Wochen ein Meetup auf die Beine zu stellen.

Schließ dich unserer Gruppe PHP USERGROUP DRESDEN auf meetup.com an. Dort veröffentlichen wir all unsere künftigen Meetups.


SAVE YOUR SEAT

Nächstes Event

Meetup I/2024 — E-Rezept Insights

ostec GmbH, Yenidze, Weißeritzstr. 3, 01067 Dresden

PHPUGDD Meetup I/2024, Feb. 6, Speakers: André Gruhn, Topic: E-Rezept Insights
Programm / Program

18:30 Uhr (06:30pm) - Doors Open

18:45 Uhr (06:45pm) - User group intro

18:50 Uhr (6:50pm) - Host intro

19:00 Uhr (07:00pm) - E-Rezept Insights (Main Talk)

Ab Anfang 2024 wird das E-Rezept verpflichtend. scanacs bietet für Apotheken die Direktabrechnung von E-Rezepten gegenüber Kostenträgern an. Ich möchte in diesem Talk auf die Komponenten, Formate und den Prozess vom Arzt bis zur Abrechnung gegenüber der Krankenkasse eingehen. Zuletzt werde ich beschreiben wie wir verschiedene E-Rezept Use Cases mittels Gherkin und Codeception in PHP bei scanacs umgesetzt haben.

Language: German

By André Gruhn

20:00 Uhr (08:00pm) - Community + Socializing

Call for Papers (CFP) - Always open!

Für unsere Meetups suchen wir immer wieder neue Themen und Redner. Du hast dich mit einem Thema intensiv beschäftigt und möchtest dein Wissen mit anderen teilen? Dann erfüllst du schon 90% der Anforderungen, um bei unseren Treffen als Speaker aufzutreten. Mehr Infos...


Ein Meetup hosten?

Du oder Ihr habt die Möglichkeit und Interesse mal ein Meetup selbst auszurichten? Mehr Infos...


In deinen Kalender importieren

Event Kalender 2024


Vergangene Events

X-MAS Meetup 2023 am 14. Dezember 2023

move elevator GmbH, Königsbrücker Str. 76, 01099 Dresden

PHPUGDD X-MAS Meetup 2023, Dec. 13, Speakers: Jan Männig, Holger Woltersdorf, Topics: PDFtk The PDF toolkit in PHP, What's new in PHP 8.3

Programm / Program

PDFtk — Das PDF toolkit in PHP nutzen (Lighting Talk)

Wie befüllen wir dynamische Formulare, Gutscheine usw. ohne dass wir uns mit Positionen, Schriftgrößen usw. rumärgern zu müssen.

Language: German

By Jan Männig

What's new in PHP 8.3 (Main Talk)

Slides: https://speakerdeck.com/hollodotme/whats-new-in-php-8-dot-3

I'll show you the new features, deprecations and BC breaks of the new PHP release with some comparing code samples and fun facts.

Language: German or English

By Holger Woltersdorf

Holger is Co-Founder and CEO at MPOWR IT GmbH. He is an IT consultant, hands-on software architect & developer with a focus on building sustainable software while enabling and growing a professional team around it. He has about 25 years of developer and team-lead experience in mobile communication, fashion and food eCommerce, as well as in other industries.


Meetup V/2023 am 13. November 2023

portrino GmbH, Könneritzstr. 3, 01067 Dresden

PHPUGDD Meetup V/2023, Nov. 13, Speakers: Oliver Drotbohm, Holger Woltersdorf, Topics: Architekturexplizite Applikationen mit xMolecules, MQTT Best Practices
Programm / Program
MQTT Best Practices (Lightning Talk)

This talk will give a brief introduction to MQTT, what it is used for and will show you how to apply best practices with an example.

Slides: https://speakerdeck.com/hollodotme/mqtt-best-practices

Language: German or English

by Holger Woltersdorf

Holger is Co-Founder and CEO at MPOWR IT GmbH. He is an IT consultant, hands-on software architect & developer with a focus on building sustainable software while enabling and growing a professional team around it. He has about 25 years of developer and team-lead experience in mobile communication, fashion and food eCommerce, as well as in other industries.

Architekturexplizite Applikationen mit xMolecules (Main Talk)

Applikationen basieren üblicherweise auf einem Framework oder einer Entwicklungsplattform. Einige davon erlauben es, architektonische Konzepte auszudrücken. Diese jedoch direkt in Code abzubilden, bleibt meist eine Herausforderung, ebenso wie die Trennung von fachlichem Code und Applikationsframework.

xMolecules ist eine Framework-unabhängige Bibliothek, die es erlaubt, verbreitete, architektonische Konzepte direkt in Code verschiedener Programmiersprachen darzustellen, zu überprüfen, ob Regeln bezüglich der Implementierung dieser eingehalten werden und die nötige technische Integration, sowie entsprechende Dokumentation abzuleiten.

Der Vortrag gibt einen Überblick über die Java-Variante jMolecules, den grundsätzlichen Ansatz und zeigt, wie Entwickler:innen die bereitgestellten Abstraktionen mit Frameworks wie Spring, Jackson und JPA nutzen können. Darüber hinaus diskutieren wir, wie solche Ansätze in einem PHP Port der Bibliothek nutzbar gemacht werden können.

Language: German or English

by Oliver Drotbohm

Oliver Drotbohm ist Teil des Spring Engineering Teams bei VMware. Seine Arbeitsschwerpunkte liegen im Bereich Softwarearchitektur, Domain-Driven Design, REST, Spring und Persistenztechnologien. Sein neues Buch „Modulithic Applications with Spring“ erscheint 2024.


Meetup IV/2023 am 8. Juni 2023

Zalari GmbH, Hermann-Mende-Str. 4, 01099 Dresden

Building Sustainable Web Applications: Implementing Hexagonal and Layered Architectures in PHP and React (Lightning Talk)

In the ever-evolving landscape of web application development, building sustainable and robust applications is crucial. This talk explores the implementation of hexagonal and layered architectures in PHP and React, presenting a practical approach to building enterprise web applications which are easy to adapt and maintain.

Hexagonal architecture, also known as ports and adapters architecture, focuses on decoupling the application’s core logic from external dependencies. By employing hexagonal architecture principles, developers can achieve improved testability, maintainability, and scalability. This talk delves into the core concepts of hexagonal architecture and showcases how it can be seamlessly integrated into PHP projects.

Layered architecture, on the other hand, promotes the separation of concerns by organizing application components into logical layers. This architectural style enables better code organization and modularity, leading to improved code quality and maintainability. By demonstrating real-world examples, this session illustrates how layered architecture can be implemented effectively in React applications, enabling developers to build scalable and maintainable web applications.

Throughout the talk, attendees will gain practical insights and best practices for implementing hexagonal and layered architectures in PHP and React. Ralf will share code examples, tips, and techniques, providing attendees with actionable knowledge to apply in their own projects. And they will leave with the knowledge and confidence to architect applications that are easier to maintain, test, and scale, ultimately leading to more robust and successful web applications in the long run.

By Ralf Junghanns

Flash in aktuellen Browsern verwenden (Main talk)

Flash ist tot, denken die meisten, aber mit genügend Energie, läuft es noch das alte Flash-Projekt oder wir versuchen es mal mit openfl + haxelib wenigstens. Dazu gibt es etwas Lesematerial und viele gelernte Erfahrungen aus großen Code-Basen und wie man denn nun den Kram in ein paar Jahren noch effizient nutzen kann.


Meetup III/2023 am 4. Mai 2023

TAG24 Dresden Campus, Ostra-Allee 18, 01067 Dresden

⚡️ Video on YouTube

What is Performance Driven Development and why aren't you doing it? (Main Talk)

by James Seconde

Language: English


Meetup II/2023 am 22. März 2023

queo GmbH, Tharandter Str. 13, 01159 Dresden

Wie kann uns AI als Devs unterstützen? (Lightning Talk)

Dabei möchte ich explizit auf Github CoPilot und ChatGPT eingehen und ein paar Beispiele vorstellen. Zudem auch zusammen mit den Teilnehmenden ein paar Anfragen ausprobieren.

By Sascha Latzkowski (GitHub)

SAST für PHP Applikationen - Einstieg in Security-Bewertung mittels statischer Code-Analyse (Main Talk)

Dieser Talk liefert einen Einstieg in die Security-Bewertung mittels statischer Code-Analyse in PHP unter Verwendung des Open Source Frameworks PsalmPHP und und setzt dies in Relation mit einigen anderen proprietären Services am Markt. Anhand einfacher Beispiele werden Möglichkeiten, neue Herausforderungen, aber auch die Grenzen von SAST erklärt.

By Oliver Hader (Twitter, LinkedIn, GitHub)


Meetup I/2023 am 09. Februar 2023

ostec GmbH — Yenidze, Weißeritzstr. 3, 01067 Dresden

⚡️ Video on YouTube

Initiating change: An approach for developers (Main Talk)

You notice some things are going wrong in your team.Code-Quality suffers, Code-Reviews are not helpful, the Architecture is a plate of spaghetti, distributed over the wall.You have many ideas how to improve the situation.

But how can I push the team in the right direction?This talk is about:

  • Problematic changes
  • Convincing the team of an idea they hate
  • CI as your Hammer
  • Tools and behaviors
  • Metrics & Celebrate success

by Patrick Heller

Language: German/English


Meetup V/2022 am 07. Dezember 2022

move:elevator — Königsbrücker Str. 76 · Dresden

⚡️ Video stream on YouTube

Programm / Program

Open API Integration mit Symfony (Lightning Talk)

by Jan Männig

Language: German

Ich zeige wie wir OpenApi Spezifikation für Validierung, Dokumentation und Abstimmung mit dem Frontend in unsere Symfony-Projekte integrieren.

What's new in PHP 8.2 (Lightning Talk)

by Holger Woltersdorf


Meetup IV/2022 am 09. November 2022

seventhings — Hainstr. 2, 01097 Dresden

⚡️ Live stream on YouTube

PHPat - Define your application architecture by writing tests (Main Talk)

by Gerd Rönsch & Ralf Junghanns

Language: English

PHPat allows you to write tests that verify your applications architecture using PHPUnit-Style tests. This makes it easy to introduce architecture requirements step by step and allows for readable custom rules-sets. This talk will cover an introduction how to write tests with PHPat and will show complex examples from real-world applications.

Summer BBQ 2022 am 25. August 2022

Dachterrasse vom Dresdner Volkshaus am Schützenplatz 14, 01067 Dresden

Recording of the talk: https://youtu.be/lmwqTD_jpcc


The PHP USERGROUP DRESDEN e.V. becomes 6 years old and wants to celebrate with its members, friends and partners.

The road to more resilience: an introduction to static code analysis (Main Talk)

In this session I will introduce you to static code analysis, a powerful solution to analyze your Magento modules and catch problems without writing an extensive amount of tests or without running the code in production. I will introduce you to phpstan - a tool shipped with Magento out-of-the-box - and show you how you can get the most of it for your own projects.

by Stephan Hochdörfer

Language: German or Englisch


Meetup III/2022 am 11. Mai 2022

ZOOM Remote Meeting

JSON-Schema (Main Talk)

by Ingo Walther

Language: German

Immer wieder bietet das Arbeiten mit JSON-Daten einige Herausforderungen. So werden zum Beispiel verhältnismäßig viele Codezeilen nötig um die JSON-Responses einer Fremd-API zu validieren. Wie kann ich mit einem JSON-Schema schnell und einfach JSON-Daten validieren? Welche weiteren Herausforderungen kann ich mit einem JSON-Schema meistern und welche (PHP-) Tools unterstützen mich dabei?

Video vom Meetup auf Youtube: https://youtu.be/F72-TJA7idU


Meetup II/2022 am 21. März 2022

Remote Meeting

Programm / Program

How good are my tests? (Main Talk)

by Stephan Hochdörfer

Language: German/English

How to measure the quality of unit tests? Code coverage is not necessarily a good indicator to answer this question. What other options do we have? Do we need tests to test the quality of our tests? In some way, yes we do. In this session, I will introduce you to the concept of mutation-based testing and how this technique can be used to improve the quality of your test suite.

Meetup I/2022 am 10. Februar 2022

Programm / Program

Deploy PHP Apps with Docker - The Essentials (Main Talk)

by Matthew Setter

Meetup I am 25. Februar 2020

Sandstorm Media GmbH, Tatzberg 47, 01307 Dresden

Programm / Program

Lessons Learned - Running a Kubernetes cluster for more than two years (Main talk)

by Sebastian Kurfürst

Language: German or English


Meetup VII am 13. November 2019

LOVOO GmbH, Prager Str. 10, 01099 Dresden

Programm / Program

Recap CMS Leadership Summit (Lightning talk)

Einblicke in Themen, die aktuell in bei CMS und eCommerce-Systemen diskutiert werden, und wie Google dabei helfen will.

by Lidia Demin, webit! Gesellschaft für neue Medien mbH

Language: German or English

Event Sourcing (Main talk)

Üblicherweise bildet man Entity-Relationship-Modelle über das Relationale Modell ab. Mit Event Sourcing gibt es aber auch noch einen anderen Ansatz. Bei Axilaris haben wir nun die ersten zwei Projekt mit diesem Ereignis getriebenen Datenmodell umgesetzt und können aus der Praxis berichten. Spoiler: wir haben bislang alles selbst implementiert. Welche Vor- und Nachteile diese beiden Ansätze untereinander haben werde ich aufzeigen. Dabei gehe ich u.a. auf Themen wie Normalisierung, CQRS und Projektionen ein. Tatsächlich spielt am Ende auch die Frage eine zentrale Rolle, welcher Ansatz wo passt.

by Ronny Hartenstein

Language: German


Xdebug workshop with Derick Rethans


October 4th, 2019 Fortuneglobe GmbHSchützenplatz 14, 01067 Dresden

READ MORE...


Meetup VI am 13. August 2019 - IaC mit Pulumi

K11 Ersatzteilshop GmbH, Alaunstr. 9, Dresden

Programm / Program

18:30 Uhr (06:30pm) - Doors Open

19:00 Uhr (07:00pm) - User group + Host Intro

19:30 Uhr (07:30pm) - Infrastructure as a real code with Pulumi (Main talk)

Language: German

“Infrastructure as Code” (IaC) heißt das Zauberwort, wenn es darum geht Software-defined Infrastructure für massiv skalierbare und hoch verfügbare Cloud-Anwendungen automatisierbar und revisionierbar bereitzustellen. Werkzeuge wie z.B. Ansible, Chef, Puppet, Terraform und ARM Templates erfordern das Erlernen einer weiteren speziellen Sprache (DSL) oder basieren auf JSON/YAML Templating. Wir glauben, dass die Verwendung einer bekannten Programmiersprache, wie JavaScript oder Python, in Verbindung mit echter “Infrastructure as Code”-Funktionalität eine interessante Kombination darstellt, die wir im Folgenden auf Basis von “Pulumi” näher vorstellen wollen.

https://www.pulumi.com

In der Live-Demo wollen wir - beginnend mit einer einfachen Web App - einen ersten Infrastruktur-Stack programmieren. Darauf aufbauend soll gezeigt werden, wie leicht man sich wiederverwendbare Infrastruktur-Komponenten erstellen kann. Die komplett automatisierte Provisionierung eines Kubernetes Clusters samt Deployment einer umfangreichen Cloud Native Applikation sollen die Möglichkeiten der Verwendung einer General Purpose Programmiersprache wie z.B. JavaScript aufzeigen.

By Lars Martin

20:30 Uhr (08:30pm) - Community + Socializing


Meetup IV am 23. Mai 2019 - GraphQL + Doctrine + Mutation testing

Offerista GmbH, Schützenplatz 14, Dresden

Programm / Program

18:30 Uhr (06:30pm) - Doors Open

19:00 Uhr (07:00pm) - User group + Host Intro

19:30 Uhr (07:30pm) - Practical GraphQL with Symfony and Doctrine (Lightning talk)

Language: English

GraphQL is an interesting way of exposing data for client applications. Allows for highly customised data transfers based on requirements of the consumer, let it be some other system or web site. Aim of this talk would be to present the basic concepts of GraphQL and show example implementation of data retrieval, data mutations and handling lists of data in Symfony Framework.

I propose lightning talk, where basic concepts are described and example code shown and demonstrated, there are possible some more in-depth topics, the question is, whether to extend it to full talk, which I am not sure, if there are enough interesting things.

By Miro Hudak - 20+ years of experience in software development (C#, PHP, Java, ObjC/Swift) for corporate and private clients

20:15 Uhr (08:15pm) - Short break

20:30 Uhr (08:30pm) - Mutation Testing (Main talk)

Language: English

With the rise of cyber attacks and an increasing competitive market, it’s even more important to ensure that your application delivers exactly what you had envisioned and you can make changes continuously. By providing mutation testing in your set of tests, you at least have a good indicator where to focus your attention and ensure a successful deployment every time. In this session we’re going to look at Infection, the Mutation Testing Framework for PHP and show with an example application how these mutations can have a negative impact on your application and how you can use Infection to mitigate these risks and improve the quality of your tests and your application source code.

By Michelangelo van Dam (@DragonBe) - CEO of in2it vof, Belgium

21:30 Uhr (09:15pm) - Community + Socializing


Meetup III am 10. April 2019 - OSS Contributing & Event Sourced CMS

portrino GmbH, Könneritzstraße 3, Dresden

  • Fork, Checkout, Branch, PR, WTF? - OSS Contribution in 3 minutes (Lightning talk)

Github is a very cool platform for Open Source Software projects (OSS). Everyone can contribute with just a few clicks. There is no need to fork, branch and create a PR yourself - GitHub will do all those steps for you! All you need is a GitHub account.

I would like to show how easy this process is with just a browser, you don't even need to install git or an IDE to contribute.

By Michael Grundkötter (@Grundi2) - CEO of ujamii GmbH

  • Event Sourcing am Beispiel des Neos Content Repository (Main talk)

    Wir sind momentan dabei, eine der wichtigsten Komponenten in Neos CMS mit Event Sourcing neu zu entwickeln. Ich will in diesem Talk zeigen, wie man Event Sourcing in der Praxis anwenden kann.

    Zuerst wird erklärt, was Event Sourcing und CQRS ist, in welchen Kontexten es Verwendung findet und welche Vor- und Nachteile dieses architekturelle Pattern hat. Danach gibt es eine kurze Einführung in die Architektur von Neos, insbesondere des Content Repository, um die aktuellen Probleme und Schwächen der bisherigen Architektur (ohne Event Sourcing) aufzuzeigen.

    Der Hauptteil des Talks ist die konkrete Demonstration von Event Sourcing am Beispiel des Neos Content Repositories; um zu demonstrieren, wie sich dieses architekturelle Pattern auf größere, langlebige Projekte auswirkt.

    By Sebastian Kurfürst (@skurfuerst) - Sebastian is a member of the Flow and Neos team almost since its inception. He is most known for his work on Fluid, Extbase and Fusion, but has worked on other parts of the source code as well. As co-founder and CTO at Sandstorm he helps to build relevant solutions for clients, helping them to choose the right frontend and backend technologies. In his free time, you'll most likely find spend time with his wife and son, or you'll see him climbing in the Saxon Switzerland.


Meetup II - OpenID Connect am 26. Februar 2019

Tyclipso, Grundstr. 1, 01326 Dresden

  • OpenID Connect (Lightning Talk)

    Man findet sie auf vielen Webseiten, die Login-Möglichkeiten über Google, Facebook oder Twitter. Der Vortrag geht kurz auf die dahinterliegenden Technologien und Protokolle OpenId Connect, OAuth, JWT und JWKS ein und wie die Integration für den Dienst SwissId realisiert wurde.

    By Frank Hönisch ( @frankTTDD)

    Chefentwickler Backend bei tyclipso.net

    View slides

  • Make Migration of Legacy Code Fun Again - from Years to Weeks (Lightning Talk)

    By Tomáš Votruba ( @votrubaT)

    Learn faster, earn better money and work on projects that are meaningful to you. I help programmers to unlock their inner powers, start believing in themselves and becoming 200 % productive with less wasted energy.

    View slides

  • Business Metrics with PHP, Prometheus, Grafana & more (Lightning talk)

    We will show you how quick you can bring up a prometheus & grafana setup using docker(-compose) and how you can use PHP to feed it with business metrics from your applications and why you should do so. We will also mention other data sources and alerting APIs.

    By Michael Grundkötter ( @Grundi2) - CEO & Developer at ujamii smart solutions

    and Holger Woltersdorf ( @hollodotme) - CIO at FORTUNE SOLUTIONS

MEETUP II/2019 • Tyclipso • Dresden

Meetup I - CTF & Security am 14. Januar 2019

Was hab ich?, Theaterstr. 4, 01067 Dresden

  • XSS PHP CSP ETC OMG WTF BBQ (Main Talk)

    How to defend against XSS in 2019 because manually calling htmlspecialchars() is so 90s. We'll talk about templating engines, XSS Filters, Content Security Policy and more.

    By Michal Špaček ( @spazef0rze)

  • What the flag is CTF? (Main Talk)

    Since 2011 Mallle's CTF-Team Eat, Sleep, Pwn, Repeat organizes a Capture the Flag contest for people at Chaos Communication Congress and from all over the world, where over a thousand teams are competing every year who's getting the most points from captured flags.

    In this talk, he will give you a short overview about what a CTF is, the challenges, the players, the community and how much fun it is to play. After a short introduction of the different topics from reverse engineering, binary exploitation, over crypto(graphy) to web(-security) tasks he will show some of the web-challenges from this year's junior contest and solve them in a live-hacking session.

    So you can get an idea what you are up to when you decide to play, getting a closer look into web issues and see how to solve our challenges even if you never played a CTF before.

    By Mallle ( @eatsleeppwnrpt)


Meetup VIII - GitLab Pipeline & PHP 7.3 am 17. Dezember 2018

move:elevator, Königsbrücker Str. 76, 01099 Dresden

Programm / Program

  • 18:30 (06:30pm) - Doors Open

  • 19:00 (07:00pm) - Usergroup and Host Intro

  • 19:30 (07:30pm) - GitLab Pipeline mit Codeception (Main Talk)

    (in German)

    Wir schauen uns die unterschiedlichen Testarten von Never Code Alone mit dem Codeception Framework an. API, Unit und Acceptance Tests. Ich erstelle neue Tests direkt Live in der Session und gehe auf die Vor- und Nachteile ein. Das ganze Pushen wir dann live zu GitLab und schauen uns einen Review Workflow an.

    By Roland Golla ( @nevercodealone)

  • 20:15 (08:15pm) - Short break

  • 19:30 (07:30pm) - What's new in PHP 7.3 (Lightning Talk)

    (in German or English)

    Traditional introduction to the new release of PHP 7.3.

    By Holger Woltersdorf ( @hollodotme)


Meetup VII / 2018 - Static Code Analysis & Codeception am 12. November 2018

CHECK24, Prager Straße 2b, 01069 Dresden

  • Testing with Codeception: Full-stack PHP testing framework (Main talk)

    Codeception is a PHP testing framework for Behavior Driven Development, which covers all kinds of tests: unit tests, functional tests and acceptance tests. It is fast and simple in both usage and execution. This talk will give you a introduction to the software testing basics using codeception. It will also cover some stumbling blocks when writing tests, like:

    • Test code stability against small changes
    • Data stability
    • Test structure

    Last but not least I will give you a short outlook how to make your tests also understandable for product owners.

    By Susann Sgorzaly ( @susann_sg)

    Watch the slides at Slideshare

  • Static Code Analysis in PHP (Main talk)

    The type system and static code analysis can help us find bugs in our code in a early phase without writing explicit tests. I'll show you the requirements for your code to get the most of static analysis as well as the tools to get you started.

    By Benjamin Cremer ( @benjamincremer)

    Watch the slides


HACKTOBERFEST SPECIAL 18. Oktober 2018

FORTUNEGLOBE, Schützenplatz 14, 01067 Dresden

This event is about creating pull requests in open-source projects on GitHub. No matter what project or language, everyone is welcome, everyone can contribute.

All information about HACKTOBERFEST can be found here: https://hacktoberfest.digitalocean.com


Meetup VI / 2018 - GIT & Generators am 22. August 2018

CHECK24, Prager Straße 2b, 01069 Dresden

  • Mastering git – Insights & Tips & Tricks (Main talk)

    Git is a powerful source code management system and became the de facto standard for open source projects over the last couple of years. A lot of us are using it every day but are only scratching the surface of its potential. During this talk I will show you some git best practices, demystify some of its power features and share some tips and tricks from beginner to expert level.

    By the Sebastian Feldmann ( @movetodevnull)

    Watch the slides

  • Marvelous Agents of Yield (Main talk)

    Generators and thus yield are part of PHP since version 5.5. Most of the time it is used as a substitution for a full iterator implementation. But there is way more power to generators! This talk will try to unveil the hidden superpowers of interruptible loops, signals and corporative multitasking. Coincidental movie analogies included.

    By Holger Woltersdorf ( @hollodotme)

    Watch the slides on SpeakerDeck


Meetup IV / 2018 - Legacy, FP, & VR am 28. Mai 2018

thinkstep AG Tiergartenstraße 32, Dresden
@thinkstep

thinkstep AG
  • Reverse Engineering - Entwickeln gegen eine Blackbox (Main talk)

    Wir haben ein "Legacy Projekt" von einem unserer Dienstleister übernommen. Dieser hat seine eigene Bibliothek eingebunden und mit Sourceguardian verschlüsselt. Daraus ergeben sich jedoch viele Probleme, u.a. können keine PHP Upgrades durchgeführt werden, die Software wird dadurch unflexibel, ist nicht skalierbar und das größte Problem ist die Fehlersuche, da man den Quellcode nicht sehen kann.
    Momentan sind wir dabei, diese Blackbox zu ersetzen. Dazu werden Tests gegen die alten Funktionen geschrieben und die Logik neu implementiert. Ziel ist es, diese Bibliothek abzulösen, um alle notwendigen technischen Updates und Upgrades durchführen zu können.

    By the thinkstep team ( @thinkstep)

    Watch the Slides on SpeakerDeck

  • No loops needed - Functional programming in PHP (Lightning talk)

    Funktionales Programmieren wird auch in nicht-funktionalen Sprachen immer beliebter. Nachdem selbst Java funktionale Paradigmen in Form von Lambda-Ausdrücken implementiert hat, steht dem Aufstieg nichts mehr im Weg! Wie das ganze in PHP aussieht, welche Gemeinsamkeiten es mit Lego gibt und warum Schleifen durch funktionales Programmieren (fast) obsolet werden, erfahrt Ihr in diesem Lightning Talk.

    By Alexander Lichter ( @TheAlexLichter)

    Watch the slides again

  • Mixed Realities for Web (Main Talk)

    Ok, let’s get real: VR in a Web Browser isn’t something new! 2017 Firefox rolled out their support for everyone. HTC Vive, Oculus Rift and other Hardware is being supported. You can create VR experiences using your Browser and Javascript. New browser engines are powerful enough to be able to serve the experiences on a open and standardised platform. But what about AR? Or Mixed Realities? Join my session and learn how AR or better said MR is getting into your browsers, too. See how and what the platform is being able to offer and what you could expect in near future.

    By Carsten Sandtner ( @casarock)

    Watch the slides on SpeakerDeck


Meetup III / 2018 - Testing & CI am 19. April 2018

LOVOO GmbH, Prager Str. 10, 01069 Dresden
@LOVOOeng

  • From dev to prod with GitLab CI (Main talk)

    GitLab turned into a DevOps lifecycle platform instead of being "just" a web-based Git repository manager. In this session I'll guide you through the process of setting up GitLab and GitLab CI. You will learn some insights on how to configure a GitLab build via the .gitlab-ci.yml file. Together we will take a deep dive into the GitLab CI build pipelines to build and deploy docker containers to your dev, stage and production environments.

    By Stephan Hochdörfer ( @shochdoerfer)

    Watch the slides again.

  • Continuous Deployment 2.0: Playtime is Over (Main Talk)

    Continuous Deployment, TDD and Continuous Integration is nothing new anymore and many of you are already veterans deploying multiple times each day code into production. But you’re still suffering from cutting corners and doing something quick on production when time is pressing, violating the processes you all worked hard on to get approved.

    In this talk we take this very concept to the next level and show you how we used unconventional ways to deploy faster with less issues and regained control over a 10+ year old legacy application.

    By Michelangelo van Dam ( @DragonBe)

    Watch the slides again


Meetup II / 2018 - DevOps & Automation am 07. März 2018

ITEXIA GmbH, Könneritzstr. 5, 01067 Dresden (1. OG - "Konferenzraum")
@itexiagmbh

Automate all the things (Main talk)

As your company is growing it is important to have an environment that scales. So spinning up dev environments, updating test systems, ensuring your code quality, running all your tests and releasing your software continuously won’t distract you from developing great applications. I will show you how to automate repetitive tasks and how to combine great automation tools like Jenkins, Ant and Ansible and make use of some handy PHP libraries, so you can focus on the things that matter: Writing great software.

By Sebastian Feldmann ( @movetodevnull)

Automation with Ansible (Lightning talk)

Automatisierung? ANSIBLE - Einfach. Sicher. Zuverlässig.

Ansible ist ein Open-Source Werkzeug zur Automatisierung von Deployment-, Konfigurations- und Administrationsprozessen. Die Beschreibung der Aufgaben basiert auf YAML und Jinja Templates. Es lässt sich zudem in Verbindung mit Vagrant und Docker nutzen.

By Susann Sgorzaly ( @susann_sg)


Meetup I - CQRS & Event Sourcing / 2018 am 23. Januar 2018

cloudsters Dresden, Bautzner Str. 22, 01099 Dresden
@cloudstersDD

Programm / Program

TOTAL RECALL - The application that never forgets (Main talk)

Building an application upon CQRS and Event Sourcing offers three pretty nice benefits.

  1. Well structured code and business logic, separated by read and write concerns.
  2. The source of truth - A reliable and recoverable view into the past of your application state.
  3. The opportunity to answer future questions that you don't know about today.


This talk will give you a basic overview about CQRS & Event Sourcing.

By Holger Woltersdorf ( @hollodotme) - CIO at Fortuneglobe GmbH

prooph event store in action (Main talk)

Domain Events als "single source of truth" nutzen, das ist eine der Kernideen von Event Sourcing. Die Grundlage dafür bildet ein Event Store. Mit dem prooph/event-store können PHP Entwickler ihre MySql, MariaDB oder Postgres Datenbank in einen Event Store verwandeln und erhalten Zugriff auf professionelle Tools zur Arbeit mit Domain Events. Der Talk gibt einen Überblick über die Funktionsweisen des prooph/event-store und zeigt welche Vorteile sich daraus für die Software ergeben.

By Alexander Miertsch ( @prooph_software)

 


Meetup IX / 2017 am 19. Dezember 2017

move:elevator, Königsbrücker Str. 76, 01099 Dresden
@moveelevator

Symfony Flex in Action (Main talk)

Symfony Flex is a revolution in the world of Symfony and changes the way of building applications. A developer needs to focus more on dependencies, but can easily increase productivity and lower the footprint of an application. We accompanied Symfony on the way to the new Flex era and will give you concrete examples how application development now looks like and explain the key concepts.

By Christian Flothmann ( @xabbuh) - Developer at SensioLabs and Symfony Documentation and Core Team member and

Christopher Hertel ( @el_stoffel) - Developer at SensioLabs and Organizer Symfony User Group Berlin

What's new in PHP 7.2 (Lightning talk)

PHP 7.2 was released on November 30th 2017. This talk will give you a short intro to the changes in the new release.

By Holger Woltersdorf ( @hollodotme)


 

Meetup VIII / 2017 am 23. November 2017

Fortuneglobe GmbH, Schützenplatz 14, 01067 Dresden, 3. OG
@F9T3ch

API Platform

Das Frontend unabhängig vom Backend zu entwickeln wird immer mehr gängige Praxis. Ein einfacher Weg Daten zwischen beiden Systemen auszutauschen sind REST APIs. Leider kann schon die Erstellung einfacher CRUD APIs Zeitraubend sein. Gängige Probleme sind die Erstellung eines Objektes inkl. Relationen, die Validierung, Filterung von Listen und die Reduzierung von Properties die Angezeigt werden. Für All diese Standard Probleme bietet API Platform in Symfony Projekten Abhilfe.

Im Vortrag soll diese Lösung vorgestellt werden, von der Installation zur Lösung oben genannten Probleme und weiterer benefits die helfen deutlich Zeit und Nerven zu sparen.

By Frank Jogeleit ( @FrankJogeleit)


 

Meetup VII / 2017 am 11. Oktober 2017

LOGSOL GmbH, Schandauer Straße 34, Dresden, 2. OG · Dresden

 


Meetup VI / 2017 am 24. August 2017

Fortuneglobe GmbH, Schützenplatz 14, 01067 Dresden / @F9T3ch

 


Meetup V / 2017 am 17. Juli 2017

Impact Hub Dresden, Bayrische Str. 8, 01069 Dresden / dresden.impacthub.net

  • PHPkonf und andere Zufälle - Holger Woltersdorf / @hollodotme
    Ein kurzer Unterhaltungs-Talk über meine erste PHP Konferenz als Speaker im Ausland, das Treffen von bedeutsamen Personen und vielleicht ein paar Lessons learned. (Keine Katzen-Fotos, versprochen!)

  • Defensive Programming (with PHP) - Tommy Mühle / @tommy_muehle

 


Meetup IV / 2017 am 08. Juni 2017

Check24 - Prager Str. 3, Dresden


Meetup III / 2017 - "PHP Code Quality Tools"

webit! Gesellschaft für neue Medien mbH, Schandauer Str. 34, 01309 Dresden, Deutschland

Vorträge:

  • Ondřej Mirtes - Author of "PHPStan"
  • Tomáš Votruba - A tool that combines PhpCodeSniffer and PHPCsFixer for analysis of coding standards (Lightning Talk)
  • Vladimir Reznichenko - Author of the PhpStorm plugin "PHP Inspections (EA Extended)"

Alle Talks dieses Meetups in kürze auf unserem YouTube-Channel!


Meetup II / 2017 - "Dependency Injection"

LOVOO in Dresden

Vorträge:

  • Ralf Junghanns (PHP UG Dresden): Lightning Talk - Einführung in Dependency Injection
  • Stephan Hochdörfer (bitExpert AG, PHP UG Frankfurt am Main, PHP UG Rhein-Neckar): "Disco - A fresh look at DI"

 

Seht euch alle Talks dieses Meetups noch einmal auf unserem YouTube-Channel an!


 

Meetup I / 2017 am 30. Januar

Unister in Dresden

Vorträge:


 

X-Mas Issue Bash am 09. Dezember 2016

Mehr lesen...

 

PHP Developer Day am 24. September 2016

Scheune, Dresden Neustadt

Vorträge:

  • Tommy Mühle: "Library Discovery - Don't reinvent the wheel"
  • Benjamin Cremer: "Deploy shopware to the cloud"
  • Holger Woltersdorf: "Divide and Conquer - 2 Years of CQRS in Production"
  • Patrick Pächnatz: "Accelerate Jenkins - CI/Metrics Build using CLI parallelization and container virtualization"
  • Bernhard Schussek: "Forms Do's and Don'ts"
  • Sebastian Heuer: "A Developers Survival Guide for the Microservice Era"
  • Sandro Keil: "The Way to hassle free Docker PHP Web Stack Deployments"

mehr lesen... oder Videos ansehen

 

Meetup am 24. August 2016

Cloudsters DD, Dresden Neustadt

Vorträge:

 

Meetup am 29. Juni 2016

Collab & Couch, Dresden Mitte

Vorträge:

 

Meetup am 20. Mai 2016

SLUB Dresden

Vorträge:

 

Meetup am 24. Februar 2016

Queo GmbH, Dresden Löbtau

Vorträge:

 

Kick-off und erstes Meetup am 23. September 2015

move:elevator GmbH, Dresden Neustadt

Vorträge:

 

PHP Developer Day am 04. Juli 2015

Orpheum Dresden

Die Geburtsstunde der PHP USERGROUP DRESDEN