Systems | Development | Analytics | API | Testing

Latest Posts

Golang Debugging Tutorial

Golang or Go is a well-established programming language ground built for speed and efficiency. Robert Griesemer, Rob Pike, and Ken Thompson designed the language at Google. It was first announced to the public in 2009, and it was made open source in 2012. Go is the preferred choice among developers, but its simplicity can also leave it vulnerable to bugs and other programming issues.

Pinpoint Application Failures with Distributed Tracing

When building modern software architectures there can be many moving parts that while adding to the flexibility of software, can also make them more complex than ever before. With software now being built in smaller, more discrete components, issues can occur at many different layers across the stack, making them more difficult to track down.

Five Major Software Development Challenges In Martech

In order to optimize results, marketing professionals inside high-performing organizations are embracing new technology, tools and data more than ever before. The technological innovations in the martech domain are booming globally and helping digital marketers achieve their digital campaign and lead-generation goals.

Five Major Software Development Challenges In Martech

In order to optimize results, marketing professionals inside high-performing organizations are embracing new technology, tools and data more than ever before. The technological innovations in the martech domain are booming globally and helping digital marketers achieve their digital campaign and lead-generation goals.

Introducing Dynamic Observability: A no-code integration between Elastic and Rookout

In recent years, Observability has become a de-facto standard when discussing development and maintenance of cloud-native applications. The need to develop an observable system and ensure that as it runs in production, engineers will be able to detect performance issues, downtimes, and service disruptions, has evolved into a rich ecosystem of tools and practices.

Adding a Real-Time Layer to Datadog Observability

We all know Datadog. It’s a powerful and established tool that developers, DevOps, and SREs use for anything ranging from monitoring their application’s performance and searching their logs to having an end-to-end understanding of the environment. The nature of cloud-native applications makes the three pillars of observability – (Metrics, Logs, Traces) – needed more than ever to get visibility into your application.

Rookout Named A Gartner Cool Vendor in Monitoring and Observability

We are honored to announce that Rookout, the world’s leading dynamic observability and debugging platform, has been recognized by Gartner as a Cool Vendor, based on the October 11 2021 report titled “Cool Vendors in Monitoring and Observability – Modernize Legacy, Prepare for Tomorrow” by Padraig Byrne.

Level Up Your Cloud-Native Debugging Experience

Debugging is hard. Cloud debugging is harder. Debugging Kubernetes and Serverless applications sometimes feels nearly impossible when: These classic remote debugging challenges have made the world of cloud debugging seem impossible at times and has given rise to the practice of Observability. The rise of the Observability trend in recent years has directed engineers towards one direction to solving these problems: print logs, print traces, throw exceptions.

Debugging a Node.js Application with a Production Debugger

Production debugging in its current form is a relatively new area of technology that aims to make it easier for developers to solve problems in their code. More often than not, we don’t have all the information we need to solve those hard to reproduce bugs. This leads to long hours of debugging, adding more log lines, and creating separate reproduction environments to try to isolate and reproduce problems.

Heisenbug 101: Guide to Resolving Heisenbugs

Welcome fellow developer, I can see you’ve traveled a long road, why don’t you stay a while and listen? I’ve got some fantastic stories to share; Lessons to imbue your debugging skills with power and wisdom, adding at least 1000 XP to take you to the next level and make your future travels much safer. Hmm, now, where should we start? Have you already faced the terrifying Heisenbugs? They are truly fantastic.