--- layout: base title: Austin JavaScript meta: description: Austin JavaScript is a community-driven group that meets to discuss JavaScript and the open web. ---

{{ title }}

{%- assign meet = collections.meetups | last -%} {%- meetupDetails meet.date, meet.data.venue, meet.data.after, meet.data.title, 'Upcoming meetup details' -%} {%- endmeetupDetails -%}

We are a community-driven group that meets to discuss JavaScript and the open web. Find out more about us or the many ways you can contribute.

We work hard to build a community that treats people with excellence. We've formalized this in the Austin JavaScript Code of Conduct.

Past speakers and talks

{%- for meetup in collections.meetups reversed -%} {%- for speaker in meetup.data.speakers -%} {%- if speaker.name and speaker.avatar -%}
{%- avatar speaker.avatar, speaker.name, 'is-rounded' -%}
{%- endif -%} {%- endfor -%} {%- endfor -%}

Recent meetups

    {%- assign meetups = collections.meetups | flip -%} {%- for post in meetups limit: 5 -%}
  • {{ post.data.title }}
  • {%- endfor -%}

More in archive...