Systems | Development | Analytics | API | Testing

%term

How Snowflake Accelerates Business Growth for Providers of Data, Apps and AI Products

Let’s say you are building a house that you plan to put up for sale. You focus on an amazing design, beautiful entry, large windows for plenty of sunlight — things that will create a delightful experience for your future buyer. At the same time, the house also needs less glamorous but vitally important infrastructure, like plumbing, running water, electricity, heating, cooling and so on.

The Load on Developers Is Increasing

Pushing your code to production without testing? You might want to think twice. In this episode, Bobby Dorlus, founder and CEO of #TheTechHustle, shares the importance of test automation, site reliability engineering, and his advocacy of diversity within the industry. Tune in as Jason and Bobby analyze the stats and real-life debacles that happen when testing gets skipped, as well as those who should be responsible for testing. Spoiler alert—it’s not just the developers.

How Do You Test a SOAP and REST Service?

REST and SOAP are two critical web services technologies that revolutionize how businesses use APIs. Since APIs are so common, it's important to test them regularly to find vulnerabilities or potential operating problems within the web service. To test a SOAP or REST service, you can use tools like SoapUI or Postman to send requests to the service endpoint, validate responses, and verify that the service behaves as expected under various conditions.

Syntax Errors in Python: A Complete Explanation

Python is renowned for its simplicity and readability, making it a favorite among both beginners and seasoned developers. However, even the most experienced programmers encounter syntax errors that can bring their code to a screeching halt. These pesky errors can be frustrating, but understanding their nature and how to resolve them is essential for any Python coder.

Accelerate your data streaming journey with the latest in Confluent Cloud

The Q2 2024 Confluent Cloud launch introduces a suite of enhancements across the four key pillars of a Data Streaming Platform - Stream, Connect, Process, and Govern – alongside some significant work we have been doing with our partner ecosystem to help customers unlock new possibilities. Confluent has helped over 4,900+ global enterprises start their data streaming journey and was recently named a Leader by Forrester Research in The Forrester Wave: Streaming Data Platforms, Q4 2023.

S1.E12: From Agile to Holistic Testing | QA Therapy Podcast

Testing has undergone a significant evolution, encompassing a broader range of quality attributes and adopting a more holistic perspective. But what exactly does this entail? We're thrilled to welcome our special guest, Janet Gregory, a renowned conference speaker and prolific author in the topic of agile testing. Collaborate seamlessly throughout the testing process with Xray - from planning and execution to debriefing and reporting - using the tools you're already familiar with, all within Jira.

Continuous Integration for WordPress: Best Practices for Testing and Deployment

While continuous integration is a common practice for most software development teams, the stateful nature of WordPress makes it more challenging to set up. For our open source WordPress plugin, we wanted to integrate our standard build and test process for every pull request using CircleCI. CircleCI is a cloud-based CI/CD platform that streamlines the development process for creating, testing, and deploying code changes.

Top API Versioning Strategies for Seamless Integration

API versioning is key to updating your API without breaking clients’ integrations. It ensures smooth transitions and maintains compatibility. This guide explains the best strategies and practices for effective API versioning. API versioning is not just about the technicalities of managing different versions; it also involves a strategic approach to communication, documentation, and support.