Schedule 2022

June 24, Conference day

09:45 - 10:30 CEST

Use an API contract for testing and development!
Danny Verpoort
Intermediate
A lot of us have been there before: we don't really like the URI we picked for a certain endpoint and would like to change it. There's a mobile app and a web app which depend on our API though so it would mean a large code change over 3 projects. What if we had generated client packages from our API though? It would allow automatic testing of our contract changes in the downstream application and mean only a package version bump to implement the new URI.

This talk covers how we can leverage GitLab's downstream pipelines to generate packages from an OpenApi spec and test other downstream projects with it.

10:45 - 11:30 CEST

Love Your Monolith
Mike Lehan
Intermediate
What do you think of your monolith: Should you tear it down and rebuild with microservices? What would you lose? This talk will explore how we make sensible architecture decisions, and look at how microservice concepts can help us evolve & future-proof our monolithic architecture. The monolith has come in for criticism, some of it deserved, in recent years. Microservices are heralded as the solution to many problems we face with monolithic applications. This talk will explore the reasons underpinning these architecture decisions, and examine if we can apply these principles to evolve our monolithic applications. We’ll learn about coupling, pros & cons of different approaches, and explore real world examples to see how thinking well about architecture choices can benefit us. We’ll even see how monoliths and microservices can work together - is there a best of both worlds?

This talk is drawn from experience managing a complex web application powering our startup business, grown from a single developer to a team of 12 engineers. Over the years we've been challenged as old architecture decisions cause us problems, and engineers look to new, exciting concepts like microservices to solve these.

During these processes, trying to understand why we built things the way we did, we've seen places where the knee-jerk reaction to move to microservices can be damaging, losing important embedded business knowledge from our code base. We've adopted practices to allow microservices ideas to influence how we continue to build and maintain our monolith, gaining control over our systems without losing the underlying experience codified in our systems.

I want to assure developers that tearing things down and rebuilding isn't the only way, that their existing code can be not only maintained well, but valuable because of the lessons it contains. In conversations with developers at a number of conferences I've spoken at, there's often been guilt inherent in how people think of their code vs what they see published or spoken about - I want to try and reverse this in a helpful way.

11:45 - 12:30 CEST

Bugfixing your career
Diana Scharf
Beginner
For a lot of us programming is passion and vocation – and for me, too. But last year... I almost lost my love for coding forever. It happens to the best of us: you find yourself in a job situation that destroys your love for coding and makes you question *everything*.

This talk is about how I bugfixed my career and regained contentment, meaning and genius. I will pass on the lessons I learned on how to protect yourself from false loyalty, getting out of a job you once loved, taking calculated risks and finding your own field of passion.

13:00 - 13:45 CEST

Building Recommender System in PHP8
Mihailo Joksimovic
Advanced
We are SURROUNDED with recommendation systems! Everything from targeted ads, through "usually bought together with", all to "People you may know". This is all recommender systems' doing. What you may not have known is that PHP is perfectly capable of executing Machine Learning tasks and as such, very suitable for developing recommender systems.

Join me in this talk and learn more of how to do it efficiently in PHP8!

14:00 - 14:45 CEST

Scaling: from 0 to 20 million users
Josip Stuhli
Intermediate
At SofaScore we use PHP/Syfmony and open source technologies to serve 20 milion monthly active users. This is a story of how our infrastructure and software evolved over time to accommodate an increasing number of users - from on-premise to cloud and back down. How does one make an infrastructure to handle more than a couple of users? How do you go from 100 to 1000 to 100,000 to tens of millions? What happens when due to popular demand hundreds of thousands of users hit your servers at the same time?

I'll tell you a story of how a small team of people managed to move software and services from one server to two, and then to dozens on cloud and then back to on-premise.  What we encountered on the way, where we failed, and how we solved it.

15:00 - 15:45 CEST

How to lead brilliant developers
Bryce Embry
Intermediate
Sometimes the most talented developers can also be the most frustrating to work with. They may obsess over minor details, insist on rigid adherence to peculiar rules, or simply not play well with others. So, how do you lead someone who is brilliant but frustrating?  

In this session you’ll learn how some smart people see the world differently, understand the mind-sets which not only make them great but also give them grief, and discover how much they need your leadership. In the end you’ll leave with practical plans to reduce frustration and help the brilliant programmers on your team shine even brighter.