Please note: ticket prices will increase on 31 December! Buy your Webdevcon 2025 ticket now and save from € 45,-.
PHP is nothing like compiled languages. If you make a mistake, the program will crash when the line of code with the mistake is executed. When testing a PHP application, whether manually or [...]
As of 2024 it is entirely normal to ship software as 350MB containers, or to have code with 1600 dependencies. This is already not great, but the growth in code size has been [...]
Tests, monitoring, these help us assert the known knowns of our systems. But what about the known unknowns? Or, especially in complex distributed systems, the unknown unknowns? What can we learn from the [...]
Testing is a crucial part of software development, but it is also an area where developers put less effort into extensibility, maintainability and performance of UI tests. In this talk, we will discuss [...]
As mobile devices become increasingly central to our personal and professional lives, securing applications on these devices becomes more crucial. One of the most effective ways to secure mobile app today is by [...]
Are you tired of worrying about outside actors accessing your backend resources and racking up unwanted costs? Do you want to ensure that you're only paying for traffic generated by your app and [...]
When we as developers come across new tech, we’re often eager to jump on as soon as we can. We'll often spend some evenings or weekends to explore and learn the new and [...]