Systems | Development | Analytics | API | Testing

Latest News

How to Use the rodauth-omniauth Gem in Ruby

Setting up authentication for your Ruby app is important to ensure it is secure. In this post, we'll explore the rodauth-omniauth gem for Ruby to implement authentication in your app via third-party providers. First, let's quickly define authentication before exploring the benefits of OmniAuth and setting up the rodauth-omniauth gem for a Rails app. Let's dive straight in!

North Labs: Automating processes and saving 10+ hours per week

North Labs is an end-to-end data consultancy enabling business transformation in the areas of DevSecOps, Data Engineering, and Cloud. The team serves highly regulated industries with their mission-critical digital implementations, while simultaneously safeguarding data and ensuring compliance. We talked to Daniel Rothamel, Cloud Data Delivery Engineer at North Labs, to better understand how the joint solution of Snowflake, Keboola, and North Labs helps their customers to get more value from their data.

Lenses 5.1 - A 1st class ticket to be event-driven in AWS

Hello again. We strive to improve the productivity of developers building event-driven applications on the technology choices that best fit your organization. AWS continues to be a real powerhorse for our customers. Not just for running the workloads, but in supporting them with their native services: MSK Kafka, MSK Connect and now increasingly Glue Schema Registry. This is bringing a strong alternative to Confluent and their Kafka infrastructure offerings.

Process Automation Types, Explained

Are you confused about the multiple types of business process automation? You’re not alone. Automation tool vendors seem to have created more flavors than a contestant on Top Chef. Let’s get to the bottom of the differences between the various types of process automation and find out what they can and can’t do, in plain terms. Here’s a starting hint: Get ready for synonyms. In some cases, different analyst firms and tool vendors use different terms for the same ideas.

Transforming Manufacturing Data: The Power of Qlik and Databricks Together

Manufacturing is undergoing a massive transformation. Driven by technological advancements that generate vast amounts of data. The industry is moving towards becoming smarter, more sustainable, and services driven. The fragmented nature of manufacturing’s data architecture however, has created barriers to realizing the full value of data, with many projects stalling at the Proof-of-Concept stage.

Testsigma Ranked as a High Performer in G2 Spring 2023 Automation Testing Report

We are proud to announce that Testsigma has been recognized as a High Performer in the Grid® Report for Automation Testing and Software Testing categories. G2 acknowledges Testsigma as having high Customer Satisfaction that includes an average rating of more than 90% in Quality of Support, Ease of Use, and Meeting Customer Requirements. This is an amazing feat for Testsigma as ranking was based on direct feedback from our customers, among various other parameters.

Unlocking the Power of Lambdas in Ruby

Lambdas are a powerful feature of the Ruby language. They allow you to wrap logic and data into a portable package. In this post, we’ll cover how and when to use lambdas. You'll also learn about the difference between lambdas and Procs, and the performance profile of lambda functions. The code examples have been tested with 2.6 and 2.7 and should work with most modern Rubys. Use the links below to skip ahead in the tutorial.