#slideless (pure coding) - International PHP Conference https://phpconference.com/slideless-pure-coding IPC 2025 Thu, 12 Dec 2024 13:06:52 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 Solving a Testing & Refactoring Kata: Live Coding in Pair/Mob Programming https://phpconference.com/slideless-pure-coding/testing-refactoring-kata-live-coding-pair-mob-programming/ Thu, 12 Dec 2024 13:06:52 +0000 https://phpconference.com/session/testing-refactoring-kata-live-coding-pair-mob-programming/ The post Solving a Testing & Refactoring Kata: Live Coding in Pair/Mob Programming appeared first on International PHP Conference.

]]>
The post Solving a Testing & Refactoring Kata: Live Coding in Pair/Mob Programming appeared first on International PHP Conference.

]]>
A Practical Guide to Debugging PHP Interpreter Issues https://phpconference.com/slideless-pure-coding/debugging-php-interpreter-issues/ Wed, 06 Dec 2023 16:37:55 +0000 https://phpconference.com/session/debugging-php-interpreter-issues/ The post A Practical Guide to Debugging PHP Interpreter Issues appeared first on International PHP Conference.

]]>
The post A Practical Guide to Debugging PHP Interpreter Issues appeared first on International PHP Conference.

]]>
The Evolution of a Software Architecture #slideless https://phpconference.com/slideless-pure-coding/the-evolution-of-a-software-architecture/ Wed, 11 Dec 2019 13:31:31 +0000 https://phpconference.com/session/the-evolution-of-a-software-architecture/ Software architecture, especially the architecture of web-related systems, has evolved quite a bit in recent years. Legacy applications, however, have not been able to keep up with current trends. Starting with an old-school application, we will evolve its architecture and explain the logic behind every decision that we made. This will be a slideless presentation....

Read More

The post The Evolution of a Software Architecture #slideless appeared first on International PHP Conference.

]]>
Software architecture, especially the architecture of web-related systems, has evolved quite a bit in recent years. Legacy applications, however, have not been able to keep up with current trends. Starting with an old-school application, we will evolve its architecture and explain the logic behind every decision that we made.

This will be a slideless presentation. We will use a whiteboard for visualization.

The post The Evolution of a Software Architecture #slideless appeared first on International PHP Conference.

]]>
How Much Framework? #slideless https://phpconference.com/php-frameworks/how-much-framework/ Wed, 11 Dec 2019 13:31:30 +0000 https://phpconference.com/session/how-much-framework/ Choosing a framework is not an easy task: How good is the documentation? How many developers are actively working on it and how long has it been around? Interesting and valid questions but not necessarily the most important ones. How much of a framework do we actually need? And how crucial will it be for...

Read More

The post How Much Framework? #slideless appeared first on International PHP Conference.

]]>
Choosing a framework is not an easy task: How good is the documentation? How many developers are actively working on it and how long has it been around? Interesting and valid questions but not necessarily the most important ones. How much of a framework do we actually need? And how crucial will it be for our application? In this session, we’ll try to answer these two questions in a potentially surprising way: by implementing our own micro framework from scratch – in 45 minutes!

The post How Much Framework? #slideless appeared first on International PHP Conference.

]]>
Asynchronous PHP In Examples #slideless https://phpconference.com/slideless-pure-coding/asynchronous-php-in-examples/ Wed, 11 Dec 2019 14:31:23 +0000 https://phpconference.com/session/asynchronous-php-in-examples/ How many of you have ever tried to process PHP asynchronously? Why did you need this? How did you implement it? And will asynchronous calls ever be available in pure PHP? With this session I’d like to implement together with you real case of asynchronous PHP processing we faced in our cloud booking platform Regiondo,...

Read More

The post Asynchronous PHP In Examples #slideless appeared first on International PHP Conference.

]]>
How many of you have ever tried to process PHP asynchronously? Why did you need this? How did you implement it? And will asynchronous calls ever be available in pure PHP? With this session I’d like to implement together with you real case of asynchronous PHP processing we faced in our cloud booking platform Regiondo, using several techniques available at the moment.

The post Asynchronous PHP In Examples #slideless appeared first on International PHP Conference.

]]>