Systems | Development | Analytics | API | Testing

%term

5 Best Software Management Tools for 2021

Seeing someone manage big projects makes it seem like an easy job. How long would it take to send emails to employees? It probably takes a minute to check your inbox or call a member of your team to give them an assignment. Actual project managers will tell you that this cannot be further from the truth. Sure, all those small tasks take a small amount of time but group them all and you get a shocking amount of time.

Correlation Analysis Explained

When you detect that something is off in your business, how long does it take you to find the root cause? The longer it takes, the more it can cost you. Correlation analysis identifies relationships between KPIs, which business teams use to accelerate root cause analysis (RCA) and mean time to remediation (MTTR). Doing it manually however can be tedious and limit your visibility.

Architecting Apache Kafka for GDPR compliance

Once upon a time (2017), in an office far far away, you may have been cornered in a conversation with someone from Legal about GDPR. It could have gone something like this: “You there, Data Engineer” “Yep, that’s me” “What PII do we have residing in this Apache Kafka database?” You probably mumbled something about Kafka not being a database. “And who can read/ write the data?

What Is NullReferenceException? Object reference not set to an instance of an object

“Object Reference Not Set to an instance of an object.” Cast the first stone those who never struggled with this error message when they were a beginner C#/.NET programmer. This infamous and dreaded error message happens when you get a NullReferenceException. This exception is thrown when you try to access a member—for instance, a method or a property—on a variable that currently holds a null reference. But what is a null reference?