Technology

10 articles in Technology.

The ESM Mess: JavaScript's Module System Is Still Broken and Here's Why

The ESM Mess: JavaScript's Module System Is Still Broken and Here's Why

ES Modules have been the supposed future of JavaScript for nine years. Only 9-27% of the ecosystem has actually adopted them. Here's what's really going on, and how to survive until the ecosystem commits.

EngineeringRead more →
React Tooling 2024: Stop Using the Wrong Shit
·6 min read

React Tooling 2024: Stop Using the Wrong Shit

After building 20+ React apps this year, here's what actually works and what's a waste of time. Spoiler: You're probably overengineering.

ReactRead more →
Stop Using Optional Props: Why Discriminated Unions Make Better React Components

Stop Using Optional Props: Why Discriminated Unions Make Better React Components

Optional props feel flexible until they ship a runtime error to production that TypeScript should have caught at compile time. Here is the pattern I now use in every component.

ReactRead more →
React State Management & Clean SPA Architecture
·10 min read

React State Management & Clean SPA Architecture

State management becomes much less important when working with SSR, but it's still important to understand the basics of state management in React.js. Chances are you may see a React.js single page application with a need for simple state management. In this article, we will explore the most popular state management tools in the React.js ecosystem: Redux, Zustand, Recoil, and the Context API, but there are many more.

ReactRead more →
Ingesting HL7v2 with ❄️ Snowflake Part 1
·9 min read

Ingesting HL7v2 with ❄️ Snowflake Part 1

Snowflake is a cloud-based data warehouse system that enables organizations to securely store, query, and analyze their vast amounts of data. It has powerful capabilities for managing complex workloads and quickly adapting to changing business needs. This article will explore how Snowflake can be used as a data warehouse for healthcare organizations.

HealthcareRead more →
HL7v2 Healthcare Integrations with 🫏 Mulesoft
8 min read

HL7v2 Healthcare Integrations with 🫏 Mulesoft

In this article, we will explore how to utilize the MuleSoft Accelerator for achieving a comprehensive patient view through FHIR and HL7 v2-based integrations with EHRs and other clinical applications.

HealthcareRead more →
How to ingest HL7v2 Messages into Google Cloud
·17 min read

How to ingest HL7v2 Messages into Google Cloud

In this article, we will explore how to utilize the Google Cloud Healthcare API for capturing HL7v2 over MLLP, converting it to FHIR for cloud use.

HealthcareRead more →
Mirth Connect: Part 2 - Adding 🐰RabbitMQ
·5 min read

Mirth Connect: Part 2 - Adding 🐰RabbitMQ

Using RabbitMQ with Mirth Connect can offer several advantages, especially in complex healthcare integration scenarios. Integrations can become more durable, scalable, and easier to maintain.

HealthcareRead more →
Mirth Connect: Part 1 - Getting Started with 🐳 Docker
·7 min read

Mirth Connect: Part 1 - Getting Started with 🐳 Docker

Getting up and running with the industry's oldest and most widely used healthcare interoperability standard. Let's setup the popular open source integration engine Mirth Connect to send and receive HL7v2 messages.

HealthcareRead more →
Healthcare Integration For Beginners: HL7v2
·6 min read

Healthcare Integration For Beginners: HL7v2

HL7v2, is a messaging standard widely used in the healthcare industry to support clinical and administrative data communication between different software applications.

HealthcareRead more →