Systems | Development | Analytics | API | Testing

How To Use Coverlet Coverage For Improved Code Quality In Testing?

Have you ever considered how well-tested your.NET code simply is? Many teams feel their test suite is complete until a bug makes its way into production. The hard part is not just writing tests, but determining if tests cover critical paths. When using standard coverage tools, coverage can seem convoluted and unrelated to how you write code. This is where Coverlet coverage comes in – a simple to use, open source library for measuring test file coverage, and improving test coverage.

A comprehensive guide to error handling In Node.js

If you've been writing anything more than "Hello world" programs, you are probably familiar with the concept of errors in programming. They are mistakes in your code, often referred to as "bugs", that cause a program to fail or behave unexpectedly. Unlike some languages, such as Go and Rust, where you are forced to interact with potential errors every step of the way, it's possible to get by without a coherent error handling strategy in JavaScript and Node.js.

KubeCon + CloudNativeCon 2025: Recap

Hi everyone, my name is Bailey Ahrens, and I’m a marketing intern at Speedscale! I just returned a few days ago from KubeCon + CloudNativeCon North America 2025. While it was only my second trade show, it felt like a huge step forward in my confidence, skills, and future direction. My first conference (API World) was all about stepping outside my comfort zone. KubeCon was where I started leaning into that confidence and finding my place in the tech community.

Oracle's AI momentum and why quality assurance matters more than ever

After attending Oracle AI World, one thing is clear: Oracle is all in on AI. From embedded agents across Fusion Applications to the AI-native Oracle Database and OCI’s massive model-training capabilities, Oracle is positioning itself as the platform where enterprise AI comes to life. The energy was infectious. Every session, demo, and conversation carried a sense of acceleration: faster decisions, faster workflows, faster innovation.

Strengthening Your Security: Two-Factor Authentication Now Available on OctoPerf

In today's security-conscious world, relying on a password alone is no longer enough. With 2FA enabled, even if your password is compromised, the attacker would still need access to a second verification method (your authenticator app) to get in. At OctoPerf we're committed to helping you safeguard your valuable test configurations, results, and reports - 2FA is an essential step in that mission.

React Authentication : Add login to your React App in no time

Learn how to secure your React app with Asgardeo React SDK! Add login, registration, social logins, and multi-factor authentication in minutes. In this video, we’ll show you how to: Integrate your React app with Asgardeo in minutes Add user registration and user login using in-built React components Enable multi-factor authentication (MFA) for stronger security Set up social logins (Google, GitHub, etc.) effortlessly.