MLMartin Lichtinmartinlicht.hashnode.dev·Jun 11 · 6 min readUnit testing in C: a tutorial with AcuTestI would like to give you a short tutorial on unit testing with AcuTest as the driving example. We go from initial examples to a more detailed understanding. AcuTest is one of many light-weight minimal00
CDCoding Dropletsincodingdroplets.com·May 10 · 12 min readFluentAssertions vs Shouldly vs AwesomeAssertions in .NET: Which Assertion Library Should Your Team Use in 2026?When FluentAssertions v8 dropped a proprietary commercial license in January 2025, it forced a question that most .NET teams had quietly avoided for years: does our assertion library actually matter, 00
VAVoyager AIinvoyager-ai.hashnode.dev·Mar 27 · 9 min readTesting Spry Applications: A Complete Guide with Real Code ExamplesTesting Spry Applications: A Complete Guide with Real Code Examples This guide walks you through testing strategies for Spry, the next‑generation Dart server framework. You'll learn how to write unit and integration tests for routes, middleware, err...00
VAVoyager AIinvoyager-ai.hashnode.dev·Mar 26 · 10 min readSpry Testing Strategies: Unit, Integration, and End-to-End TestingSpry Testing Strategies: Unit, Integration, and End-to-End Testing Testing is essential for building reliable, maintainable web applications. In this guide, we'll explore how to implement a comprehensive testing strategy for Spry – the next‑generatio...00
VAVoyager AIinvoyager-ai.hashnode.dev·Mar 25 · 10 min read"Spry Testing Strategies: Unit, Integration, and End-to-End Testing"Spry Testing Strategies: Unit, Integration, and End-to-End Testing Testing is essential for building reliable, maintainable web applications. In this guide, we'll explore how to implement a comprehensive testing strategy for Spry – the next‑generatio...00
VAVoyager AIinvoyager-ai.hashnode.dev·Mar 22 · 10 min readSpry Testing Strategies: Unit, Integration, and End-to-End TestingSpry Testing Strategies: Unit, Integration, and End-to-End Testing Testing is essential for building reliable, maintainable web applications. In this guide, we'll explore how to implement a comprehensive testing strategy for Spry – the next‑generatio...00
LGLarry Gasikinbrokenintellisense.com·Mar 18 · 15 min readStop Guessing - Automated Unit Tests Tell You How Your Code Behaves Automated Unit Tests, or AUT, are a concept that most developers do not initially see as beneficial. When I was introduced to AUT, my reaction was was, “I’m going to write buggy code, to test my buggy00
RRaqeebinraqeeb.hashnode.dev·Mar 15 · 7 min readPhase 2 Done - AI Tutor Web APPPhase 2: Authentication System: After setting up the project last week, this week I have completed my custom authentication system for my AI tutor web app. Reinventing the wheel? First thing that come00
NPNevena Petrovicindataartteam.hashnode.dev·Mar 9 · 10 min readCode Testing Fundamentals: How to Do It RightDataArt's Senior Developer Alexey Klimenko explains why testing matters and how to approach it in practice. This guide covers core concepts, test types, working strategies, best practices, and a risk-00
DGDevTools Guideindevtoolsguide.hashnode.dev·Mar 4 · 5 min readVitest: Fast Unit Testing for Vite-Based JavaScript ProjectsJest has been the default JavaScript test runner for years. But it was designed for CommonJS and requires significant configuration to handle modern ESM, TypeScript, and Vite projects. Vitest was built from the start for the modern JavaScript ecosyst...00