James Wallis·Apr 6, 2021I built a Dev.to analytics dashboard to track historic post data 📈Do you ever watch your view count rise and wonder which posts are being read the most? I know I did.
James Wallis·Mar 30, 2021Using TypeScript Project References to share common codeEver wondered if you can share interfaces, types and functions between TypeScript projects?
James Wallis·Mar 2, 2021Different ways to fetch data in Next.js (server-side) and when to use themWhen building an application powered by Next.js it’s probable that you’ll need to fetch data from either a file, an internal API route or…
James Wallis·Feb 3, 2021I completely rewrote my personal website using Dev.to as a CMSThe final weekend of January 2021 was uneventful in comparison with other years — in the UK we were in full lockdown due to the…
James Wallis·Jan 26, 20215 built-in Next.js features you absolutely should check outStatic export, Incremental Static Regeneration, custom performance measuring and more…
James Wallis·Nov 3, 2020Ensuring your OpenAPI (Swagger) Specification is never outdated through testingThe OpenAPI Initiative, previously known as the Swagger Specification, is a machine readable specification to describe RESTful web…