From 6346a2892e0f0e73f177dddbc674454ec653e802 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 30 Aug 2023 14:00:40 +0200 Subject: [PATCH] Update tags on posts --- Coroutines.md | 2 +- Rants/Rant on Change.md | 1 + Web/JavaScript/Skooma.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Coroutines.md b/Coroutines.md index a0095ef..18b49d5 100644 --- a/Coroutines.md +++ b/Coroutines.md @@ -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 --- diff --git a/Rants/Rant on Change.md b/Rants/Rant on Change.md index 9e3b3b1..c40c472 100644 --- a/Rants/Rant on Change.md +++ b/Rants/Rant on Change.md @@ -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 diff --git a/Web/JavaScript/Skooma.md b/Web/JavaScript/Skooma.md index cb66f9a..b75a5e8 100644 --- a/Web/JavaScript/Skooma.md +++ b/Web/JavaScript/Skooma.md @@ -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 ---