What is Artificial Intelligence? Understanding AI in Practical Business Terms

Artificial Intelligence (AI) often brings to mind futuristic robots and high-tech scenarios. However, in the business world, AI is a grounded technology that enhances how we work, analyze, and interact within various industries. This post demystifies AI by explaining its practical applications and how it’s transforming businesses today. [Read More]

Using enumerated types in GraphQL mutations

Mutations in GraphQL allow us to update data on our back-end. As with any other service, we want to ensure that any data we receive is in an expected and consistent format, constrained by rules we’ve implemented. [Read More]