© 2023 Hashnode
#web-optimization
Introduction While CSS is a powerful tool for web developers, it can also pose various problems. These problems can cause errors in the layout or style of a website, leading to a negative impact on we…
The introduction of media query was the savior and pinnacle of web responsiveness; without it, we would still be stuck with building websites for different screen sizes (the old age). However, specify…
In this article, we will discuss the best methods to optimize APIs so that our user get fast response from our APIs. Specifically, we are talking about Node.js API optimization. API Optimization Means…
Introduction Web performance is all about loading the websites fast or loading them in a way it seems fast to the end user. Web performance doesn't only mean initial page load it consists of page load…
“Test frequently and early.” If you’ve been following my testing agenda, you’re probably sick of hearing me repeat that. However, it is making sense that if your tests detect an issue soon after it oc…