Systems | Development | Analytics | API | Testing

Latest Posts

How to generate Excel files with low-code

Excel is widely used in different businesses and is a crucial element in the analysis and distribution of data. When generating reports, merging data from multiple sources or creating a document for a particular purpose, a low-code platform can provide consistent outcomes with less effort than the traditional coding approach. With Linx, for instance, you can craft an Excel file from any data source, e-mail it to a designated user, and then archive it for future reference.

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.

Extending BMC Smart Reporting to Yellowfin BI: Webinar Recap

Welcome to the BMC Smart Reporting to Yellowfin BI webinar recap! Following our recent webinar for BMC customers held on January 18, 2023, this blog provides a helpful summary for those who could not attend or who would like a quick text recap on the most important points. Speakers at the event included: Missed the event? You can watch the webinar on-demand for free at your convenience. If you prefer to read the highlights, we've got you covered in our handy recap - read on.

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.

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.

A Guide to Rails View Helpers

Views in Rails don't do much besides showcasing what we want. Sure, they might render slightly different results depending on who's watching (an admin or a logged-in user has a different experience than a guest user, for example), but they don't do much processing on what they're given. Or at least they shouldn't. Often though, Rails projects wind up with a lot of logic in their views. In this post, we'll explore how to use Rails helpers to keep our views clean and readable.

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.

Collaborating with Git for API Test Creation

APIs have become the center of software development, connecting and transferring data across systems and applications. Luckily, testing them can greatly improve the efficiency of your test strategy as a whole, helping you deliver software faster than ever. API testing is an essential part of the software development process, and it’s important to have a team that can work together to create accurate and efficient tests.