Systems | Development | Analytics | API | Testing

%term

Breaking Down Data Silos With Cloud-Based Architecture: A Conversation With Kallol Dutta, Spark NZ

In this episode of "The Data Cloud Podcast," Kallol Dutta, Head of Transformation at Spark NZ, talks about the idea of the minimum viable data concept, Spark New Zealand’s vision for becoming a cloud software company, and why he considers himself a techno-optimist.

How to organize a bug bash

Bug bashes are time-boxed events where participants (developers, testers, product managers, and customers) come together to identify and report as many bugs as possible, providing a fresh perspective on the software. They encourage cross-functional interaction, accelerate the bug discovery process, uncover critical issues, improve the overall quality of the software, and enhance product reliability before release. To organize one, you need to consider.

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.

CrowdStrike Security Failure: A Security Testing Update

Having strong security testing services are crucial, as demonstrated by the recent incident involving top cybersecurity service CrowdStrike, which rocked the industry. A global outage hurting companies, airlines, and government institutions throughout the globe was caused by a defective upgrade to their Falcon Sensor software. This terrible episode serves as a clear warning of the possible repercussions when security updates, intended to protect systems, contain undetected flaws.

How to Perform a Delta Analysis with Helix QAC

Helix QAC allows you to use qacli and project Baselines in the Validate platform to view delta analysis results from merge requests, pull requests, or feature branch commits in CI/CD pipelines. Watch this short demo to see how easy it is to do a delta analysis with Helix QAC, which can be implemented into your continuous integration system.

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.

Cognitive Technologies: Ensuring Sustainable Fintech Software Development With AI

Like many other industries, fintech has also been witnessing the integration of cognitive technologies as a key driving force behind recent transformations. Powerful tools, such as artificial intelligence (AI) and machine learning, are empowering businesses with swift transaction processing, precise data analysis, and optimized resource utilization. Thus, it is apt to say that a future with sustainable fintech software development cannot be mutually exclusive to the aspirations of cognitive technologies.

Top 7 Anonymization Techniques to Sustain Data Privacy and Compliance Standards

In an era where data breaches generate headlines and data privacy is an increasing concern, how can organizations use the massive amounts of data they acquire without jeopardizing individual privacy? The solution could be found in a unique amalgamation of data anonymization approaches. As we dive into this fascinating topic, we discover how technology is transforming how we anonymize data, ensuring that the insights we gain are useful and respectful of privacy.

7 Simple REST Client Examples for Retrieving API Data | Dreamfactory

REST Clients, or Representational State Transfer Clients, are essential tools in the world of web development and API integration. These clients facilitate seamless communication between applications and web services using the principles of REST architecture. A REST client is a software tool, library, or framework that enables developers to interact with RESTful web services by making HTTP requests and processing responses.