Systems | Development | Analytics | API | Testing

%term

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.

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).

Top 5 APIs to Boost Shipping Services

The advent of digital technologies requires industries, including shipping services, to meet the demands of global e-commerce. Accurate tracking, efficient inventory management, and seamless deliveries are now essential components that define successful shipping providers. Shipping providers turn to advanced tools to navigate the complexities of contemporary logistics. These solutions help automate workflows, minimize delays, and optimize customer service.

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.

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.

What CXOs Should Learn from the Gartner Hype Cycle: AI, Clouds, Security and More

Making informed decisions on technology adoptions and ensuring the sustained growth and relevance of the organization in the market has never been more exciting than in the current times we live in. The Gartner hype cycle is a valuable tool in this pursuit with all its insights into the timing, adoption, and potential benefits of various technologies.

Black Box Testing: Definition, Guide, Tools, Best Practices

Black box testing is a testing method where testers evaluate the quality of a system without knowledge of its internal structures. The system is a “black box”: they know what it does, but not how it achieves those results. In this article, we’ll learn more about black box testing in-depth, the common techniques used, and black box testing best practices.