Systems | Development | Analytics | API | Testing

Latest News

The Route to Automated Remediation

An abundance of information can be daunting for any company. If internal teams do not know where the data is, it might hamper their efficiency at the cost of data quality and cleanliness. From a cost-effectiveness viewpoint, organizations are likely to waste excessively by hanging on to redundant data or storing varied data in one location irrespective of their sensitivity level.

The Road to Zero Touch Goes Through Machine Learning

The telecom industry is in the midst of a massive shift to new service offerings enabled by 5G and edge computing technologies. With this digital transformation, networks and network services are becoming increasingly complex: RAN, Core and Transport are only a few of the network’s many layers and integrated components. Today’s telecom engineers are expected to handle, manage, optimize, monitor and troubleshoot multi-technology and multi-vendor networks.

Now Generally Available, Snowflake's Search Optimization Service Accelerates Queries Dramatically

Snowflake customers want to discover insights from their data faster than ever, which is challenging because data volumes are growing at a breakneck pace. Effective searches are critical to customer satisfaction. Today, we’re excited to announce the general availability of search optimization, which significantly improves the performance of selective queries on large tables.

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.

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?