Skip to content

Commit 4920660

Browse files
committed
chore: add june and july meetups
1 parent f3f31f6 commit 4920660

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

_meetups/2024-06-18-meetup.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: meetup
3+
title: "JavaScript's Quirks: Understanding the 'Why' Behind the 'What'"
4+
slides:
5+
video:
6+
speakers:
7+
- name: David Bowman
8+
title:
9+
avatar: https://avatars.githubusercontent.com/u/42383060?v=4
10+
bio:
11+
email:
12+
homepage: https://www.theinnovationlab.dev/
13+
twitter: davidlbowman
14+
github: davidlbowman
15+
linkedin: davidlbowman
16+
sponsor: cloudflare
17+
venue: cloudflare
18+
after: lazarus
19+
organizers:
20+
- kkipp
21+
- joah
22+
---
23+
24+
JavaScript is a language often mocked for its quirky behaviors, like how 3 + '3' equals '33' or how 0.1 + 0.2 doesn't quite equal 0.3. These peculiarities can be confusing and frustrating, especially for beginners. However, most of these behaviors aren't random or senseless—they stem from historical decisions, compromises, and attempts to handle various use cases. In this talk, we'll explore some of JavaScript's most notorious quirks, exploring their reasoning. We'll cover topics like type coercion, truthy/falsy values, equality comparisons, variable scope and hoisting, the typeof operator, and prototypal inheritance. If you understand the 'why' behind the 'what,' you will be better equipped to write clean, predictable JavaScript code and avoid common pitfalls. Whether you're a JavaScript beginner or an experienced developer, you'll walk away with valuable insights into the language's inner workings.
25+

_meetups/2024-07-16-meetup.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: meetup
3+
title: "Getting Started with Passkeys and WebAuthn"
4+
slides:
5+
video:
6+
speakers:
7+
- name: Lucas Castro
8+
title:
9+
avatar: https://lucasamonrc.dev/me.jpg
10+
bio:
11+
email:
12+
homepage: https://lucasamonrc.dev/
13+
twitter:
14+
github: lucasamonrc
15+
linkedin: lucasamonrc
16+
sponsor: cloudflare
17+
venue: cloudflare
18+
after: lazarus
19+
organizers:
20+
- joahg
21+
---
22+
23+
Passwords are vulnerable and frustrating for users. Passkeys promise a seamless and secure authentication future. But understanding the concepts and implementing them into your web application can feel daunting.
24+
25+
In this talk, we'll break down the fundamentals of passkeys, including the WebAuthn specification and the benefits they provide. You'll learn how to set up a simple WebAuthn server, handle registration and authentication flows, and navigate the practical aspects of implementing passkeys in your application. We will cover just enough ground for you to get started and lay out a passkey foundation to be built upon.

0 commit comments

Comments
 (0)