This author leverages their experience with software incident management to manage their Type 1 diabetes. They use various tools and technologies to monitor blood glucose levels, contextualize readings, and create alerts to gain better visibility into their condition. These tools are integrated into an incident management system that allows them to receive notifications and even escalate alerts to designated contacts when blood glucose reaches dangerous levels.
Tuesday, March 5, 2024Golang comes with its own testing library, which is not common among popular programming languages. Unit tests in Go should be written to run in parallel by default so that concurrency issues are surfaced early on. The testing package has a comprehensive set of flags and can provide code coverage reports, race condition detection, static analysis, shuffled test execution, and more.