Skip to content

Commit

Permalink
update april and may
Browse files Browse the repository at this point in the history
  • Loading branch information
joahg authored and aaronj1335 committed Apr 18, 2024
1 parent eef0b9e commit 31645d7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 7 deletions.
23 changes: 16 additions & 7 deletions _meetups/2024-04-16-meetup.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
layout: meetup
title: "Beyond Boilerplate resolvers: A compiler-based approach to building GraphQL APIs"
title: "Lightning Talks"
slides:
video:
speakers:
- name: Tristen Harr
- name: Multiple
title:
avatar: https://pbs.twimg.com/profile_images/1743633251749498880/_6zh983__400x400.jpg
avatar: https://gravatar.com/avatar/undefined
bio:
email:
homepage:
twitter: TristenHarr
github: TristenHarr
linkedin: tristen-harr-5a7b12123
twitter:
github:
linkedin:
sponsor: cloudflare
venue: cloudflare
after: lazarus
Expand All @@ -21,4 +21,13 @@ organizers:
- joahg
---

Building CRUD APIs is boring. Operating APIs at scale is hard. GraphQL is easy to consume but hard to create and expose. REST APIs have their own challenges. As a backend engineer, how do you escape this loop of writing a lot of boilerplate code and optimizing for performance and security?
This month, we are opening the podium to the community, inviting all to take the microphone for a few minutes to show off something that you have learned or discovered recently that has made your life as a JS dev easier! All who are brave enough to present will be rewarded with newly minted AustinJS stickers.

Lightning talks:

- **The Ongoing War Between CJS & ESM: A Presentation on Insecurity & Security** by [Nathan Bornstein](https://www.linkedin.com/in/nathangbornstein/)
- **Kill It with Fire: A Flaky Spec Story, Or "How I fixed 2000 flaky specs and learned how to love the build"** by [Nicholas Mullen](https://www.linkedin.com/in/nwmullen/)
- **Docker** by [Dylan Briar](https://www.linkedin.com/in/dylanbriar/)
- **dynohot** by [marcel laverdet](https://www.linkedin.com/in/laverdet/)
- **Running web apps on native mobile devices with Capacitor** by [Ryan Hopper-Lowe](https://www.linkedin.com/in/ryan-hopper-lowe-33ba95135/)
- **Pattern for conditional rendering using <Is> component** by [Arno Saine](https://www.linkedin.com/in/arnosaine)
24 changes: 24 additions & 0 deletions _meetups/2024-05-21-meetup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: meetup
title: "Making Mobile And Desktop Apps From Your JS Frontend With Tauri"
slides:
video:
speakers:
- name: Jason Levitt
title:
avatar: https://gravatar.com/avatar/8b98b1ceba59011de5b6183167dc4e89bc76d079e771dd00eacc07c3f86d0dfe
bio:
email:
homepage:
twitter:
github:
linkedin: levitt
sponsor: cloudflare
venue: cloudflare
after: lazarus
organizers:
- pcostanzo
- joahg
---

Tauri is a relatively recent, open-source (FLOSS), framework that lets you re-purpose your JS frontend as both a desktop (Mac/Win/Linux) and mobile (iOS/Android) application. It's easy to use and creates small, highly performant, executables.

0 comments on commit 31645d7

Please sign in to comment.