Skip to content

HealthTech • Cloud • DICOM • Applied AI

Robson Fagundes

Software Engineer • Founder • AI Software Engineer

Building cloud platforms, medical imaging solutions and applied AI systems.

Rdicom — Imagens médicas na nuvem / Medical Imaging in the Cloud

Rdicom PACS cloud medical imaging interface shown on desktop screens
Cloud PACS DICOM viewer Medical exams

Engineering healthcare software for real-world operations.

I am a Software Engineer, entrepreneur and founder of Rdicom, with hands-on experience building real-world systems for healthcare, cloud platforms, APIs, integrations, automation, databases and medical imaging workflows. I also worked for 8 years as a professor in higher education, connecting technical knowledge with practical software development.

Technical areas where software, cloud and healthcare meet.

Medical Imaging in the Cloud

Cloud-native platforms for delivering, viewing, storing and managing medical exams securely.

PACS, DICOM and HealthTech

Systems that connect diagnostic imaging workflows, healthcare teams, equipment and patients.

APIs, Integrations and Automation

Reliable services that move clinical and operational data across products, teams and workflows.

Applied AI for Software Engineering

AI-assisted development, intelligent automation and architecture decisions for practical systems.

Cloud Infrastructure and Databases

Backends, persistence layers and infrastructure choices designed for scale, clarity and uptime.

Intelligent Software Systems

Data-driven products that combine domain knowledge, automation, metrics and responsible AI.

DICOM visualization directly in the browser.

The work around Rdicom connects medical imaging workflows with cloud delivery, remote access and tools for real diagnostic routines: zoom, measurements, contrast, density, reconstructions and exam sharing.

  • Zero-footprint web access for imaging studies.
  • PACS, RIS, worklist and exam delivery flows.
  • Cloud storage, APIs and integrations for healthcare operations.
Rdicom DICOM viewer interface with medical imaging tools
Rdicom cloud DICOM viewer interface.

A career built across engineering, entrepreneurship and education.

  1. Software Engineer

    Designing and building production systems, APIs, databases and integrations.

  2. Founder at Rdicom

    Leading medical imaging in the cloud through PACS, DICOM and HealthTech products.

  3. 8 years as professor in higher education

    Teaching software development while connecting theory, practice and industry context.

  4. Postgraduate student in Software Engineering with Applied AI

    Expanding software architecture and engineering practice with modern AI methods.

Postgraduate studies in Software Engineering with Applied AI.

Started
May 28, 2026
Expected completion
May 2027

Focus areas include Machine Learning, NLP, MLOps, AI-powered software architecture, intelligent automation, data-driven systems and responsible AI.

Selected work and current technical direction.

Rdicom PACS medical imaging platform preview

Rdicom PACS

Medical imaging in the cloud for radiology workflows, exam delivery and DICOM visualization.

Visit Rdicom
GitHub repository for Software Engineering with Applied AI

Software Engineering with Applied AI

Repository for postgraduate studies, experiments and notes on applied AI in software engineering.

View repository
Robson Fagundes GitHub profile overview

Technical Studies and Experiments

Engineering notes, prototypes and repositories across software architecture, automation and web systems.

Explore GitHub

Technical Articles & Legacy Blog

Older articles from my JavaScript and web development journey.

JavaScript Variables - Hoisting.

JavaScript Variables - Hoisting. Formerly in languages like C, functions or procedures were used to split a program, but there was a problem: declarations should always be at...

JavaScript Variables - Closures.

JavaScript Variables - Global variables can be made local (private) with closures. Global variables can be made local (private) with closures. A closure normally occurs when one function...

JavaScript Variables - Instantiation using an IIFE

JavaScript Variables - Instantiation using an IIFE IIFE (Immediately-Invoked Function Expression), is a function that executes immediately after it is defined. There are several places we can use...

JS Hack - Calculating Age

JS Hack - Calculating Age In this post I will share an extremely useful hack to apply in JavaScript. If you ever need to create a function that...