With a foundational understanding of what Artificial Intelligence (AI) is and its capabilities, it’s time to explore how to pinpoint where AI can significantly impact your business operations. This post will guide you through identifying AI opportunities that align with your business objectives.
[Read More]
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]
Implementing context resolutions in GraphQL
GraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data
[Read More]
Using Azure Active Directory to Provide Authentication for an API (Part 2)
The source code for this post can be found over at this GitHub repo.
[Read More]