212 followers
Follow me on my journey as I write about real tech topics I face in my everyday life as a Frontend Developer.
Learn how to set up ESLint & Prettier in your ViteJS project. ยท I recently migrated from create-react-app (CRA) to ViteJS, and as part of that, I set up...
I recently migrated from create-react-app (CRA) to ViteJS, and as part of that, I switched my test runner from Jest to Vitest. In this article, I go...
Learn some tips and best practices to give your E2E Playwright tests a boost. ยท I've been using Playwright for a couple of months now, and though I'm...
One problem we often face as frontend developers is dealing with CORS when making API requests. What is CORS? CORS (Cross-Origin Resource Sharing) is...
Cypress was our go-to end-to-end (E2E) testing tool, and we were pretty happy with it, up until recently that is. Lately, we've run into a couple of...
Learn why making your tests fail is actually a good idea. ยท Let's face it, most of us developers don't necessarily love writing tests. We sometimes end...