Building my first Rust CLI tool
Sometimes it's better to build the tools you need yourself. You will learn a lot along the way!
What I've learned so far.
Sometimes it's better to build the tools you need yourself. You will learn a lot along the way!
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?