James Wallis
James Wallis’s Hashnode Blog

James Wallis’s Hashnode Blog

Follow
homewallis.devdev.tobadges
Pinned

I completely rewrote my personal website using Dev.to as a CMS

Feb 3, 20219 min read

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,...

I completely rewrote my personal website using Dev.to as a CMS

I built an advanced Dev.to dashboard with historic data using Next.js and Azure Functions 📈

Apr 6, 20217 min read

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...

I built an advanced Dev.to dashboard with historic data using Next.js and Azure Functions 📈

Using TypeScript Project References to share common code

Mar 30, 20214 min read

Ever wondered if you can share interfaces, types and functions between TypeScript projects? I'm currently developing a project consisting of two...

Using TypeScript Project References to share common code

Using getStaticProps and getStaticPaths with TypeScript - Next.js

Mar 24, 20215 min read

My personal website is built on Next.js and uses both the getStaticProps and getStaticPaths functions to dynamically generate the /blog/ and...

Using getStaticProps and getStaticPaths with TypeScript - Next.js

The easiest way to download SVGs from a website

Mar 23, 20213 min read

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....

The easiest way to download SVGs from a website

5 built-in Next.js features you absolutely should check out

Jan 26, 20217 min read

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...

5 built-in Next.js features you absolutely should check out