This article looks how to test for bugs during web development, and whilst testing a website for bugs during the build process. I look at some of the things I’ve done in the places I’ve worked. This is primarily aimed at front end development, but I guess it could also apply to some back end […]
Month: February 2020
When I optimise a website for speed, I usually focus on the front end first. Note there are many other things that could affect speed, such as server location, database queries and so on. This article covers mostly the front end stuff.