Update tags on posts

This commit is contained in:
Talia 2023-08-30 14:00:40 +02:00
parent 01eaa6e162
commit 6346a2892e
3 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
title: An Introduction to Coroutines
description: "A language-agnostic introduction to the concept of Coroutines"
published: true
tags: beginner coroutines parallelism
tags: coroutines parallelism
date: 2021-11-20
---

View file

@ -4,6 +4,7 @@ published: true
description: A long and poorly structured rant about a series of harmful phenomena I've observed in the world of programming.
tags: rant, programming, community
date: 2020-11-25
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/5f05h9bj7sda2erlf2uc.JPG
---
## Preamble

View file

@ -2,7 +2,7 @@
title: Making the case for Skooma
description: In this short post I present a simple personal library I wrote for myself to handle HTML generation in JavaScript, compare it to many of its alternatives, and evaluate whether it was worth the time investment of not just picking an existing library.
published: true
tags: html, javascript, templating
tags: html, javascript, templating, metaprogramming, webdev
date: 2023-08-06
---