Please note: ticket prices will increase on 31 December! Buy your Webdevcon 2025 ticket now and save from € 140,-.
In this workshop, you will learn how to write a PHP extension. We will start by converting a function that we already have in PHP code into C, which we will then wrap [...]
After containerizing your application, the next step is to deploy your application containers to production. While you could start a Docker container manually on a production server, that would not be the most [...]
Have you ever experienced bugs in production that were caused by missing PHP extensions or configuration that deviated from the development or test environment? Or have you been unable to upgrade once application's [...]
The first thing I do at work every day 📈 is to review all open pull requests. Likewise, I try to open ☑️ a pull request before I complete my day. One day [...]
Different CI/CD jobs that we run for a standard Node.js backend project, from testing to the creation of the production Docker image and scanning it for vulnerabilities, using GitHub Actions.
Have you ever felt it's hard To convert JSON documents to a relational schema to save the information with SQLite/Room or CoreData? Or secretly saved JSON as a String to avoid the hassle. [...]
Have you ever had a network problem while developing mobile apps that you wanted to bang your head on the wall, Fear no more, I’ve got the solution for you You’ll learn how [...]