Very entertaining talk, good speaker.
Interesting take on making models more loosely coupled, but comes with a important down sides that the speaker didn't mention or glossed over. This kind of coupling breaks the 'one source of truth' rule, misconfigured events or outside changes could create invalid data. There is very little preventing (for example) speaker.name and talk.speakerName having different values.
Very useful and practical talk. I will certainly be using (advocating the use of) state machines in our development in the near future.
Entertaining talk with a lot of sensible "don'ts". Some more focus on the 'do this in stead' could have been helpful.
The talk had an interesting bit of history and a good general message, but seemed a bit long-winded in places. The part about New York didn't seem to have a clear message and could (should?) have been skipped in my opinion. This would have made the talk more concise and not go over time.
I left with my head spinning with ideas!
Great talk! We know now where to begin with Gitlab CI
In my opinion the crowd present should have already be aware of the given advice in this talk. It would be great for “beginner” beginners developers.
I’m definitely going to review our existing integration tests if they are decoupled enough. Great talk
Good talk with a nice build up from the basics of ASCII to the intricacies and pitfalls of making sure everything in your code will be using the 'holy grail' that is UTF-8. ?