Systems | Development | Analytics | API | Testing

%term

Using Klocwork as a Quality Gate in GitLab

Perforce's Klocwork static analysis tool can be used as a quality gate in any CI environment. Klocwork acts as a quality gate by analyzing code and preventing the code from moving forward if the quality criteria are not met. In this video, we demonstrate the use of Klocwork in a GitLab environment to illustrate the CI workflow, and how you can use Klocwork to require the pipeline to pass before merging code.

Export STIG Rule Violations via Klocwork's Desktop STIG Viewer

In this video, we show you how to export STIG rule violations to the Klocwork Desktop STIG Viewer, and how to display a complete list of all the vulnerabilities discovered during a static analysis of your code. Klocwork’s coverage for the DISA STIG rules is especially useful for federal accounts that have an obligation to demonstrate NIST RMF compliance for software to be deployed in a federal environment (e.g., the U.S. DoD).

The Era of the Never-Ending Cyber Attack: The Closed Loop Process and DPaaS

Cyber attacks are not going away. In fact, the increased frequency in the past couple of years is startling. There were 2,365 breaches in the U.S. in 2023 with 343.3M victims. This represented a 72% increase since 2021, which held the previous all-time record. And the numbers are only expected to grow. Organizations are rightly concerned about their own preparedness and ability to stay operational in the face of these threats.

Threads and Virtual Threads: Demystifying the World of Concurrency In Modern Times

Due to their ability to enable parallelism and asynchronous execution, threads have an essential role in efficiently utilizing multi-core processors. Without them, handling concurrent tasks in modern applications like real-time inference in IoT or Asynchronous I/O in AI/ML would neither be feasible nor imaginable. The arrival of virtual threads has further grown such possibilities by eliminating the sole dependency on operating system threads.

Introducing Secure VPN Connections with Choreo and Tailscale

Securing access to external resources within private networks—whether in other public clouds or on-premise data centers—is a key use case for applications and APIs deployed on the Choreo cloud data planes. Today, we are simplifying the process of creating and managing secure VPN connections from the Choreo cloud data planes to any external network with Tailscale, a renowned and trusted WireGuard VPN provider.

Advanced Dependency Injection in Elixir with Rewire

In our last post, we explored how Dependency Injection (DI) is a powerful design pattern that can improve our ExUnit tests. In this article, we will dive deeper into the topic of DI in Elixir, focusing on the Rewire library for Elixir projects. We will cover Rewire's core concepts, how to get started with it, and practical examples. We will also see how to use Rewire alongside Mox. Let's get started!

Snowflake ML Now Supports Expanded MLOps Capabilities for Streamlined Management of Features and Models

Bringing machine learning (ML) models into production is often hindered by fragmented MLOps processes that are difficult to scale with the underlying data. Many enterprises stitch together a complex mix of various MLOps tools to build an end-to-end ML pipeline. The friction of having to set up and manage separate environments for features and models creates operational complexity that can be costly to maintain and difficult to use.