Nowadays, more and more apps rely on a server to support their functionality. One part of this communication is the ability of the app to create new and ...
One 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...
By 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...
Nowadays, 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...
In 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.
Have 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...