From 8328588aa85b8d7c46f3f4ca53cc64bb5c2e6803 Mon Sep 17 00:00:00 2001 From: Filippo Ferrari Date: Thu, 22 Feb 2024 09:06:12 +0100 Subject: [PATCH] fix: talks.json --- data/talks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/talks.json b/data/talks.json index c01252c..b4b6469 100644 --- a/data/talks.json +++ b/data/talks.json @@ -794,7 +794,7 @@ "liked": true, "attended": true }, - + { "title": "GnuCOBOL, the Free Industrial-ready Alternative for COBOL!", "speakers": ["Fabrice LE FESSANT"], "date": "2024-02-02T14:00:00", @@ -805,6 +805,6 @@ "description": "The GnuCOBOL project, as an open-source solution, has recently achieved industrial maturity, positioning itself as a serious contender against proprietary offerings. This presentation will explore the advancements and significant developments that have propelled GnuCOBOL to a level of stability, performance, and features that rival existing proprietary solutions. We will delve into the characteristics that have contributed to this maturity, highlighting the flexibility, reliability, and accessibility of the COBOL language in an open-source context. By showcasing real-world use cases and examples of success, we will demonstrate how GnuCOBOL meets industrial needs while providing a free and ethical alternative.", "liked": true, "attended": true - }, + } ] }