Systems | Development | Analytics | API | Testing

Latest Posts

5 Node.js Tools to Learn in 2023

The Node ecosystem comes with a wide variety of tools that have continued to evolve over the years. These tools are delivered via NPM packages and run in the command line, making them accessible to any developer (you do not need a fancy IDE to get the job done). In this take, we will explore 5 Node tools to learn this year: TypeScript, ES modules, ESLint, the ESLint SpellCheck plugin, and Mocha. These all run via the command line and can help boost your productivity when working on Node projects.

What's New In Loadero (January 2023)

The first month of 2023 has already ended and we are excited to share the new updates and features that we implemented in Loadero over the past month and some of the fixes we made during that time. If you are using Loadero to test WebRTC solutions, make sure to read the section about updates for WebRTC metrics gathering, it also has information about important upcoming changes.

3 Ways to Help IT Improve Regulatory Risk Management and Compliance for Financial Services

Managing a delivery team that supports any complex business requires aligning people and technology with the needs of your customers in order to deliver the software they need to run the business. Firms that operate within regulated environments like financial services, including capital markets also have to contend with external influence from regulatory partners—which can shape not only what you’re asked to do but also how you need to do it.

Build log grouping: Introducing a new and improved build log feature for mobile app developers

Build log grouping is a new feature that streamlines the build log process, making it easier to understand why a build failed and at which Step the failure occurred. Read how build logs are now grouped by steps, and how we improved our error message display.

What Are the Top 10 SQL Server Data Tools for 2023?

Five things you need to know about SQL Server data tools: Microsoft SQL Server is an RDBMS (relational database management system) for managing and storing information, transaction processing, and business intelligence. Managing a database on SQL Server or moving data to and from the platform can be challenging at the best of times. However, various SQL Server data tools can streamline these processes and improve scalability, functionality, and features.

Kong Mesh & Kuma 2.1 released with full suite of next-gen policies

We’re excited to announce the release of Kong Mesh and Kuma 2.1! In this release, we’re shipping the full suite of new and improved policies announced (and started) in 2.0. Additionally, we’re launching some more great UX improvements in the UI and a host of smaller fixes. In order to take advantage of the latest and greatest in service mesh, we strongly suggest upgrading to Kong Mesh 2.1. Upgrading is simple through kumactl or Helm.

Kong Konnect Supports Consumer Groups, Plugin Ordering, and More

Since our last Kong Konnect monthly update, we’ve been hard at work to deliver some more powerful features in Kong Konnect, including consumer groups, dynamic client registration using Curity and Auth0, plugin ordering, and streamlined Docker runtime instance creation. Read on to learn what’s new in Kong Konnect.

How to Handle ActiveRecord:: RecordNotFound in Ruby

ActiveRecord::RecordNotFound in Ruby is an error that occurs when an application is unable to find a record in the database that corresponds to the provided parameters. ActiveRecord is a Ruby gem that is used to interact with databases in a Rails application. It provides an object-relational mapping (ORM) layer that allows us to work with database records as if they were Ruby objects.