article thumbnail

Building a recognizable and compelling employer brand: Why it matters for success

Dynatrace

We have detailed the launch of our Dynatrace Culture Code. This one piece of Dynatracer feedback captures the environment and culture we’ve carefully curated since the company’s founding in 2005. Now, it’s time to reflect on how we continue to build the Dynatrace Employer Brand. There is a sense of belonging here.”

article thumbnail

Observability platform vs. observability tools

Dynatrace

For example, in 2005, Dynatrace introduced a distributed tracing tool that allowed developers to implement local tracing and debugging. With no code changes, Dynatrace extends distributed tracing and code-level analysis to OpenTelemetry data, service mesh, and all data from your serverless computing services.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

An Unbelievable Demo

Brendan Gregg

It was 2005, and I felt like I was in the eye of a hurricane. Another difference was that there were few roles in Australia for engineers in 2005, unlike the US. But I _did_ understand these tools, since I had coded similar functionality for my own DTraceToolkit. You can't make this stuff up. They were useful, but.I

article thumbnail

Faster remainders when the divisor is a constant: beating compilers and libdivide

Daniel Lemire

In some instances, libdivide can even be more efficient than compilers because it uses an approach introduced by Robison (2005) where we not only use multiplications and shifts, but also an addition to avoid arithmetic overflows. I make my benchmarking code available. What if d is a constant, but not known to the compiler?

C++ 279
article thumbnail

Fallacy #8: The network is homogeneous

Particular Software

Around 2005 or 2006, it wasn’t so bad. Most of the code running on the planet, at least the code that mattered, was written in.NET or Java, and interoperability via web services was at least serviceable. Interoperability is painful. Since then, things have gotten gradually worse. First came Ruby and Ruby on Rails.

Network 98
article thumbnail

Joining the SpeedCurve team

Speed Curve

I started coding web pages in about 2005 and began my web development career in Moscow, Russia, joining a biotech startup. Thanks to SpeedCurve for this opportunity, I am so excited to work along with the veterans of the web performance industry (and just plain talented people), as well as to be closer to the performance community.

BioTech 70
article thumbnail

String Aggregation Over the Years in SQL Server

SQL Performance

Since SQL Server 2005, the trick of using FOR XML PATH to denormalize strings and combine them into a single (usually comma-separated) list has been very popular. On more than one occasion, I had to double-check the code was even mine. In the SQL Server 2005 days, I would have offered this solution: SELECT DISTINCT UserID , Bands =. (

Servers 82