htmx/www/talk.md
2021-10-16 09:53:47 -06:00

69 lines
2.0 KiB
Markdown

---
layout: layout.njk
title: </> htmx - high power tools for html
---
## htmx Talk
[htmx discord server](/discord)
## Feature Requests & Bug Reports
[https://github.com/bigskysoftware/htmx/issues](https://github.com/bigskysoftware/htmx/issues)
## Social
[@htmx_org on Twitter](https://twitter.com/htmx_org)
[#htmx on Stack Overflow](https://stackoverflow.com/questions/tagged/htmx) Please send us the URL via Discord after creating the question.
[r/htmx on reddit](https://www.reddit.com/r/htmx/)
<iframe src="https://github.com/sponsors/bigskysoftware/card" title="Sponsor bigskysoftware" height="225" width="600" style="border: 0;"></iframe>
## Training
[HTMX + Flask: Modern Python Web Apps, Hold the JavaScript Course by Michael Kennedy](https://training.talkpython.fm/courses/htmx-flask-modern-python-web-apps-hold-the-javascript)
<div class="row">
<div class="1 col">
## Atom Feed (Announcements & Essays)
[feed.xml](/feed.xml)
## Announcements
<ul>
{%- for post in collections.announcements reversed -%}
<li><a href="{{ post.url }}">{{ post.date | date: "%Y-%m-%d"}} - {{ post.data.title }} </a>🔥🔥</li>
{%- endfor -%}
</ul>
</div>
<div class="1 col">
## Essays
* [HATEOAS](/essays/hateoas)
* [Locality of Behavior (LoB)](/essays/locality-of-behaviour)
* [Splitting Your Data & APIs: Going Further](/essays/splitting-your-apis)
* [Hypermedia APIs vs. Data APIs](/essays/hypermedia-apis-vs-data-apis)
* [Complexity Budget](/essays/complexity-budget)
* [SPA Alternative](/essays/spa-alternative)
## Podcasts
* [Devmode.fm - Dynamic HTML with htmx](https://devmode.fm/episodes/dynamic-html-with-htmx)
* [JS Party - Less JavaScript more htmx](https://changelog.com/jsparty/171)
* [Software Breakthroughs for the 21s Century](https://www.youtube.com/watch?v=O4ZFIx1ckSg)
* [Django Chat](https://djangochat.com/episodes/htmx-carson-gross)
* [Talk Python](#https://talkpython.fm/episodes/show/321/htmx-clean-dynamic-html-pages)
[Contact Us](mailto:podcasts@bigsky.software) to Join You on Your Podcast!
</div>
</div>