Systems | Development | Analytics | API | Testing

Computer Vision 101: What It Is and Why It Matters

10 years ago, it would be ridiculous for people to believe that someday they would be able to use their faces to unlock their phones. That’s because it had been extremely difficult to create cartoon characters without profound drawing skills – but now we can easily turn photos into cartoon characters. Struggling with parallel parking? No worries, because self-parking systems are becoming standard equipment in vehicles.

Leveraging Data Analytics in the Fight Against Prescription Opioid Abuse

Every day in the US thousands of legitimate prescriptions for the opioid class of pharmaceuticals are written to mitigate acute pain during post-operation recovery, chronic back and neck pain, and a host of other cases where patients experience moderate-to-severe discomfort.

How to configure and use JMeter logging

We are going to look at how JMeter outputs to both the log panel in GUI mode and the log file in non-GUI mode. We will look at the properties relating to the GUI log panel and the Appenders and Loggers that determine what data is output and at what level the logs are output at. JMeter uses log4j to provide its logging mechanism and from the log4j website: We will look at how Jmeter configures Appenders and Loggers separately but they work together to produce the logged output.

APISecOps Tutorial: Delivering APIs Securely Together with Kong Konnect and Red Hat OpenShift Service on AWS (ROSA)

Red Hat OpenShift is the industry’s leading enterprise Kubernetes platform that runs ubiquitously across on-prem, and the cloud. With Red Hat OpenShift Service on AWS (ROSA), a managed Red Hat OpenShift platform that runs natively on AWS, it is even easier to get kick-started on an enterprise-ready instance of Red Hat OpenShift in the cloud. Kong similarly distinguishes itself as a multi-platform, multi-cloud API Management solution pushing the vision of APIs.

9 Useful Resources for Running a Brand New eCommerce Store: From Sourcing Inventory to Shipping Products

Advancements in technology and other factors have contributed to the continued growth of the eCommerce industry. This growth has led to the development of different eCommerce platforms, plugins, tools, and other resources that can help businesses drive revenue generation and save time during their operations. Unfortunately, it can get confusing for new eCommerce business owners to choose the right tools and resources.

How to Build in the Metaverse - A Primer on Metaverse Game Development

So you want to get into metaverse game development — but the metaverse isn’t here yet. It is still being built in pieces. Some say Web3/NFT/blockchain companies like Sandbox or Decentraland are leading the way. Others say that Meta is leading the way with its immersive VR Horizon World metaverse. But what about Epic Games and their deep investment into the underlying infrastructure? And what about the creative and educational side with Minecraft and Roblox?

How to Automate Localization Testing

When you launch a software product or application into a local market, you want to ensure its flawless functionality. Localization testing is a critical process in the software development life cycle that ensures the software is accurately localized and functions as expected in the target market. However, as with any testing process, localization testing can be time-consuming, repetitive, and error-prone, especially when dealing with multiple languages and locales. It’s ripe for automation.

Why can't your performance solution vendor size your load generators?

Load and performance testing remains a vital aspect of any software delivery process. Ensuring that your application supports the anticipated number of concurrent users prevents brand damage, system failures in production, and loss of revenue. There is a saying in engineering that the shape of the solution is dictated by the shape of the problem. Translating this to performance testing solutions, there are several common design elements that all load and performance testing solutions share.

Seven Ways to Gain Data Clarity in An Uncertain Climate

It’s been a rollercoaster ride for everyone over the last few years, with particular pressure on Chief Financial Officers (CFOs) to support CEOs steering their organizations through things none of us expected to experience in our lifetime. Unfortunately, with the financial markets going into turmoil over the last few months and consumers of all shapes and sizes starting to cut back on spending, the uncertainty isn’t going to stop anytime soon.

Storing Ephemeral UI State with Kredis for Rails

Kredis (Keyed Redis) is a recent addition to the Rails developer's toolkit. It strives to simplify storing and accessing structured data on Redis. In this first part of a two-part series, we'll start by going into how Kredis works. We'll then run through an example use case for storing ephemeral UI state using a bespoke Redis key. Let's get started!