more on slides

This commit is contained in:
thomashamburg 2025-10-13 21:29:59 +02:00
parent 4631fe3d88
commit 9d8ed85f41

View File

@ -187,54 +187,34 @@ transition: fade-out
Why Go? Why Go?
- Go is a compiled language that generates native machine code. - Go is a compiled language that generates native machine code.
- Generic Data Handling. - Go's core strength is its built-in, lightweight concurrency model using goroutines and channels.
- High-Level CRUD Operations. - Go has a small, well-defined specification and a deliberately simple syntax.
- Fluent Transaction API. - The standard library is comprehensive, especially for web development.
- Database Introspection. - Go compiles into a single, static binary with no external dependencies.
- Abstraction and Safety. - Go is simple, just 25 reserved words in the language.
- Utility Functions. - Can embed the database engine (modernc/sqlite)
- Can serve static code from embeded folders and files.
<div class="mt-40"/> - Can embed other resources, like sql files or template files.
- Has a built-in templating engine.
--- ---
class: default class: default
--- ---
Slidev is a slides maker and presenter designed for developers, consist of the following features # Term-Soup:
<div class="mt-10"/>
- 📝 **Text-based** - focus on the content with Markdown, and then style them later ADR, core+plugins, Signals, Ideomorph, Core-Engine, Plug-ins, SSE,
- 🎨 **Themable** - themes can be shared and re-used as npm packages You have to control the backend, Templating, HTMX, Hypermedia, Hateoas,
- 🧑‍💻 **Developer Friendly** - code highlighting, live coding with autocompletion Locality of behaviour,
- 🤹 **Interactive** - embed Vue components to enhance your expressions Declarative vs. Imperative, DS conforms strictly to the specs.
- 🎥 **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
<br>
<br>
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.
You can have `style` tag in markdown to override the style for the current page.
Learn more: https://sli.dev/features/slide-scope-style
-->
<style>
h1 {
background-color: #2B90B6;
background-image: linear-gradient(45deg, #4EC5D4 10%, #146b8c 20%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
</style>
<!--
Here is another comment.
-->
--- ---
transition: slide-up transition: slide-up