Systems | Development | Analytics | API | Testing

%term

Generating Quality Data

The problem with test data is that it can become stale very quickly. This is either through its use from testing or from the fact that it is naturally aging in the test environments. This is not just an issue for performance testing, although the volumes of data sometimes required for performance testing do make it harder. This also affects functional testing as well as batch testing and business acceptance testing amongst others.

Creating Effective Test Plans: A Guide to Success

Imagine being at the helm of a project, excited to launch an innovative software application, but then... the testing phase reveals critical flaws that could have been caught earlier. This experience is a stark reminder of how vital a cohesive test plan can be. Join me as we explore how a visual test plan builder can transform your approach to crafting robust test plans, ensuring quality at every step of the way!

Why Slowing Down Can Lead to Better Products

Balancing speed and quality isn’t just about product development—it’s about shaping the future of your business. @Evelyn Coleman shares why the limitations on development speed are actually a blessing. Moving too fast without gathering feedback can send your product down the wrong path. It’s the balance between velocity and quality that helps teams gather the insights they need to build something truly impactful.

Leveraging Snowflake And AI To Create Personalized Customer Experiences At Scale

In this episode of the "Data Cloud Podcast", Bill Stratton, Global Head of Media, Entertainment & Advertising at Snowflake, sits down with Ravi Kandikonda, Sr. VP of Marketing at Zillow. Ravi shares his experiences and insights on modern software development, talks about how his academic background prepared him for modern marketing, and what Zillow is doing to approach personalization at scale.

New: Ably Pub/Sub now supports web push notifications

Keep users informed and engaged with Ably's expanded push notification support. We're thrilled to announce that Ably Pub/Sub now supports web push notifications, in addition to our existing support for iOS and Android devices. With just a few lines of code, developers can easily integrate web push into their applications, providing a seamless and unified experience across all major platforms.

Federating API Quality Across Bundling Cycles

Over the last decade, many IT leaders have felt confident they were ready for the API evolution. Afterall, they invested a lot into it. Traditional API management platforms promised to deliver on transformational challenges, and offer cornerstone capabilities – API cataloguing, specification support, authentication, authorization permissions, security, policy management, and even developer portals.

Benchmark Testing In Software: The Key To Optimizing Performance

Every software application undergoes rigorous functional and non-functional testing to meet business requirements. When we talk about delivering top-tier software, performance is key. How fast does it run? How stable is it under pressure? Can it scale with growing demand? Does it remain reliable when pushed to its limits? These questions are at the core of performance testing, and that’s where benchmark testing steps into the spotlight.

Are Self-Driving Cars Safe?

Are self-driving cars safe? The software in modern cars contains more than 100 million lines of code that enable many different features — cruise control, speed assistance, and parking cameras. And, the code within these embedded systems only gets more complex. This trend will continue as cars of the future become more connected. Cars are increasingly dependent on technology. And they will progressively become more autonomous — and ultimately self-driving.

Adobe and Snowflake Deepen Partnership to Rewrite the Next Era of Customer Experience

Adobe launched Adobe Experience Platform Federated Audience Composition, now generally available on Snowflake, allowing organizations to unlock seamless interoperability for marketers by integrating Snowflake's AI Data Cloud with Adobe Real-Time Customer Data Platform (CDP) and Adobe Journey Optimizer.

The ultimate guide to Sidekiq scheduled jobs

Sidekiq is one of the most popular open-source background job libraries for Ruby. As one of ActiveJob's most popular backends, it's often used to run asynchronous jobs in Rails applications. It leans on Redis to manage queues and jobs, which makes it fast. Developers can run background jobs using Sidekiq with or without ActiveJob, and we'll explore both in this article. Just as useful - Sidekiq scheduled jobs allow you to run a job after a given amount of time or at a given time.