TIL articles with the tag "web-dev" so far.
web dev
-
Rethinking my stance on TDD
Posted on: November 17, 2024Is following the TDD standard really a waste of time or am I just wrong?
testing web-dev
-
How file-based routing works
Posted on: October 18, 2023Some frameworks like Next.js or Astro offer file-based routing - here's how it works
web-dev astro
-
Understanding useRef
Posted on: November 01, 2023What exaclty is the useRef hook doing and when should you use it?
web-dev react