How to Integrate AI & ML Into Enterprise Applications

Zach Gardner Artificial Intelligence, Keyhole, Machine Learning, Videos Leave a Comment

AI and machine learning (ML) are no longer just emerging trends; they’re driving real change across the enterprise world. However, approaching AI & ML integration without a well-defined strategy can result in wasted time, resources, and missed opportunities. To ensure success, you must begin with a clear vision of your goals. What problem are you solving? What value will AI …

What are the Best Ways to Improve .NET Performance?

Zach Gardner .NET, Keyhole, Videos Leave a Comment

Attention: This article was published over 2 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.The best ways to improve .NET performance hinge on understanding how crucial every millisecond is to user satisfaction and business outcomes. Enhancing your .NET …

Experience

Home→Search ResultsKeyhole   Keyhole employees average more than 17 years of experience in software development. Clients We’ve Helped Our expert software development consultants have assisted clients in nearly every business industry vertical—including FinTech, banking, logistics, retail, manufacturing, and many more—to achieve and exceed business goals.Case Studies See more detailed project write ups via the following selection of case studies:From Manual Workflow …

Creating an FHIR API with GCP

Creating an FHIR API With Google Cloud ProviderData interoperability is one of the hardest problems in Healthcare IT. The most popular approach is to exchange HL7v2 messages between systems. These pipe-delimited messages are difficult to read by a human and often need additional customizations between implementations. The next major paradigm shift is towards FHIR (Fast Healthcare Interoperability Resources), a JSON-based …

Creating an FHIR API Part 2

Part 2: Creating an FHIR API – Implementation Part A

Zach Gardner API Development, Articles, Cloud, Creating an FHIR API, Healthcare, Tutorial Leave a Comment

Welcome back to our series, Creating an FHIR API. This is Part 2 in our 4-part series on standing up an FHIR using GCP. In Part 1, we talked through two of the offerings out there, Google and Azure, and based on the pros and cons, I decided to use GCP FHIR Cloud Healthcare API.

In this part, we’ll start in on our implementation. A forewarning: we won’t be able to finish it during this installment, so stay tuned for parts 3 and 4! Let’s dive in.