Logo with initials
Articles about code - Alvin Bryan

#code

Gatsby to Astro

──── 8 mins

Why and how I migrated this website from Gatsby to Astro.

Things I don’t know

──── 3 mins

Here are the (coding-related) things I don't know, as of 2021. In an effort to help junior developers feel more comfortable.

Under the hood: Tech Stack

──── 6 mins

Looking at the different technical choices I made for this website.

Weak References in JavaScript

──── 2 mins

Looking at Weak and Strong references in JavaScript. It's a concept front-end developers are not used to.