- December 04, 2019
- •
- talks

The Last Frontier and Beyond by Valentin Kasas
Have you ever written some boilerplate code for handling your application’s communication with the outside world? You know, that JSON (de)serializer that once was nicely generated at compile-time, but broke when you had to evolve your business model?
Of course, you have!
But there may be a way to abstract away this repetitive, low-value code that sneaks into every project. Maybe it can also allow for our business classes to evolve without breaking compatibility, while keeping the necessary boilerplate to a minimum. Maybe it would even give us many other cool things for free, far beyond mere serialization concerns.
Let’s find out!
You can follow Valentin @ValentinKasas on Twitter for more information.
Subscribe to the 47 Degrees YouTube channel to be notified when new videos are added.