Systems | Development | Analytics | API | Testing

How Automation Accelerates the Road to Compliance

For companies working within regulated industries, achieving and maintaining compliance is critical to overall business success. Meeting the requisite compliance standards ensures the product’s quality and safety, which can have life-saving implications. With such high stakes, the road to compliance is an all-important one. Until a product is deemed compliant, it can’t generate revenue. So how can your organization accelerate the road to compliance?

Design Systems - A Storybook & React Tutorial

In this latest frontend trend of using JavaScript frameworks (e.g. React and Vue) to split out sections of our code into components, design systems have a fantastic role to play. A design system can be thought of as a cookbook. Each recipe has a picture of the meal (or in our case, a living, interactive example of the component), an ingredients list (maybe sub-components that live within parent components), and finally the instructions (how to implement and tweak with props).

AutoCAD + Game Engines for Visualization and Innovation

Engineers across industries are using AutoCAD + game engines, like Unreal. Why? AutoCAD can be used to create comprehensive technical designs which are required for manufacturing and testing. For product visualization, game engines shine. When combined, they can maximize innovation. Learn more about this powerful duo and discover why teams are adding the Unreal game engine to their use of AutoCAD.

The Top 5 Node.js Performance Measurement Metrics

Using Node.js as a JavasScript runtime has its advantages. However, it requires significant maintenance to keep it working as expected. Here are the top metrics you should monitor for Node.js performance measurement analysis. Application programming interfaces or APIs that use the Node.js runtime environment are scalable. Node.js is asynchronous and event-driven, which means the application can handle multiple connections at the same time.

Why you should be using a VPN when working from home

With so many of us working from home full time for the last 16 months, VPNs have become essential tools for companies to keep their staff working in a safe environment. What we mean by “safe” is mainly about your online presence whilst performing daily tasks for your job.

LiveView Integration Tests in Elixir

In the second part of this two-part series on testing LiveView in Elixir, we’ll write an integration test that validates interactions within a single live view, and an integration test that validates the interactions between two separate live views. You will focus on testing the behavior of the survey results chart filter from the previous post. We’ll use the LiveViewTest module’s functions to simulate LiveView connections without a browser.

Game Asset Recycling - What You Need to Know

To meet the ever-increasing demand for new video games, teams need to move faster than ever. Keeping up with releases and producing new game assets can be challenging, even for the largest studios. To accelerate development without sacrificing quality, many teams look to past projects, and their corresponding game assets. Game asset recycling saves time, allowing coders and creatives to innovate using existing materials. But how can you share game assets across teams and projects? Learn how.