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...
HealthTech • Cloud • DICOM • Applied AI
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
About
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.
What I Build
Cloud-native platforms for delivering, viewing, storing and managing medical exams securely.
Systems that connect diagnostic imaging workflows, healthcare teams, equipment and patients.
Reliable services that move clinical and operational data across products, teams and workflows.
AI-assisted development, intelligent automation and architecture decisions for practical systems.
Backends, persistence layers and infrastructure choices designed for scale, clarity and uptime.
Data-driven products that combine domain knowledge, automation, metrics and responsible AI.
Rdicom Viewer
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.
Professional Journey
Designing and building production systems, APIs, databases and integrations.
Leading medical imaging in the cloud through PACS, DICOM and HealthTech products.
Teaching software development while connecting theory, practice and industry context.
Expanding software architecture and engineering practice with modern AI methods.
Applied AI Journey
Focus areas include Machine Learning, NLP, MLOps, AI-powered software architecture, intelligent automation, data-driven systems and responsible AI.
Featured Projects
Medical imaging in the cloud for radiology workflows, exam delivery and DICOM visualization.
Visit Rdicom
Repository for postgraduate studies, experiments and notes on applied AI in software engineering.
View repository
Engineering notes, prototypes and repositories across software architecture, automation and web systems.
Explore GitHubArticles
Older articles from my JavaScript and web development journey.
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 - 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 IIFE (Immediately-Invoked Function Expression), is a function that executes immediately after it is defined. There are several places we can use...
JS Hack - Default value with logical operator || In this post I will share another useful hack to use in JavaScript. When you have an object that...
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...