DGS GraphQL & Spring Boot

DGS GraphQL & Spring Boot
Why GraphQL? GraphQL provides a powerful layer to unify data from various backend sources, including databases, REST APIs, and microservices, into a single, consistent API. It enables the cre...
0 Read More

Getting started with GraphQL

This article originally appeared on my personal dev blog: Byte High, No Limit. GraphQL is an API query and manipulation language. Created by Facebook in 2012, it was open-sourced in 2015. In 2018 it ...
0 Read More

Creating an API style guide

This article originally appeared on my personal dev blog: Byte High, No Limit. I was recently asked for my favorite resources and best practices for writing clear and structured API docs. I've develo...
0 Read More

No one talks about GraphQL anymore!

No one talks about GraphQL anymore!
Let me jump right in, the perfect analogy for describing GraphQL is equivalent to what Typescript is to Javascript. In the REST API, payload and end-points are not typed whereas in GraphQL request and...
0 Read More