15 followers
Follow me on my journey as I write about real tech topics I face in my everyday life as a Frontend Developer.
Learn some tips and best practices to give your E2E Playwright tests a boost.
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 essentially a mechanism that allows a server to express what other domains can make requests to it. ...
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 testing scenarios where Cypress support has been limited, notably around multiple domains/tabs and iF...
Learn why making your tests fail is actually a good idea.
I've submitted my fair share of code reviews at this point of my web development career and I've picked up a couple of tips along the way, so I wanted to share some of them with you. 1. Keep it small 🤏 Try and keep your code reviews as small as poss...
Learn about some of the top tips that helped me make the switch from being a long time Windows user, over to Mac.