Weekly Digest
Sep 21 - Sep 27, 2020
2 articles that week
Friday, Sep 25
Swift System Library
Michael Ilseman from Apple's Swift team just open-sourced a library that turns error-prone C system calls into clean, type-safe Swift code. If you've ever wrestled with file descriptors and errno, this changes everything.
Wednesday, Sep 23
GitHub Mobile and GraphQL
Hesham Salman from GitHub reveals how GraphQL eliminated over-fetching and let their mobile team ship features at warp speed. The secret? Letting the client define exactly what data it needs.