From 36c1fff44cf8ba137ac54b4a608e28d61b531f23 Mon Sep 17 00:00:00 2001 From: Ladislav Prskavec Date: Mon, 1 Jul 2024 07:51:40 +0200 Subject: [PATCH] Add gomeetup 15 talk --- content/talk/2024-04-23-Go-meetups/index.md | 59 +++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 content/talk/2024-04-23-Go-meetups/index.md diff --git a/content/talk/2024-04-23-Go-meetups/index.md b/content/talk/2024-04-23-Go-meetups/index.md new file mode 100644 index 0000000..0262c76 --- /dev/null +++ b/content/talk/2024-04-23-Go-meetups/index.md @@ -0,0 +1,59 @@ +--- +title: Bubble Tea - how to make better terminal UI +event: Go Meetup 15 in Prague +event_url: https://www.meetup.com/prague-golang-meetup/events/299983280/ +location: Prague, Czech Republic +summary: Bubble Tea - how to make better terminal UI +abstract: "The fun, functional, and stateful way to build terminal apps. A Go framework based on The Elm Architecture. Bubble Tea is well-suited for simple and complex terminal applications, either inline, full-window or a mix of both." + +# Talk start and end times. +# End time can optionally be hidden by prefixing the line with `#`. +date: "2024-04-23T18:00:00Z" +date_end: "2024-04-23T20:00:00Z" +all_day: false + +# Schedule page publish date (NOT talk date). +publishDate: "2024-04-23T20:00:00Z" + +authors: [] +tags: [] + +# Is this a featured talk? (true/false) +featured: false + +image: + caption: '' + focal_point: Right + +links: +#- icon: twitter +# icon_pack: fab +# name: Follow +# url: https://twitter.com/georgecushen +url_code: "" +url_pdf: "" +url_slides: "https://speakerdeck.com/abtris/build-nice-terminal-ui-with-bubble-tea" +url_video: "https://www.youtube.com/watch?v=nuLZPGTvs0Y" + +# Markdown Slides (optional). +# Associate this talk with Markdown slides. +# Simply enter your slide deck's filename without extension. +# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`. +# Otherwise, set `slides = ""`. +slides: + +# Projects (optional). +# Associate this post with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects: +# - internal-project + +# Enable math on this page? +math: false +--- + +The fun, functional, and stateful way to build terminal apps. A Go framework based on The Elm Architecture. Bubble Tea is well-suited for simple and complex terminal applications, either inline, full-window or a mix of both. + +- [Repository with demo - Simple RSS reader for Podcasts for show bubbletea library in action.](https://github.com/abtris/rss-bubletea-demo)