Let's explore second and last part of our tutorial of schemas and types###InterfacesLike many type systems, GraphQL supp...
WWelcome in another episode of our Code Academy series in which we present the most interesting code related things like...
Low-code development platforms (LCDP) is a booming market which is predicted to grow from USD 4.3 Billion in 2017 to alm...
Welcome in yet another episode of our Code Academy series. This week we will show you how easy you can create a fake bac...
In this article, I'll cover a general introduction to backend development without a deep dive into the code. I'll provid...
Welcome to our Code Academy series in which we will try to present you useful tool, libraries and methods. This week we ...
An important part of any development project is handling errors as any application, no matter how simple it is, may cont...
GraphQL is a query language for APIs that was originally built by Facebook. Its biggest advantage is making a lot easier...
Let's explore the next stage of ourGraphQLtutorial - type system and how it defines what data can be queried. Since Gra...
GraphQLis a query language forAPIs that: provides a complete and understandable description of the data in your API, all...
In this GraphQL tutorial, we will show you how easy is implementing GraphQL in a React application. We’ll be using theRe...
Graphs, graphs everywhere!Graphs are powerful tools for modeling complicated structures. InGraphQLyou model your busines...