Systems | Development | Analytics | API | Testing

Digital Transformation for Financial Institutions: Start with the Tech You Have

Financial services institutions are playing the long game in working toward digital transformation. Considering the rapid rate of change and innovation over just the last 10 years, leading financial organizations are realizing that digital transformation isn’t a destination. It’s a journey. While there isn’t one right way to approach digital transformation, some strategies are less effective than others.

Using OAuth2 to access Emails

OAuth 2.0 is becoming a popular alternative for application authentication. With Microsoft discontinuing Basic authentication and making OAuth 2.0 one of their new standards, many developers are sure to be in a situation where they need to change how they handle authentication for popular applications such as mailboxes, exchange services, and more. This article will briefly touch on OAuth 2.0, how it can be used, and an example of using it read mail from an Office 365 mailbox.

Keep QA teams informed with Announcement Notifications in Tricentis qTest

As a QA leader or a test manager, you’ve likely had more than one instance when you needed to communicate important information to your entire team, regardless of their time zone, work hours, or location. Test management tools like Tricentis qTest are used by nearly everyone in a QA organization, making it an ideal medium for wider announcements.

7 Best Data Transformation Tools in 2022 (Pros, Cons, Best for)

The data transformation process reshapes data from a raw mess to a business goldmine by: Using a data transformation tool streamlines the entire process and saves you time and energy on these valuable but tedious tasks. In this article, we’ll explore the 7 best tools on the market for data transformations. Each tool will be evaluated with Pros, Cons, and a clear decision for who this tool is best for. Are you in a hurry?

11 Features in Node.js 18 you need to try

Node.js 18 was released on the 19th of April this year. You can read more in the official blog post release or in the OpenJS Blog announcement. The community couldn't be more excited! If you want to lend a hand, we welcome your ideas or solutions contact us, or if you would like to help us continue supporting open source, you can contribute with an issue here.

Build a Table Editor with Trix and Turbo Frames in Rails

In this post, we will implement a basic ActionText table editor for your Rails application. We'll learn how: This article draws inspiration from the excellent 'Adding Tables to ActionText With Stimulus.js' blog post from 2020. That was written before the advent of Turbo though, which we can expect to simplify matters quite a bit. Let's get going!

AWS Lambdas with TypeScript: Improve the Dev Experience

In part one of this series, we successfully built a TypeScript Lambda on the AWS cloud. But we left a lot of room for improvement in terms of the developer experience. For starters, the Lambda didn’t run on a local machine, which is cumbersome. The code we wrote is also not testable, which makes refactoring hard or, at least, dangerous. In this take, let’s focus on improving the developer experience. The goal is to make the code more robust and easier to work with. Ready?

Scaling live experiences: Horizontal vs vertical scaling for WebSockets

Live experiences are at the heart of the modern web. And delivering them to small audiences is relatively easy, thanks to protocols such as WebSockets. But there is a challenge. The difficulty involved in scaling WebSockets is non-linear. In other words, there comes a point where serving more clients demands significantly more complex architecture.