Tag: TypeScript

Articles tagged with TypeScript.

Going to the Gopher Side

The chaos that is the JavaScript/TypeScript ecosystem has become too much to bear in my opinion. I have become unhappy with my direction in the tech industry and in late 2023 made the decision to begin teaching myself Go and pivoting my career out of the Frontend & away from JavaScript.

From NextJS to Astro

In 2023 I began making the move from NextJS to Astro for my personal website and blog. This is my experience with the transition.

Adding Related Articles with Astro Content Collections

Astro's content collection feature is a game changer for easily managing content in a type safe manner. It also can help to easily add related collections or data types through referencing. In this article I show how I implemented a related articles feature.