Systems | Development | Analytics | API | Testing

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.

Low-Code vs No-Code: The Differences & Similarities

Many vendors have started calling their platforms “low-code” or “no-code.” Competitors often pit the terms against each other. But what do low-code and no-code really mean? And what's the difference between the two? Both platforms offer improvements over traditional high-code approaches. The biggest differences are the target user groups.

The Evolution of LLMOps: Adapting MLOps for GenAI

In recent years, machine learning operations (MLOps) have become the standard practice for developing, deploying, and managing machine learning models. MLOps standardizes processes and workflows for faster, scalable, and risk-free model deployment, centralizing model management, automating CI/CD for deployment, providing continuous monitoring, and ensuring governance and release best practices.

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.

Developing Agile ETL Flows with Ballerina

Organizations generate vast amounts of data daily during various business operations. For example, whenever a customer checks out out at a retail outlet, data such as the customer identifier, retail outlet identifier, time of check out, list of purchased items, and the total sales value can be captured in the Point of Sales (PoS) system. Similarly, field sales staff may record possible sales opportunities in spreadsheets.

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!

What's New in Selenium 4 - Advanced Key Features

Testing web applications is more difficult today than ever before, as testing on the web is time-consuming. Complexity increases with technology, and businesses and developers need efficient tools to deal with it. This is where Selenium became one of the most widely used test automation tools and has been crucial in reducing testing efforts as well as improving user experience. Selenium is an open-source tool developed to automate web browsers.

How DreamFactory Prevents SQL Injection Attacks

A SQL injection attack is an attempt to modify the syntax of a SQL query executed in conjunction with a user-initiated action within a software application. Some examples of user-initiated actions include searching for a product within an e-commerce catalog, adding a comment to a blog post, and creating a new user account. In each of these scenarios, the user uses a form to submit input (e.g.