-
Mutations on a GraphQL server built with Vapor
June 7, 2020 - 10 min readOne characteristic of a complete API is its ability to allow clients to modify the server-side data. This can be in the form of creating new entries, upd...
-
Custom GraphQL types on Swift projects
May 31, 2020 - 11 min readBy default, GraphQL supports only a handful of basic types that we can use on the schema definition. This list includes Int, Float, String, Boolean and I...
-
Swift ❤️ GraphQL: How to create a GraphQL server with Vapor and an iOS app as a client
May 24, 2020 - 8 min readNowadays, it’s quite common for many iOS apps to rely on the communication with a server to deliver their services to the user. And while in most cases t...
-
Continuous Integration with GitHub Actions for a Scala project
May 17, 2020 - 7 min readIn this post, I am going to walk you through the process of setting up a CI(Continuous Integration) workflow with GitHub Actions on a Scala project.
-
How to add a shield on the App Icon of beta builds
May 10, 2020 - 6 min readHave you ever ended up in a situation where you have multiple builds of the same app installed on a device and you find it hard to figure out the configu...
-
Setting up a new iOS project (Part II)
May 3, 2020 - 7 min readThis is the second part of a series of posts about the steps that I usually take when creating a new iOS project.
-
Setting up a new iOS project (Part I)
April 26, 2020 - 7 min readWhat are the initial steps that you take when creating a new iOS project? Regardless of the language or the framework, it’s quite common when creating a...