React – Step 1 – Installation

  NOTE: I’m on a PC. If you’re on another operating system there might be slight differences so do a google search. Right so you’ve decided you want to build a React app or perhaps you want to convert your html website to React. Great, but how do you do even get started? PART A … Read more

Website Optimisation Tip: Converting .pngs to .webp

Convert your images to .webp for better load times. Using Command Prompt navigate to the folder with your image. If you have just one image you can use this line : the 70 is the quality of the output. 0 is lowest 100 is highest cwebp -q 70 yourImageName.jpg -o yourImageName.webp If you have a … Read more