Skip to content

Commit

Permalink
Update website for April 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
joeriddles committed Mar 27, 2024
1 parent 02ad600 commit e0540f4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -32,7 +32,7 @@ hide:
## Upcoming Meetups

{%
include-markdown "meetups/intro-to-dagger.md"
include-markdown "meetups/intro-to-htmx.md"
heading-offset=2
start="<!-- index: start -->"
end="<!-- index: end -->"
Expand Down
6 changes: 6 additions & 0 deletions docs/meetups/intro-to-dagger.md
Expand Up @@ -16,3 +16,9 @@ We'll have a presentation on Dagger and using it with the Spokane Tech repo. We
Online meeting link: [https://bit.ly/3T2eGk2](https://bit.ly/3T2eGk2){target=_blank}

<!-- index: end -->

## Recording

## Slides

[https://gist.github.com/KGB33/299a607966ab4eb8220bf6ca78e9ef41](https://gist.github.com/KGB33/299a607966ab4eb8220bf6ca78e9ef41)
15 changes: 12 additions & 3 deletions docs/meetups/intro-to-htmx.md
Expand Up @@ -5,14 +5,23 @@ description: An intro to HTMX with the combined Python and Go user groups.

<!-- index: start -->

# Intro to HTMX
# [Intro to HTMX](./intro-to-htmx.md)

_April 16, 2024_ | [:fontawesome-brands-meetup: Meetup](https://www.meetup.com/python-spokane/events/298346552/){target=_blank}

<img src="/assets/images/social/meetups/intro-to-htmx.png" width="600" height="337.5">

We are planning on an introduction to [HTMX](https://htmx.org/)! This meetup will be a combined event with the Python and Go user groups of Spokane.
Have (now) old school SPAs got you down? Not sure if you should start a new project in React, Vue, Next, Nuxt, Svelte, ....?!?

Online meeting link: [https://bit.ly/3T2eGk2](https://bit.ly/3T2eGk2){target=_blank}
Never fear, we are here to give you another option - HTMX! Think of HTMX as a small js lib that adds some "missing" functionality to old school standard html tags and forms. It's trying to push back on the intense complexity of modern front end development and offer a different, simpler, path.

<!-- index: end -->

HTMX doubles down on the concept of HATEOS: HTML As The Engine Of State, and as such relies heavily on the backend to generate and return HTML. This is where Python comes in: every dreamed of using Python to develop both your back and front ends? You can! How? Join us and find out!

This is a joint event with our friends in the [Go group]((https://www.meetup.com/spokane-go-users-group/)): we will be showing HTMX implementations in both languages to explore the different ways to leverage this amazing little library.

If you want a great preview of HTMX check out this video: [Creator of HTMX Talks HTMX](https://www.youtube.com/watch?v=LriHRa9t1fQ).

Online meeting link: [https://bit.ly/3T2eGk2](https://bit.ly/3T2eGk2){target=_blank}

0 comments on commit e0540f4

Please sign in to comment.