Operations | Monitoring | ITSM | DevOps | Cloud

Debugging

The 7 Most Common Python Debugging Challenges and How to Handle Them

According to PYPL (PopularitY of Programming Language), Python has been the most popular programming language worldwide from 2018 to the present. Remarkably, Python’s popularity has grown by 2.5% over the last five years. In contrast, Java, the previously most popular language, has seen a 4.8% decrease in its popularity. While Java is typically faster than Python, Python is easier to read with its simpler syntax.

Differences Between ELF-32 and ELF-64

Have you ever wondered if ELF is portable between 32-bit and 64-bit targets? Probably not, but this might be a common scenario for you if you work on 32-bit embedded devices but use a 64-bit host. Or maybe you’ve developed tooling for 32-bit MCUs and are transitioning to working on 64-bit targets. The ELF object file format is one of the most commonly used today. Most build systems provide an output to this format, and ELF is commonly used to output coredumps.

Introducing Device Vitals

Memfault would like to introduce you to Device Vitals. To ensure that your product maintains its quality even after it is launched, it is crucial to monitor three key indicators for your devices in the field: stability, connectivity, and battery life. By collecting Device Vitals, you can have access to valuable data that helps you understand the overall health of your fleet and the quality of your product.

How to get Memfault Device Vitals up and running on an MCU (ESP32) - Integration Walkthrough

In this video Memfault Field CTO Thomas will walk you through each step to get your MCU based device integrated on Memfault and reporting crash data and our newly released, Device Vitals into Memfault. This walk through is using an ESP32 based device but the same principles can be applied to any MCU and we have lots of guidance available for different chipsets in our technical documentation.

Measure Embedded Device Quality in the Field with Ease

François Baldassari reveals our biggest product release yet. This pivotal launch marks a new era in IoT device performance monitoring, ensuring unparalleled insights into software stability, battery health, and connectivity— the three critical aspects of device vitality. Our latest breakthrough allows for the precise evaluation of your devices' quality, enabling swift identification and resolution of any issues. With François leading the charge, explore how our newest innovation empowers you to.

Dissecting MySQL Debugging with Node and Python - Part 2

In Part 1 of this blog, we prepared our demo container environments using Docker for the Node Express and Python Flask applications. Now, we move on to the more complex phase of our exploration, where we will dissect and explain the inner workings of our applications. This sequel is designed for those who want to improve their web development skills, offering a comprehensive guide to debugging and tracing.

Dissecting MySQL Debugging with Node and Python - Part1

This is the first post in a series of two looking at debugging and tracing MySQL, which has been a foundation stone of the tech industry, utilized by applications big and small, from personal blogs to complex e-commerce platforms. MySQL has demonstrated adaptability and robustness countless times, making it a critical part of the Internet’s infrastructure. This adaptability has helped MySQL remain relevant amidst the constantly evolving technological landscapes.