0x55aa
โ† Back to Blog

#"testing"

6 articles tagged with ""testing""

"devops""deployment""ci-cd"
11 min read

Deployment Smoke Tests: Stop Letting Users Tell You Your Deploy Is Broken ๐Ÿ”ฅ

After countless deployments, I learned the hard way that 'it works in staging' is not a deployment strategy. Smoke tests run in under 60 seconds and catch the disasters before your users do - here's how to build them.

Mar 21, 2026
"laravel""php""testing"
6 min read

Laravel Factories & Seeders: Your Test Data Is Lying to You ๐Ÿญ

If your test database has 3 users named 'Test User', one product called 'Product 1', and no edge cases โ€” congratulations, you're writing tests for a world that doesn't exist.

Mar 21, 2026
"rust""testing""systems-programming"
15 min read

Rust Testing: The Compiler Is Half Your Test Suite ๐Ÿฆ€โœ…

Coming from 7 years of Laravel where I'd write 50 tests to catch runtime errors, Rust testing blew my mind - the compiler catches so many bugs that my test suite is SMALLER and MORE confident! Here's why testing in Rust feels like cheating!

Feb 16, 2026
"nodejs""javascript""testing"
13 min read

Node.js Testing: Making It Actually Fun (No, Really!) ๐Ÿงช

Think writing tests is boring busywork? Think TDD slows you down? Cool! Now explain why you spent 6 hours debugging a bug that tests would've caught in 30 seconds. Let's make Node.js testing fun and practical - you might even enjoy it!

Feb 11, 2026
"laravel""php""web-dev"
8 min read

Laravel Factories & Seeders: Fake Data That Looks Real ๐ŸŽญ

Stop manually creating test data like a caveman! Learn how I use Model Factories and Seeders to spin up realistic databases in seconds - the same patterns we use in production at Cubet.

Feb 07, 2026
"laravel""php""testing"
7 min read

Laravel Testing That Won't Make You Cry ๐Ÿงช

Testing doesn't have to be boring! Here's how to write Laravel tests that actually save your bacon (and your sanity).

Jan 21, 2026