The final weekend of January 2021 was uneventful in comparison with other years - in the UK we were in full lockdown due to the Coronavirus. It was,...
Do you ever watch your view count rise and wonder which posts are being read the most? I know I did. That is one reason why I chose to develop my own...
Ever wondered if you can share interfaces, types and functions between TypeScript projects? I'm currently developing a project consisting of two...
My personal website is built on Next.js and uses both the getStaticProps and getStaticPaths functions to dynamically generate the /blog/ and...
Usually, when adding icons to a website, I'll use React-icons. There are times, however, when I prefer to copy an exact SVG from a website....
Introduction Recently I've been using Next.js both at work and on after-work projects. Next.js is React framework that enables functionality such as...