Swift ️ GraphQL: Create a GraphQL server with Vapor and an iOS app as a client

A step-by-step guide on how to implement an end-to-end GraphQL use case in Swift using Vapor for the server and Apollo iOS Client for the iOS app… Read more

Similar

C++ for Swift Developers

Swift in a sense is very much like C++, and when I say C++ I mean C++11 and beyond. One could also say that Swift is cleaner C++, or C++ without the backwards compatibility baggage from the 80s. To give an idea here’s a minimal modern C++ code: (more…)

Read more »