For July we're going to be online again for our meetup.

Wednesday 8th July 2020

19:10 How good are my tests?
Talk by Stephan Hochdörfer (50 minutes)

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.

20:10
0
Websockets in practice
Talk by Mike Lehan (50 minutes)

Using websockets and event-driven PHP libraries we can create real time applications that benefit our users. In this live coding session Mike will introduce websockets, how you can write event-driven code using ReactPHP and demonstrate some front end code to hook up to it. Take this as the building block of real time applications for your business or project.