Systems | Development | Analytics | API | Testing

Safety and Security for Medical Devices with New U.S. House of Representatives Legislation

Inspired by an article from Jim Dempsey, lecturer at the UC Berkeley Law School and a senior policy advisor at the Stanford Cyber Policy Center, I decided to write about the recent legislation approved by the U.S. House of Representatives to address cybersecurity for medical devices and how it relates to open source software security, secure code standards, and static analysis.

Understanding Type Checking in JavaScript Using typeof

In JavaScript, the type checking operator typeof returns the data type of the argument that was supplied to it. Any variable, function, or object whose type you want to determine using the typeof operator can be used as the operand. The typeof operator can be used to check the data type before execution because JavaScript is a dynamically typed language, which means that you do not need to define the type of variables when declaring them.

How one telehealth app scaled with healthcare software testing

As the rapid digitization of healthcare grows, telehealth apps face a unique challenge in delivering continuous care on familiar devices. The demand for telehealth apps only compounds the need for healthcare software testing to ensure a great user experience while scaling quickly and efficiently. Partnering with a crowdsourced testing vendor opens up immediate access to coverage for devices and locations, accelerated testing velocity, zero operational overhead, and increased ROI.

Kong Builders - July 22 - Running Kong Gateway on Red Hat Open Shift

In this week's episode, Kat Morgan walks through Kong Gateway on #Redhat #OpenShift with special guest Casey Wylie, Principal Solutions Engineer from Red Hat! Kong Builders is a livestream series that takes our developer-focused toolsets and puts them on display in the best venue possible – building applications and connecting workloads.

Producing JMeter Tests from OpenAPI

Swagger in conjunction with OpenAPI is a way for REST API’s to be build, documented and consumed. It is defined in either YAML or JSON. OpenAPI and Swagger are both open source, and their use is commonplace amongst development teams and can make the life of a performance tester a lot easier as it allows us to build JMeter tests directly from the definition of the endpoints. The object of this post is to look at how we can produce JMeter tests directly from a Swagger definition.

Challenges of Textual Data and the Progression of Textual Analytics

In the beginning, simple systems collected data, wrote data to files, and created reports. For the most part, these systems operated on transaction-based data—bank deposits, sales, telephone calls, and the like. An entire infrastructure supported these essential business systems, but there was little or no place for text. All data was highly and tightly structured, and text was ignored.

Four Challenges Facing the Life Sciences Industry in 2020

New breakthroughs in drug development are leading to groundbreaking results that could change lives in 2022 and beyond. However, at the dawn of a new decade, there are major challenges facing the industry that could prevent this innovation revolution. With the rising costs and increasing complexities involved in bringing products to market, life sciences organizations are re-examining their business operations and technology adoption.

The 28 API tools you need

With APIs taking over, more people are asking: What can I use to create my API? Although there are many different API standards and types, we will primarily focus on REST APIs. An API can be as simple as a single endpoint with one purpose, or it can be much more complex, like the AWS APIs with 1000s of endpoints and 100s of thousands of users. What all of these APIs have in common is that they have to be developed. We like to classify the development of APIs in 3 phases: Design, Build and Host.