Tagging e2e tests to reduce wait time
While testing your code is a great thing, useless end-to-end testing can be cumbersome. Here's how I leveraged tags to only run certain tests in PRs!
What I've learned so far.
While testing your code is a great thing, useless end-to-end testing can be cumbersome. Here's how I leveraged tags to only run certain tests in PRs!
It's not just the callback queue. It's macrotask vs microtask queue!
When I needed a specific action to add in my workflow, I could not find a good one. So I wrote it myself - here is how!
as, as const, satisfies - different ways to type variables in TypeScript. What's the best way?
After using REST and GraphQL APIs, it's time to try a different approach of data fetching