Operations | Monitoring | ITSM | DevOps | Cloud

Authors' Cut-Debugging with the Core Analysis Loop, and What to Build vs Buy

In the old days, the most senior members of an engineering team were the best debuggers. They had built up such an extensive knowledge about their systems that they instinctively knew the right questions to ask and the right places to look. They even wrote detailed runbooks in an attempt to identify and solve every possible issue and possible permutation of an issue.

NXP & Memfault: Higher Quality, Better Performing IoT Devices with Embedded Observability Webinar

NXP and Memfault have collaborated to give IoT device manufacturers in-field device monitoring, crash reporting, and updating capabilities for faster product development, improved device operation, and reduced direct resource costs. Together, Memfault and NXP are helping IoT developers build smart cities, smart homes, IIoT, and automotive devices to save time and ease the worry of triaging and troubleshooting, allowing them to focus on building value-added features.

Java Debugging: Using Tracing To Debug Applications

Write enough programs, and you’ll agree that it’s impossible to write an exception-free program, at least in the first go. Java debugging is a major part of the coding process, and knowing how to debug your code efficiently can make or break your day. And in Java applications, understanding and leveraging stack traces can be the game-changer you need to ship your application quickly. This article will cover how to debug in Java and how Java stack traces simplify it.

Debugging Gson, Moshi and Jackson JSON Frameworks in Production

Parsing bugs are the gift that keeps giving in the age of APIs. We use a service; it works perfectly in debugging, QA, etc. Then some user input that made its way to the web request, returns a result we just can’t parse. Unfortunately, there isn’t much we can do at this stage. We need to understand why the failure occurred and how we can workaround it and fix it.

Launching an IoT Device: A Blueprint to Success

About the webinar: Executives and customers expect IoT devices to be delivered on time. And once they are shipped, they expect the devices to work well, last for a long time, and get regular updates that deliver new and unique features. How can product teams meet their deadlines and the growing demands of their customers? In this recorded webinar, Memfault CEO François Baldassari discusses how you can ship your devices on time (or even earlier) without sacrificing quality.

Understand Source Code - Deep into the Codebase, Locally and in Production

Say you have a new code base to study or picked up an open source project. You might be a seasoned developer for whom this is another project in a packed resume. Alternatively, you might be a junior engineer for whom this is the first “real” project. It doesn’t matter! With completely new source code repositories, we still know nothing… The seasoned senior might have a leg up in finding some things and recognizing patterns.

Building an On-Device Embedded Testing Library

There are too few C/C++ testing libraries designed for embedded devices. The traditional libraries are not designed for constrained resources and rely on host functionality like a filesystem or standard output. In this post, I detail why I’ve decided to design a new testing library for microcontrollers and cover the rationale, design choices, and thoughts on the prototype. Like Interrupt? Subscribe to get our latest posts straight to your mailbox.