Systems | Development | Analytics | API | Testing

How to perform an end-to-end test of a React app using Cypress

UI is nothing without UX. While user interface development is essential, it means nothing if it doesn’t lead to a good user experience. So whenever us devs add a new feature, or modifies the existing one, we must ensure the UX flows seamlessly. And that means thorough testing. Generally, the development process should involve tests at both the module and unit level to ensure both work as expected through the changes.

Why Process Modeling Is Better with Low-Code

Processes are the heart of every organization and every workflow. But if yours are a bit of a mess, you’re not alone. Businesses everywhere are struggling with inefficiency and just can’t seem to digitize workflows fast enough. And when they do, it’s hard to tell if they've even improved the problems they set out to solve in the first place. . . or just created more chaos.

About the State of Value Stream Management in 2022

Value Stream Management (VSM) is about empowering delivery organizations to measure, mitigate, and monitor complexity. Simply put, it aims at improving the flow of value in your organisation. The VSM Consortium recently released their highly anticipated report on “The State of Value Stream Management 2022” . In this post we recap some of the findings and look at it specifically from a software engineering and platform engineering point of view.

A Guide for Choosing the Best API Gateway

If you're looking to build or expand upon a microservices architecture, then you need to seriously consider an API gateway. An API gateway is a critical piece of infrastructure that can help you build a scalable, secure, and efficient microservices architecture. They are an essential part of any API strategy. It acts as a single point of entry for all your API traffic, making it easier to manage and monitor your API traffic.

5 Tips For Recovering Revenue With APIs

Recovering revenue is an important part of running a successful venture in the modern API economy. With an API product it can be easy to undervalue your services and, ultimately, your business. This is why many API providers turn to billing customers for their usage, but which API monetization method is best for your product stack? Moesif enables you to make smart, informed decisions around your customers and maximize the monetization of your business model.

Secure Your Node.js App with JSON Web Tokens

A JSON Web Token (JWT) is an open standard (RFC 7519) that securely sends and receives data between parties (in the form of a JSON object). In this article, we’ll implement JWT authentication to secure a Node.js application. We’ll also find out what JWT is all about and build a demo app. Let's get going!

Appian Named Category Leader in Chartis Vendor Analysis Report on Client Lifecycle Management (CLM)

In the Chartis Vendor Analysis: Client Lifecycle Management Solutions, 2022: Corporate and Investment Banking report, Appian is recognized as a Category Leader. The report noted the completeness of Appian’s offering, including our unified low-code platform, data integration capabilities, and ability to meet market-specific requirements.

Elixir 1.14: Better Debugging with dbg/2 and More

The latest Elixir release introduces new features to improve your developer and debugging experience. In this post, we'll take a look at the new dbg() functionality, along with some improvements to Inspect and binary evaluation error messaging. All these changes come together to make you an even more productive Elixirist. Let's get started!