🎉 rwoll.dev

Posts

  • 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

  • Dev Notes: Learning and Building a Fullstack, Real-Time Web App on Azure

    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

  • End-to-End Testing: Fixing a Flaky Test and Avoiding Sleeps with Playwright

    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