more on slides
This commit is contained in:
parent
4631fe3d88
commit
9d8ed85f41
@ -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.
|
||||
|
||||
<div class="mt-40"/>
|
||||
- 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:
|
||||
<div class="mt-10"/>
|
||||
|
||||
- 📝 **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
|
||||
<br>
|
||||
<br>
|
||||
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:
|
||||
|
||||
<!--
|
||||
You can have `style` tag in markdown to override the style for the current page.
|
||||
Learn more: https://sli.dev/features/slide-scope-style
|
||||
-->
|
||||
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.
|
||||
|
||||
<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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user