Episodes

  • Empowering Junior Devs with htmx - Sheena O'Connell
    Jul 29 2024

    An HTMX success story
    https://www.sheenaoc.com/articles/2024-06-30-htmx

    Sheena joins to talk about how she teaches her junior devs to teach noob devs how to become junior devs

    Show more Show less
    1 hr and 4 mins
  • Karson's Korner - A conversation on practice before theory, hx-swap-oob, and optimistic uis with htmx creator Carson Gross
    Jul 22 2024

    Practice over theory. hx-swap-oob. optimistic uis. the secret to making memes

    Show more Show less
    1 hr and 14 mins
  • Building a modal, PART 2
    Jul 17 2024

    tag is great
    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog

    Show more Show less
    12 mins
  • The advantage of being dumb
    Jul 10 2024

    Ignorance is bliss

    Show more Show less
    16 mins
  • PRO: Produce, Review, Optimize - marketing with htmx ceo John Dietrich
    Jul 8 2024

    John says what's up with marketing for small businesses

    Youtube: https://www.youtube.com/watch?v=S7BX2ocn7XM

    Show more Show less
    1 hr
  • How to build a modal with htmx
    Jul 2 2024

    What's an efficient/great way to add modals using htmx?

    Show more Show less
    11 mins
  • Anthony Alaribe on building a company with htmx and leveraging the browser
    Jun 24 2024

    Anthony's talk at Big Sky Dev Con:
    https://www.youtube.com/watch?v=uVKSmR_hBMs&t=9142s

    This episode on youtube (i.e. see faces)
    https://www.youtube.com/watch?v=LQfKmpx7QZ8

    Show more Show less
    56 mins
  • Large table pattern using htmx
    Jun 20 2024

    Mentioned, how to submit and reset a form on success using htmx:

    hx-target="#candidates_add_form"
    hx-swap="beforebegin"
    hx-on::after-request=" if(event.detail.successful) this.reset()"
    >

    This assumes the last row is the add form, and places the newly added item directly above it.

    Show more Show less
    19 mins