TypeScript: Typechecker-Assisted Runtime Data Validation
A neat typing trick to have the typechecker tell you where you need to validate your untrusted user data.
Read more
A neat typing trick to have the typechecker tell you where you need to validate your untrusted user data.
Read more
Take a peak into my notes! Here's a bunch of links and brief commentary from building my first Azure app: a real-time emoji reaction room.
Read more
Explore a flaky test to uncover how a Web App's implementation can contribute to flakes. Uncover a user-facing bug in a Web App, learn what Playwright does to ensure reliable tests, and explore how to avoid sleeps to keep your tests fast and flake-free!
Read more