From 3b07c66cf9d12991dabbf52b4f3161ce2807ede0 Mon Sep 17 00:00:00 2001 From: marianopeck Date: Thu, 18 Apr 2024 10:16:29 -0300 Subject: [PATCH] Create 2024-BuildingUnicodeAppsVAST.pillar --- .../talks/2024-BuildingUnicodeAppsVAST.pillar | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 2024-Conference/talks/2024-BuildingUnicodeAppsVAST.pillar diff --git a/2024-Conference/talks/2024-BuildingUnicodeAppsVAST.pillar b/2024-Conference/talks/2024-BuildingUnicodeAppsVAST.pillar new file mode 100644 index 00000000..434daa6e --- /dev/null +++ b/2024-Conference/talks/2024-BuildingUnicodeAppsVAST.pillar @@ -0,0 +1,11 @@ +! Building Full-Stack Unicode Applications with VAST + +Esteban Maringolo (emaringolo@instantiations.com) + +""Abstract:"" +The VAST Platform's extensive Unicode support enables the creation of applications that cater to global audiences with diverse language requirements. In this presentation, we'll walk you through the creation of a full-stack demo application that seamlessly integrates and reliably manages Unicode strings across its various layers. Starting from the user interface on the web, we will demonstrate how Unicode strings are handled on the Seaside server. Then, we'll show how these strings are manipulated within the development tools. Finally, we'll explore how Unicode text is stored and retrieved in the database storage layer. + + + +""Bio:"" +Esteban A. Maringolo is a senior software developer specializing in analysis, application development, and web architectures. Due to his experience with other Smalltalk dialects, he was keen to join the Instantiations team in 2019 to improve the extensibility of VAST and bridge the gap between it and other platforms. Esteban is involved in ongoing improvements to VAST’s new Unicode and Async frameworks, and he’s an active member of the Smalltalk development community with regular contributions to various open source projects.