From ca2471485c24d1de448ea976d5fd16c978250727 Mon Sep 17 00:00:00 2001 From: Agahnim Date: Wed, 13 May 2026 14:11:28 +0200 Subject: [PATCH] articles: add new article --- content/web-articles.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/web-articles.json b/content/web-articles.json index 018d622..b29f917 100644 --- a/content/web-articles.json +++ b/content/web-articles.json @@ -6,5 +6,9 @@ { "date": "2026-03-23", "body": "It's been a long time ! I'm writing this as I am completely overhauling the website, but I won't tell much about it until I'm done with this project ! What I can say though is that this section is far more extensible now thanks to the handy web-articles json file !" + }, + { + "date": "2026-05-13", + "body": "I almost got swept up in yet another JavaScript framework (https://astro.build/). However, the more I work on this project, the more I realize that HTML and CSS, with a little help from HTMX, can be just as powerful, without becoming a terrible unoptimized mess. I sometimes regret that web developers get caught up in this sort of craze for the next shiny framework; CSS alone has made enormous strides and is much more powerful and pleasant to write and read, as this excellent article by Lyra Rebane (https://lyra.horse/blog/2025/08/you-dont-need-js/) has shown me. While some communities associated with certain languages seem to be moving in the right direction, the web development community is still wondering whether the latest trendy framework is easy to vibe-code; that’s also why I appreciate initiatives like Neocities (https://neocities.org/), which have inspired me immensely !" } -] +] \ No newline at end of file