Systems | Development | Analytics | API | Testing

Latest Blogs

Unleash the Power of Parallel Testing with Selenium Grid

Automated tests are the cornerstone of high-quality software. Development teams can move faster without worrying about breaking existing functionality when automated tests run with each commit or deployment. At the same time, automated tests can help expand test coverage to provide customers with a higher-quality product. Selenium is one of the most popular tools for testing web applications.

The 19 Best AI Use Cases in 2023

The recent advances in deep learning neural networks are pushing beyond what we thought AI technology could do. Heck, with DALL-E 2 winning art competitions and ChatGPT passing anything from New York’s Bar exam to Advanced Sommelier exams, modern AI technology is performing better than the average Joe. Which begs the question: How can AI solutions be used to improve business outcomes?

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!

Building a RESTful Minimal API with .NET Core 7

.NET Core and ASP.NET Core are popular frameworks for creating powerful RESTful APIs. In this tutorial, we will use it to develop a simple Minimal API that simulates a credit score rating. Minimal APIs provide a streamlined approach to creating high-performing HTTP APIs using ASP.NET Core. They allow you to construct complete REST endpoints with minimal setup and code easily.

Requirement Gathering Blog Series, Part 3: Exploring Requirements

This is Part 3 of the Requirement Gathering Blog series by Rahul Parwal where we explore more on Exploring Requirements. We’d like to thank him for sharing his expertise with the community through this information-packed piece. Check out the blog on Requirements in The Agile World for Part 2 of this series.