Systems | Development | Analytics | API | Testing

%term

Lessons Learned From Scaling An Open Source | Angie Byron

Drupal—an open source CMS—turned 20 years old recently, and has grown from a small student hobby project to an enterprise-grade digital experience platform running ~3% of the Internet. This talk will explore the many lessons learned (most of them the hard way ;)) in navigating an international open source developer community through various scalability challenges. Angie is Director of Community at Aiven, Core Maintainer and Product Manager for Drupal, O’Reilly Author, Mom.

Upgrading/Migrating from Sauce Connect 4 to Sauce Connect 5

Sauce Labs recently released Sauce Connect 5.0 - that latest version of our built-in HTTP proxy server that enables access to Sauce Labs infrastructure from a local environment or behind a firewall. This video will show you how to migrate from an earlier version of Sauce Connect to version 5 (SC5) to improve your test speed and execute tests more efficiently and effectively.

The State of AI Infrastructure at Scale 2024

In our latest research, conducted this year with AIIA and FuriosaAI, we wanted to know more about global AI Infrastructure plans, including respondents’: 1) Compute infrastructure growth plans 2) Current scheduling and compute solutions experience, and 3) Model and AI framework use and plans for 2024. Read on to dive into key findings! Download the survey report now →

How to Evolve your Microservice Schemas | Designing Event-Driven Microservices

Schema evolution is the act of modifying the structure of the data in our application, without impacting clients. This can be a challenging problem. However, it gets easier if we start with a flexible data format and take steps to avoid unnecessary data coupling. When we find ourselves having to make breaking changes, we can always fall back to creating new versions of our APIs and events to accommodate those changes.

API Generation: A Better Way of Snowflake Data Extraction for Data Products

Organizations are constantly seeking more efficient ways to extract, transform, and load (ETL) data into their data warehouses. Snowflake, is one of the leaders in cloud data warehousing, has traditionally recommended ETL/ELT processes for data ingestion and extraction. However, for organizations building internal data products, there is a new kid on the block: API generation. Here’s the key things to know from this article.

Will AI take over software testing jobs? Human impact and why you shouldn't panic

When ChatGPT first hit the market its human-like responses were astonishing, yet somewhat eerie. Many thought, “It communicates just like me.” It follows that the next logical thought was, “It’s going to take over my job.” However, the fear that AI-driven tools will replace human software testers is unfounded. AI will certainly impact testing jobs, including market expectations, skillsets, and required knowledge.

#SoftwareTesting and Its Transformative Impact on Accountability | Vipin Jain | #automationtesting

In this video, Vipin Jain explores the transformative impact of software testing on accountability, he highlights the critical role of software testing in ensuring accountability throughout the development process. From identifying bugs to verifying functionality, software testing plays a pivotal role in upholding quality standards and maintaining accountability within software projects. Whether you're a developer, tester, or project manager, this video offers valuable insights into the importance of software testing and its role in fostering accountability in software development.

7 Key Features of WSO2 Identity Server 7.0 Every Application and API Developer Should Know

As the open source leader in IAM, we’re excited to release WSO2 Identity Server 7.0. If you’ve been involved in the IAM space for some time, you might remember that WSO2 Identity Server 5.0 released in 2014, which was a revolutionary product at that time. It brought an innovative experience for identity domain experts to model and implement their access management requirements.

Node.js Performance APIs: An Introduction

Node.js offers a rich set of performance data through its APIs, similar to how modern web browsers expose performance metrics for webpages. With tools like the Performance Measurement API and the perf_hooks module in Node.js, you can gain insights into your application's performance from the server's perspective, closely aligning with what the end user experiences. In this article, the first of a two-part series about performance hooks, we'll explore how to approach performance optimization in Node.js.