Systems | Development | Analytics | API | Testing

Latest Posts

How to Optimize Your SFTP Data Integration Process

In today's data-driven world, the seamless exchange of information is the lifeblood of modern enterprises. Whether you're a small startup or a global corporation, the ability to securely and efficiently transfer data between systems and partners is essential for success. This is where Secure File Transfer Protocol (SFTP) emerges as a crucial player, providing a robust framework for data integration that safeguards sensitive information while ensuring its swift and reliable passage from point A to point B.

Postman Tutorial: A Guide for Complete Beginners

Postman is one of the most sought-after tools when it comes to API testing. Whether you’re new or experienced, this tutorial simplifies API testing using Postman. We’ll cover the basics, explore testing techniques, and showcase implementable skills in this blog. This blog is derived from Pricilla Bilavendran’s workshop on Postman with The Test Tribe.

Medical Device Cybersecurity Trends From Our New Report

As medical technology becomes more connected, ensuring the security of medical devices is vital. Technology advances, bringing new opportunities for innovation and to improve the lives of patients — but emerging technology also presents opportunities for malicious actors.

Getting Started with Playwright: A Comprehensive Guide

Are you tired of struggling with flaky, slow, and complex browser automation tools? If you’re a developer looking for a robust solution to automate your web testing and interaction needs, Playwright might just be the answer you’ve been searching for. In this blog post, we’ll walk you through the process of getting started with Playwright, from installation to writing your first test script (in TypeScript).

WebAssembly (WASM): Opportunities for Ruby Developers

Most websites are built with high-level languages like Ruby. Developers can always optimize their code for improved performance. Yet, even with top-notch optimization practices, what if your website still lags? How could WASM help improve the performance (time and speed) of your Ruby apps? Web Assembly is a technology that allows developers to compile code written in languages other than Javascript and run it on the web browser.

SmartBear: A Visionary in the 2023 Gartner Magic Quadrant

We are excited to announce SmartBear has been named a Visionary in the 2023 Magic Quadrant by Gartner for API Management. A Magic Quadrant is a tool that provides a graphical competitive positioning of technology providers to help you make smart investment decisions. The evaluation was based on specific criteria that analyzed the company’s overall completeness of vision and ability to execute.

How to Fix java.io.IOException

The java.io.IOException is a checked exception in Java that indicates a problem while performing Input/Output (I/O) operations. This usually happens when a failure occurs while performing read, write or search operations in files or directories. Since IOException is a checked exception, it must be explicitly handled in methods that can throw this exception - either by using a try-catch block or by throwing it using the throws clause.

FactoryBot for Rails testing

In the Ruby community, there's near-unanimous agreement on the importance of testing. Tests act as a safeguard, ensuring that the digital experiences we craft remain consistent, reliable, and of high quality. Many in the Ruby community claim that no code change is complete without tests. They are an integral part of the development workflow. Regular testing ensures that new features, refactors, or bug fixes do not introduce unforeseen issues or regressions.

How to Build Multi-Tenant Environments with Yellowfin BI

Multi-tenancy is almost a prerequisite to provide a secure environment for each of your customers when using business intelligence (BI) tools embedded in external services. Although it is possible to control the access rights by granting individual access to user accounts without separating tenants, it is obvious that the management will become more complicated as the number of customers grows. In a previous blog, we covered what multi-tenancy means in the context of embedded analytics.