- February 03, 2020
- •
- talks
Functional Networking by Tomás Ruiz-López
Oftentimes, when working on a project, we find ourselves having to code a network client to communicate with a set of endpoints. Such endpoints are typically described in a Swagger / OpenAPI specification file. Commonly, we end up using URLSession to perform this kind of network operations. However, there are several issues that are quite common in networking code. Tomás goes through them and uses Functional Programming in order to address them. Moreover, Bow OpenAPI is presented; it is a tool that helps writing networking code by automating its generation from a Swagger / OpenAPI specification file.
You can follow Tomas @tomasruizlopez on Twitter for more information.
Subscribe to the 47 Degrees YouTube channel to be notified when new videos are added.