Systems | Development | Analytics | API | Testing

Kong Mesh 2.2.0 Certified on Red Hat OpenShift: Why and How to Get Started

By now, when we hear the words “service mesh” we typically know what to expect: service discovery, load balancing, traffic management and routing, security, observability, and resilience. So, why Kong Mesh? What does Kong Mesh offer that would be more difficult to obtain with other solutions? Why is Kong Mesh with Red Hat OpenShift a great pairing? We’re happy to announce that the Kong Mesh 2.2.0 UBI Images are available in the Red Hat Ecosystem Catalog.

Using test tours in exploratory testing strategy for QA teams

Sometimes, you find yourself searching for bugs without any specific purpose or direction. This occurs when your QA team lacks the proper mindset and strategy for exploratory testing. Without clear guidance or goals, your test coverage will be inadequate, and you'll have less productive use of your time. In his book Exploratory Software Testing: Tips, Tricks, Tours, and Techniques to Guide Test Design, James Whittaker provides a practical solution to help you level up your exploratory testing.

Techniques to optimize Google BigQuery performance for AI-Powered Analytics

Google BigQuery is a fully managed, enterprise-scale, cloud data warehouse that helps you store, manage, and analyze your data. This article will take you through the fundamentals of Google BigQuery. I’ll also share optimization opportunities to improve performance when you’re using both BigQuery and ThoughtSpot.

Accelerating government IT modernization: 4 best practices

Constituent services can be supercharged through government agencies’ IT modernization and digitization efforts. To achieve success on these initiatives, a strategic and calculated approach to testing is needed. In their recent Tech Spotlight on IT Modernization, Federal Computer Week (FCW) spoke with Dr. Grigori Melnik, Chief Strategy Officer at Tricentis, about how the implementation of automated testing can expedite the IT modernization process while ensuring confidence in the outcomes.

7 Secrets to Writing Clean and Efficient Code Programmer Should Know

Welcome, fellow programmers, to the world of clean and efficient code! Imagine this: you’re staring at a piece of code that looks like a tangled mess of spaghetti, and your brain feels like it’s doing gymnastics in a clown costume. But fear not, for I bring you the sacred “7 Secrets to Writing Clean and Efficient Code Every Programmer Should Know.” So grab your coffee mugs, put on your coding capes, and embark on this epic quest to conquer the wild beasts of code chaos!

Top MongoDB ETL Tools for Efficient Data Integration

In today's data-driven world, organizations rely on efficient data integration to extract valuable insights and unlock the full potential of their business. MongoDB, a popular NoSQL database, has gained widespread adoption for its flexibility and scalability. However, when it comes to integrating MongoDB data with other systems, the process can become complex and time-consuming.

An Introduction to Lambdas in Ruby

Lambdas are a powerful programming construct used in many languages. These functions allow developers to write code that is more concise, efficient, and easier to maintain, making Lambdas an essential part of any developer's toolkit. In this article, we'll explore how you can use Lambda functions in Ruby to simplify your code and make it more powerful.