chore: add post descriptions

This commit is contained in:
Cory Dransfeldt 2023-12-13 10:36:58 -08:00
parent a0e0ddb242
commit 18110e5f47
No known key found for this signature in database
29 changed files with 55 additions and 28 deletions

View file

@ -1,7 +1,8 @@
---
date: '2020-02-26'
draft: false
title: Fixing memory leaks in web applications
description: "Part of the bargain we struck when we switched from building server-rendered websites to client-rendered SPAs is that we suddenly had to take a lot more care with the resources on the user's device."
draft: false
tags: ['development']
---