Systems | Development | Analytics | API | Testing

What is a Java Stack Trace? How to Read & Analyze Traces

A Java stack trace is displayed when an error or exception occurs. The stack trace, also called a backtrace, consists of a collection of stack records, which store an application's movement during its execution. The stack trace includes information about program subroutines and can be used to debug or troubleshoot and is often used to create log files. These exceptions could be custom (defined by the user) or built-in.

How to build a better finance app: advice from a Principal Engineer at NatWest bank

Adam Law shares some practices and processes that his team uses to ensure that their finance app continues to serve the customer in the best possible way. We’re sharing them with you in the hopes that you pick up something new for your team!

The All-new Appian Designer: A Makeover Worth Waiting For

Extreme makeover: Low-code edition Instagram did it in 2016, and again, in 2020. LinkedIn did it in 2018. And in 2022, it’s Appian’s turn to do it. Do what, you ask? Get a product makeover in time for the summer. A makeover is a pivotal moment in a product’s lifecycle, a sign of evolution to take the product experience to the next level. When iOS switched to its now-popular flat design from the older one, favored by Steve Jobs himself, it was a monumental shift in look and feel.

How APIs and Businesses Work to Enable Business Agility

APIs and businesses. Ever wonder what do APIs do in businesses? A better question is: what don’t they do? We’re living in the API economy — one where APIs rule business capabilities and open new revenue streams. Companies that leverage API technology innovate and respond to changes faster, providing value to customers and employees alike.

Using Moesif and Stripe for Pay-As-You-Go API Billing

Offering customers a variety of ways to pay for your product allows for flexibility and ease. In general, there are two ways for customers to pay for usage: Post-paid and pre-paid. Pre-paid is sometimes also referred to as PAYG, or Pay-As-You-Go. Post-paid usage can sometimes lead customers to have billing surprises if they are not tracking their usage closely. This can cause headaches for these users and can also cause issues for the service provider.

End-to-End API Monetization with Kong, Stripe, and Moesif

Many API developers and companies struggle to find ways to easily set up systems to monetize their APIs. Some are simple but not customizable, some are complex and require massive engineering effort to actually get it all running. To make things easier, Moesif created a feature a few months ago called Billing Meters which gives massive customizability but with a minimal amount of code and engineering effort.

One-Time Authorization Code for REST APIs in WSO2 Identity Server

WSO2 Identity Server provides many identity management workflows and password management workflows out of the box, e.g., self-registration, user invitations, password recovery, etc. However, it is not unusual to come across a situation where the workflow capabilities provided out of the box in the product, is not sufficient to fulfill your business requirement.