Systems | Development | Analytics | API | Testing

May 2024

Introduction to Automation Testing Services: What You Need to Know

Quality can feel elusive in this rapidly changing world of software development where applications are in constant flux. Quality can feel elusive in this rapidly changing world of software development where applications are in constant flux. Automation testing services make their way into the scene- a radical innovation that rationalizes the entire testing process: time and resources saved result in a better product delivered ultimately.

Web CI on Bitrise: Beta announcement

Mobile developers love using Bitrise, and we get it. But we also know your products and automation workflows extend beyond just mobile apps. That's why we're thrilled to announce Bitrise's expansion into web CI/CD! While in beta, this is your chance to help shape an industry-leading solution for your entire development process.

5 Advantages of Enterprise Intelligent Automation

3. Elevate risk governance to the next level. NatWest is the UK's leading business bank and second-largest retail mortgage provider. Lengthy change implementation processes hindered risk governance at the bank. Initiating change projects or launching products and applications meant navigating layers of policy checks and approvals, which could take up to 73 days.

Customer Service Case Management Software: What to Look For

Customer experiences matter. And many businesses struggle to improve them. More often than not, a bad process is to blame: manual tasks, data spread across too many systems, or even just old ad hoc workflows that linger on because that’s how it’s always been done. But the cost of ignoring these issues is high.

Implementing iOS Universal Links for Enhanced App-Web Navigation

Universal Links are an iOS feature allowing seamless integration between web content and native iOS apps. With iOS Universal Links we can intelligently configure a specific web URL, associating it with our iOS app so it will open directly when the URL is clicked.

Understanding Offset and Cursor-Based Pagination in Node.js

Pagination means dividing a big chunk of data into smaller pages. It unlocks performance benefits for the backend, while also improving UX by sending manageable pieces of data to a client. In this article, we'll explore offset-based and cursor-based server-side pagination approaches, compare them, and implement cursor-based pagination in Node.js. Let's get started!

Creating Forms in Ruby on Rails with Simple Form

Ruby on Rails has changed how we build web applications. Early on, the framework came with some great features to help you get started and build robust applications. However, it can still be tricky to build and handle forms. Simple Form is a great option. Let's examine what Simple Form is, why we might need it, and some real use cases.

Not All MFA is Created Equal, Especially in CIAM

In many industries (finance and healthcare, to name a couple), regulations require the use of multi-factor authentication (MFA) to protect access to sensitive data and transactions. Also, an important executive order was issued, aimed at improving the cybersecurity posture within the US government by requiring all federal agencies to adopt MFA systems. Regulations and standards like these will continue to spread over more industries and transaction types.

With AI Writing Code, Will AI Replace Software Engineers?

Software developers have plenty to keep them awake at night. Their top concern is no longer how to express the latest algorithm in their favorite language (C, C++, Erlang, Java, etc.). Instead, it’s being replaced by artificial intelligence (AI). Here we take a look at the process for AI writing code and answer the question: Will AI replace programmers? Read along or jump ahead to the section that interests you the most.

Reliably syncing database and frontend state: A realtime competitor analysis

Ably’s LiveSync product is now available as a public alpha release. LiveSync allows you to automatically keep data in sync across servers and clients, in realtime. This is a hard distributed systems problem. In this post, we’re going to have a look at four existing solutions to realtime data synchronization, the different technical designs, and the tradeoffs they make.

API Development and Testing 101: Introduction to Insomnia

Are you an API developer looking to streamline your workflow and improve efficiency? Join us for this introductory webinar on Insomnia, a powerful API design and testing platform that simplifies the entire API lifecycle. In this session, we'll explore the core features of Insomnia that make it an indispensable tool for modern API development. You'll learn how to design and prototype APIs visually, send requests with a user-friendly interface, and organize your API workflows with workspaces and environments.

Enterprise-Grade Service Mesh: A Reference Architecture with OpenShift, Istio, and Kong

This video explores how to integrate Red Hat OpenShift Container Platform, Istio Service Mesh, and Kong Ingress Controller. It shows a reference architecture with Keycloak as the identity provider running on an OpenShift cluster with Istio service mesh, sample applications, and Kong Ingress Controller. Three sample applications are showcased.

Enterprise-Grade Service Mesh: A Reference Architecture with OpenShift, Istio, and Kong

The service mesh architecture pattern has become a de facto standard for microservices-based projects. In fact, from the mesh standpoint, not just microservices but all components of an application should be under its control, including databases, event processing services, etc.

The IT Leader's Guide to Evaluating Process Orchestration Tools

IT leaders who want to scale operations to meet future business needs face an epic challenge—improving operational efficiency while managing risk, ever-growing IT backlogs, and stakeholder expectations. That's where process orchestration comes into play. Process orchestration is not just about efficiency and scale. It's a transformative approach that revolutionizes how work gets done. By automating routine tasks, it frees up your workforce to focus on strategic initiatives.

Why should you put gear towards digital transformation in the Automotive Industry?

Just be honest, when you were 12 years old, did you ever imagine that your life would be this much digitalized by 2024? If you take your memories a decade back, wouldn’t it be difficult for you to think about how technology will be so infused into your lives in the coming years? Well, as you know every industry has been now digitalized directly or indirectly and the Automotive industry is no exception.

What is Intelligent Process Automation? 5 Key Facts

As generative AI grows in popularity and enterprises scramble to embrace new technology in a scalable, compliant way, it can be difficult to know the right path forward. Your enterprise has already invested in automating processes to free up resources and improve organizational efficiency, but is it enough? This is where intelligent process automation comes into play.

Flutter vs React Native: An In-Depth Comparison

Mobile app development demands efficiency, reliability, and speed. Flutter and React Native are popular frameworks that allow you to create apps quickly and efficiently. This post will compares the strengths and weaknesses of each development framework to help you choose the best option for your next project.

Docker Cleanup - A Guide for Clearing Images, Containers, and Volumes

Docker has revolutionized application deployment, offering flexibility and efficiency through its containerization technology. As Docker environments evolve and grow, managing resources like containers, images, volumes, and networks becomes increasingly challenging. Docker Cleanup addresses this challenge by providing a systematic approach to identify and remove unused or unnecessary resources. In this blog, Let us explore the essential commands and techniques for cleaning up Docker resources effectively.

App distribution tools (and AppCenter alternatives) that will make your developer life easier

Discover alternative mobile app distribution platforms as Microsoft phases out AppCenter. This post provides insights into the essential features of a good distribution tool and guides you in selecting the best solution for your app release needs.

Direct API-Database Coupling vs. Multi-Layered Architectures

API-database coupling vs. traditional multi-layered architectures: what’s the difference and why does it matter? The main difference between direct API-database coupling and multi-layered architectures is that the former allows the API to interact directly with the database, minimizing latency and complexity, while the latter uses multiple layers to separate concerns.

Mission to Mars: Building NASA's Digital Twin with Helix Core and Unreal Engine

Did you know that digital twins – built with the help of Perforce Helix Core and Unreal Engine – help propel astronauts to space? In this webinar, Ryan Maffesoli, Senior Solutions engineer at Perforce, Greg Porter, Senior Systems Architect at Sev1Tech, and Marc Aubanel, Director of Digital Media Arts & Engineering at LSU, explore this exciting process.

Effective Testing in JavaScript

Kernighan & Pike, The Practice of Programming, 1999 Despite constantly changing technologies and the needs of customers, some wisdom seems eternal. Programmers need to test their code. But thorough testing takes time. When we do it well, everything works, and a massive testing effort feels like a waste. However, when we do it badly, our code is often broken, and we wish that we had done better testing. I have some good news for you.

Debugging in Ruby with pry-byebug

For a software engineer, even the basic use of a debugger can save a lot of pain: adding breakpoints (places in the code the program will stop at and expose the current context) is very easy, and navigating from one breakpoint to another isn't difficult either. And with just that, you can say goodbye to a program's many puts and runs. Just add one or more breakpoints and run your program.

Using Moesif, Kong, and Stripe to Monetize Your AI APIs - Part 3: Managing Customer Credit

Things can get tricky when managing pre-paid, pay-as-you-go billing for monetized APIs. Three mechanisms must be in place for this type of billing to work: first, you need to be able to add credits to an account. Second, you need to be able to burn down those credits. Third, you need to be able to block users from accessing the API once they have run out of credits.

Running Solid Queue in production Rails apps

Background jobs are essential to many Ruby on Rails apps. Since the introduction of ActiveJob, Rails developers have been able to manage their background jobs as natively as they do their database records. Still, ActiveJob requires you to select (and support) a backend adapter that will implement ActiveJob's backend. Many use Redis, a memory cache, to queue and process background jobs. Redis comes with incredible speed but is yet another dependency to maintain.

Digital Transformation in Aviation Industry: What's your take?

Airports are now heavily inclined towards integrating self-baggage drop facilities to ensure a hassle-free experience and eliminate long-standing queues. Plus, some airports are also introducing smart baggage trolleys to help passengers locate wherever they want to go at just their fingertips. Well, these are just a few of the innovations in the Aviation industry because the list is never-ending. Nevertheless, did you know that the airports using this new technology have seen some amazing results?

Appian Recognized as a Leader for Process Mining

This year at Appian World, we announced the launch of Process HQ. This next-generation process mining capability combines both process and business data in a single place, automating process analysis and empowering users with intelligent recommendations for where and how to take action. And because it’s part of the Appian Platform, you can immediately apply these improvements to your processes using our AI automation and workflow orchestration capabilities.

How to Improve Automation with Process Mining and RPA

For organizations looking to automate processes for better performance, a combination of RPA and process mining can help. Let’s take a step back to understand why. Automation that’s implemented without data-backed decisions often yields poor results. And data without action leads nowhere. To get the most out of any technology investment, you have to be sure you're using the right combination of tools and techniques.

Navigating Kong Konnect Is Easier and More Powerful with the Revamped Search Bar in the UI

You can use the new comprehensive search bar in Kong Konnect to quickly retrieve the information you need across Konnect entities so you can focus on taking action. Operating through a platform search API, the new search bar’s query syntax offers advanced and precise search capabilities and is designed to cater to a wide range of search requirements, enabling you to find the information you need across different areas of the product with ease and speed.

Write Better Code Using Swift Enums: A Detailed Guide

In Swift, an enum (short for enumeration) is a powerful feature that allows us to define a data type with a fixed set of related values so we can work with those values in a type-safe way within our code. In this article we’ll be taking a closer look at Swift enums and their applications in Swift, as well as providing some real-world examples of how we could deploy them in our builds.

What's New in Node.js 22

Node.js 22 has been released, offering a compelling upgrade for developers. It takes over the 'Current' release line, while v21 transitions into maintenance mode until its end-of-life in June. This release delivers advances like a stabilized Watch mode, pattern matching support in the fs module, a default-enabled WebSocket client, and a new--run flag for script execution. It also offers some performance improvements and the usual V8 engine upgrade.

Using Moesif, Kong, and Stripe to Monetize Your AI APIs - Part 2: Setting Up Metering and API Access

Now that we have set up our API, integrated it with Kong, and connected Stripe with Moesif, we have the infrastructure to begin billing for API usage. Now, we will move into configuring Moesif with the pricing, metering, and access control/governance pieces of the API monetization journey. Let’s kick things off by setting up the prices we want to charge for API usage in Moesif.

Authentication and Authorization Using Middleware in Django

Django is a “batteries-included” framework. It has a wide array of built-in features that handle common web development tasks: URL routing, template engine, object-relational mapping (ORM), and database schema migrations. This makes it highly efficient for rapid development, allowing developers to focus on building their applications' unique aspects without reinventing basic functionalities.

How No-Code API Tools Automatically Generate APIs

At some point, anyone who has enjoyed using a computer has wondered if they could build their own app. But software development becomes intimidating fast if you’re not a programmer. Fortunately, there is a wide range of no-code platforms available today. Even in the enterprise, there’s demand for no-code development. As APIs have become one of the most important components of the modern application ecosystem, several no-code API solutions are now available.

Federated Connectivity: Unlocking Data Silos with API Gateways

"The whole is more than the sum of its parts." Aristotle is credited with this quote, and it's true in the world of data. Legacy systems typically approached their role in a limited manner. Each system was intended to be used by a certain user set and handle well-defined processes and associated data. The result was a disintegrated environment with data being difficult to obtain, and frequently out of date. The parts couldn't easily cooperate to make a whole.

How to Get Data Out of ERP Systems with APIs

Enterprise Resource Planning (ERP) systems are designed to streamline business operations by centralizing data across an organization. However, extracting and utilizing this data can be a complex and time-consuming process. One solution to this problem is the use of APIs (Application Programming Interfaces), which allow you to get data out of ERP systems and other software applications.

How to Achieve Enterprise Continuous Testing With Perforce

In the age of digital transformation, enterprise continuous testing has become critical for agile and efficient software development. But enterprises often spend too much time managing a multitude of solutions and integrations with zero cohesion between solutions and an inability to gain clear insights. It takes so much time to manage the areas around testing that there is little time for the most important part — the testing itself.

Introducing Choreo Copilot

We're excited to introduce Choreo Copilot (preview), which allows you to interact with Choreo. You can pose questions in natural language and Copilot will provide answers. Choreo Copilot enables you to grasp Choreo concepts, teaches you how to perform tasks in Choreo, and provides guidance when you encounter obstacles. Copilot is familiar with APIs in Choreo’s internal marketplace. Choreo already features an AI capability that enables API testing through natural language.

Artificial Intelligence vs. Intelligent Automation: What's the Difference?

AI injects “intelligence” into automation, enabling systems to execute tasks, comprehend complex data, make informed decisions, and learn from outcomes. Unlike technologies such as robotic process automation (RPA), which follow predetermined rules, AI leverages data to evaluate situations and determine the best course of action. Now that we've explored how AI augments traditional automation tools, let's delve deeper into the realm of intelligent automation.

Appian Connected Underwriting Life Workbench

Increase STP and improve underwriter experience with an automated underwriting workbench for life insurers—Appian Connected Underwriting Life Workbench. Life Workbench integrates with select third-party sources and features a prebuilt connector to Swiss Re’s leading rules engine, Magnum. Watch this short explainer video to learn more.

How to Set Up Pre-paid Credit-Based Billing With Stripe

In today’s subscription-driven economy, flexible billing options are crucial. While traditional post-paid models are widespread, pre-paid credit-based billing is gaining popularity. This approach empowers businesses to bill customers upfront for a set amount of usage, offering an alternative way for customers to pay for your service.

Build Games Like Gearbox: Developing a CI/CD Pipeline with Helix Core & JetBrains TeamCity

Curious how Gearbox Software, the AAA game studio behind hit games like Borderlands and Tiny Tina’s Wonderlands, builds their games? In this webinar, learn how Gearbox 🛠️ Want to Build Like Gearbox? Get Started with Perforce Helix Core Accelerate development with the version control system 19/20 top AAAs like Gearbox rely on: Perforce Helix Core.

DreamFactory: Now a Snowflake Select Partner!

We’re happy to announce that DreamFactory was added to Snowflake’s Select partnership tier! Our mutual customers are getting tremendous value by using DreamFactory and Snowflake together, and we are excited for more collaboration to come. Through this partnership, we’re aiming to make it easier than ever for businesses to access and utilize their Snowflake data without the headaches of manual API coding.

Sketch - The Premier Platform for Digital Creativity

In the realm of digital design, Sketch has emerged as a game-changer. With its powerful vector editor, built-in prototyping, and collaborative features, Sketch has become the go-to tool for over a million designers worldwide. This article provides an in-depth review of Sketch, tailored for web designers, developers, digital marketers, website owners, and e-commerce managers.

When to Use Bun Instead of Node.js

Bun and Node.js are two JavaScript runtime technologies to run JavaScript on the server. Node.js is the undisputed king of server-side development with JavaScript, but Bun has gained popularity thanks to its unbelievable performance capabilities. The real question is, though: does it really make sense to use Bun instead of Node.js? Let's learn about Bun and Node.js, dig into their characteristics, and explore some scenarios where Bun can be a better alternative to Node.js.

AnyCable for Ruby on Rails: How Does it Improve over Action Cable?

In modern web applications, real-time communication has become more than a feature: it's gradually evolved into a necessity. Users expect instant updates, live interactions, and dynamic content. In Rails applications, Action Cable has long been the go-to solution, harnessing WebSockets to fulfill these demands. In this article, we introduce: Let's get started!

Using Moesif, Kong, and Stripe to Monetize Your AI APIs - Part 1: Integrating The Platforms

As the wave of AI sweeps through the technology landscape, many have hopped on board. Interestingly enough, and often overlooked, is that many AI capabilities are served through APIs. Fancy user interfaces integrate with the actual mechanisms where the magic happens: the APIs. So, when generating revenue through AI platforms, the APIs drive the revenue.