Systems | Development | Analytics | API | Testing

Why shift-right testing brings real results

Shift-left testing gets all the attention, but it’s shift-right that reveals what truly works. At @BlaBlaCar, Quality Assurance Manager @Rémy Gronencheld explains why testing in production is critical for real-world success: Shift-left: Build with confidence but rely on assumptions. Shift-right: Test against the unpredictable—low connections, real devices, and user behavior. The reality? Combining both approaches lets teams take calculated risks without sacrificing quality.

How to Improve Release Quality Throughput

Automation is like slicing through butter—smooth and time-saving. But how can you maximize your results without driving your developers up the wall? @Lori Henderson shares how they’ve boosted first-time releases and decreased hot fixes by blending automation with peer testing. Trust us, less manual work + quality throughput = happy developers.

How Xray's reporting features improve collaboration

Collaboration is essential for delivering high-quality software. Developers, QA, and stakeholders need clear communication and shared insights to align on goals and address challenges. Xray’s reporting features make this collaboration seamless by providing actionable data that keeps everyone on the same page. From real-time dashboards to customizable reports, Xray helps teams monitor progress, share updates, and make informed decisions.

C# Enum: Definition and Best Practices

A powerful yet simple feature in C#, enums often go underappreciated. They provide a way to assign meaningful names to numeric constants, making your code more readable and easier to maintain. Whether you’re a beginner or a seasoned developer, understanding enums and applying best practices can elevate your C# programming skills.

10 Simple Ways To Improve Your Internet Security in 2025

You may have read about hackers using ChatGPT to impersonate your grandma. If that story made you dig a little deeper, you may have learned about the hyper-realistic phishing scams being concocted with generative AI. And if you’ve really gone into the cyber-security weeds, you may have discovered the new breed of infostealer malware stealing passwords and browser log-ins. All sounds very concerning right? Well, it needn’t do.

Comparing React component libraries

Whether you can’t decide which React component library to use for your React applications, or you're simply curious to know how the popular libraries stack up against each other, you're in the right spot. In this article, I will compare ten of the most popular React component libraries and evaluate them based on popularity, robustness, and other qualities. The best component libraries have support for other elements of React (like React hooks) and a broad user base.

Mastering Nyc: Enhance Javascript & Typescript Test Coverage

NYC, often referred to as Istanbul’s command-line interface (CLI), is a powerful code coverage tool designed specifically for JavaScript testing. It works seamlessly with testing frameworks like Mocha, Jest, and Ava, making it an invaluable resource for developers looking to measure and improve the coverage of their tests. NYC not only tracks how much of your code is covered by your existing test suite but also provides detailed reports that help identify untested parts of your codebase.

The Advanced Guide to Unlocking Geospatial Insights in Snowflake

Over the last three geospatial-centric blog posts, we’ve covered the basics of what geospatial data is, how it works in the broader world of data and how it specifically works in Snowflake based on our native support for GEOGRAPHY, GEOMETRY and H3. Those articles are great for dipping your toe in, getting a feel for the water and maybe even wading into the shallow end of the pool. But there is so much more you can do with geospatial data in your Snowflake account!