Skip to main content

Testing

Software testing practices

2 posts in this tag

Writing Effective Unit Tests: Quality Over Quantity
Software Engineering
8 min read

Writing Effective Unit Tests: Quality Over Quantity

Stop chasing coverage numbers. Learn to write tests that catch real bugs, document behavior, and give you confidence to refactor.

#JavaScript #TypeScript #Testing
Mbeah EssilfieMbeah Essilfie
545
Testing Vue Components: A Practical Approach
Software Engineering
9 min read

Testing Vue Components: A Practical Approach

Stop writing brittle tests. Learn a pragmatic testing strategy for Vue components using Vitest and Vue Test Utils.

#TypeScript #Vue #Testing
Mbeah EssilfieMbeah Essilfie
2.1K