Welcome to the Rightmove tech blog

How I became a software developer at Rightmove
Life Before Coding Prior to my career as a software developer, I was working as an econometrician. Essentially, this role involved working out how effective marketing campaigns were. It required a lot of data analysis primarily in Excel. However, as some of the datasets grew and we had to work from home due to COVID,…

How to Make Your React Tests Resilient to Refactors
Before React 18 came along, I mainly used Enzyme to test my applications. To keep our applications up to date, we were required to convert all our tests from Enzyme to React Testing Library (RTL), as Enzyme was no longer supported from React 18. I thought I could do this by simply rewriting my tests…