Articles by tag: testing
Fixtures in Go for autotests: practice with Axiom
How to extract infrastructure from Go tests using fixtures and the Axiom library. Clean, maintainable integration tests without code duplication.
Unified calculation engine for Next.js and Flutter
How to synchronize formulas between web and mobile applications, avoiding discrepancies in results. Practical solution using JSON and parity tests.
Safe Module Refactoring: Preserve Behavior | IT Practices
How to Extract Modules from a Monolith Without Regressions. Boring Refactoring Strategy with Feature Flags and Tests. Learn What Not to Change in the First Stage.
UseCase in backend development: structuring business logic
Learn how the UseCase pattern helps organize business scenarios in applications. Improve code readability and simplify testing. Read the details.
PHPUnit covers: navigation and test coverage for developers
How to use covers annotations and attributes in PHPUnit to improve navigation between tests and code. Practical examples and IDE setup.