hectorpacheco.hashnode.devMastering AWS Container Deployments: Building, Publishing, and Running Containers on FargateRunning containers in the cloud usually follows a familiar pattern: you build an image, push it to a registry, and run that image on a compute service. Each cloud provider adds its own flavor of configuration to expose the application externally, but...Jan 23·20 min read
hectorpacheco.hashnode.devEnd‑to‑End FHIR Integration: How to Build Backend and Frontend Solutions for Patient Data AccessSharing data across multiple systems or enterprises has always been one of the hardest challenges in healthcare technology. Over the years, organizations have tried everything: FTP file drops, nightly batch jobs, custom APIs with layers of business r...Jan 2·6 min read
hectorpacheco.hashnode.devBeyond Deployment (Part 2): How to Update Azure Container Images and Get Pipeline‑ReadyIn my previous post, “Running Containers in Azure,” we walked through the essential setup required to prepare your Azure environment, pushing images, configuring resources, and getting your first container up and running. Now that the foundation is i...Dec 23, 2025·4 min read
hectorpacheco.hashnode.devRunning Containers in Azure: High‑Level OverviewAt a high level, running a container in Azure isn’t as difficult as it might seem. The core workflow is very similar to running containers on‑premises, you still build an image, store it in a registry, and deploy it to a compute environment. What cha...Dec 20, 2025·7 min read