Introduction Two years ago, in 2018, I was introduced to Docker by a colleague of mine who was a brilliant programmer. Thus, I started my Docker journey on my own by reading tutorials online. I was developing a WordPress website...
Disable Cache to Reflect New CSS Changes
Introduction You made some changes to your CSS style sheet and upload it to the web server but the browser did not reflect the new look after you hit refresh (F5) or even forced update, disregarding cache (Ctrl + F5).…