✕ Clear all filters
17 articles
▶ Videos →

📰 Dev.to · yobox

17 articles · Updated every 3 hours · View all reads

All Articles 184,875Blog Posts 167,396Tech Tutorials 49,500Research Papers 35,896News 22,792 ⚡ AI Lessons
10 Regex Patterns Every QA Engineer Should Memorize
Dev.to · yobox 🌐 Frontend Engineering 2mo ago
10 Regex Patterns Every QA Engineer Should Memorize
Regex is the single highest-leverage skill a QA engineer can sharpen in a weekend. The same ten...
Temporary Email for GitHub Accounts: What Works and What Doesn't
Dev.to · yobox 📣 Digital Marketing & Growth ⚡ AI Lesson 2mo ago
Temporary Email for GitHub Accounts: What Works and What Doesn't
Temporary Email for GitHub Accounts: What Works and What Doesn't GitHub used to be one of the easier...
Stop Using Fake Data in Your API Tests
Dev.to · yobox 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
Stop Using Fake Data in Your API Tests
Stop Using Fake Data in Your API Tests If you're still testing APIs with fake payloads...
How to Debug Webhooks Locally (Without Going Insane)
Dev.to · yobox 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
How to Debug Webhooks Locally (Without Going Insane)
Debugging a webhook is supposed to be simple. The provider sends a POST. Your code receives it. You...
Realistic Mock Data for Cypress, Playwright & Postman
Dev.to · yobox 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
Realistic Mock Data for Cypress, Playwright & Postman
The cheapest test failure to debug is the one that says exactly what's wrong. The most expensive one...
Secure Test Credentials with the YoBox Password Generator
Dev.to · yobox 🔐 Cybersecurity ⚡ AI Lesson 3mo ago
Secure Test Credentials with the YoBox Password Generator
Test credentials are the most under-thought attack surface in modern engineering. Every team has a...
Cypress E2E with YoBox: Disposable Email + Webhook Tester
Dev.to · yobox 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
Cypress E2E with YoBox: Disposable Email + Webhook Tester
Learn how to test signup flows, OTP verification, password resets, and webhook events end-to-end...
Playwright + YoBox.dv: Parallel-Safe End-to-End Testing (2026)
Dev.to · yobox 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
Playwright + YoBox.dv: Parallel-Safe End-to-End Testing (2026)
Playwright won the modern e2e race by treating parallelism as a first-class feature instead of an...
Testing APIs with Postman + YoBox: The 2026 Workflow
Dev.to · yobox 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
Testing APIs with Postman + YoBox: The 2026 Workflow
Postman is the lingua franca of API testing. Every backend team has a collection. Most of those...
Disposable Email vs Real Email vs Aliases: Which Should You Use?
Dev.to · yobox 🔐 Cybersecurity ⚡ AI Lesson 3mo ago
Disposable Email vs Real Email vs Aliases: Which Should You Use?
If "just use a temp email" or "just use Gmail" felt like sufficient advice in 2015, it doesn't...
How to Use DisposableEmail Safely (WithoutLocking Yourself Out)
Dev.to · yobox 🔧 Backend Engineering 3mo ago
How to Use DisposableEmail Safely (WithoutLocking Yourself Out)
Disposable email feels like a cheat code. Hand the form an address that exists for an hour, get...
Email Testing Guide for Developers (2026 Edition)
Dev.to · yobox 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
Email Testing Guide for Developers (2026 Edition)
Email is the test surface nobody wants to own. It's asynchronous, depends on external providers, has...
A Docker Builder Recipe for Cypress & Playwright in CI
Dev.to · yobox ☁️ DevOps & Cloud 3mo ago
A Docker Builder Recipe for Cypress & Playwright in CI
Containerized e2e is the difference between a green build and a four-hour debugging session over...