From 9d8ed85f41d04fb182ea071f72efe135ac60e477 Mon Sep 17 00:00:00 2001 From: thomashamburg Date: Mon, 13 Oct 2025 21:29:59 +0200 Subject: [PATCH] more on slides --- slides/datastar/slides.md | 54 ++++++++++++--------------------------- 1 file changed, 17 insertions(+), 37 deletions(-) diff --git a/slides/datastar/slides.md b/slides/datastar/slides.md index 42cc025..99f96a5 100644 --- a/slides/datastar/slides.md +++ b/slides/datastar/slides.md @@ -187,54 +187,34 @@ transition: fade-out Why Go? - Go is a compiled language that generates native machine code. -- Generic Data Handling. -- High-Level CRUD Operations. -- Fluent Transaction API. -- Database Introspection. -- Abstraction and Safety. -- Utility Functions. - -
+- Go's core strength is its built-in, lightweight concurrency model using goroutines and channels. +- Go has a small, well-defined specification and a deliberately simple syntax. +- The standard library is comprehensive, especially for web development. +- Go compiles into a single, static binary with no external dependencies. +- Go is simple, just 25 reserved words in the language. +- Can embed the database engine (modernc/sqlite) +- Can serve static code from embeded folders and files. +- Can embed other resources, like sql files or template files. +- Has a built-in templating engine. --- class: default --- -Slidev is a slides maker and presenter designed for developers, consist of the following features +# Term-Soup: +
-- ๐Ÿ“ **Text-based** - focus on the content with Markdown, and then style them later -- ๐ŸŽจ **Themable** - themes can be shared and re-used as npm packages -- ๐Ÿง‘โ€๐Ÿ’ป **Developer Friendly** - code highlighting, live coding with autocompletion -- ๐Ÿคน **Interactive** - embed Vue components to enhance your expressions -- ๐ŸŽฅ **Recording** - built-in recording and camera view -- ๐Ÿ“ค **Portable** - export to PDF, PPTX, PNGs, or even a hostable SPA -- ๐Ÿ›  **Hackable** - virtually anything that's possible on a webpage is possible in Slidev -
-
+ADR, core+plugins, Signals, Ideomorph, Core-Engine, Plug-ins, SSE, +You have to control the backend, Templating, HTMX, Hypermedia, Hateoas, +Locality of behaviour, +Declarative vs. Imperative, DS conforms strictly to the specs. -Read more about [Why Slidev?](https://sli.dev/guide/why) +Quote Gillian Delany: - +The problem is Datastar is actually a backend agnostic backend framework with a 10 Kb shim. There has never been anything like it in practice. So it is hard to explain. - - --- transition: slide-up