Development Highlights from HL7® FHIR® DevDays 2018 in Amsterdam Last week I attended the HL7 FHIR DevDays 2018 in Amsterdam, the "most important and largest FHIR only event in the world" organised by Firely. It's been awesome: a lot of interesting and inspiring sessions, exciting projects and a vibrant and friendly community.
Development How to setup gdb and Eclipse to debug C++ files on macOS Catalina Using gdb debugger on macOS is no longer straightforward since Xcode stopped using it and replaced it with lldb. For macOS Catalina, there are several steps to follow to make it work. In this article, I'll show you how.