Tagged: JavaScript

JavaScript

Building static websites with JS bundling

Javascript frameworks can be overkill for static websites, but they bring some nice advantages like bundling. In this article, I explore how to use JS bundlers with a static site generator.

12 September 2021 · 4 min read
JavaScript

Adding telemetry to a Nuxt app

In this article, I explore how to track a user journey in a Nuxt application without relying on cookies or personal information.

06 December 2020 · 6 min read
JavaScript

Create social media cards

Social media cards are little images that display when people share your links on social media and are a great way to distinguish your content from the rest.

16 August 2020 · 6 min read