diff --git a/_data/speaker-list.yml b/_data/speaker-list.yml index 1c1bf4d..d505bff 100644 --- a/_data/speaker-list.yml +++ b/_data/speaker-list.yml @@ -9,11 +9,12 @@ speakers: - _participants/Katelynn-Burns.md - _participants/frank-hunleth.md - _participants/isaac-yonemoto.md -- _participants/dmytro-lytovchenko.md +- _participants/jessye-coleman-shapiro.md - _participants/benjamin-philip.md - _participants/jonatan-maennchen.md - _participants/cory-odaniel.md - _participants/hideki-takase.md - _participants/shintaro-hosoai.md - _participants/adam-lancaster.md +- _participants/dmytro-lytovchenko.md - _participants/chris-nelson.md diff --git a/_participants/jessye-coleman-shapiro.md b/_participants/jessye-coleman-shapiro.md new file mode 100644 index 0000000..8a2a980 --- /dev/null +++ b/_participants/jessye-coleman-shapiro.md @@ -0,0 +1,11 @@ +--- +name: Jessye Coleman-Shapiro +pic_url: "/assets/images/Jessye_Coleman-Shapiro.jpg" +tagline: Software Engineer at Factored Quality + +--- +Jessye is a software engineer at Factored Quality in New York. + +She has previously worked as an engineer at Top Hat, Red Hat and Square. Jessye holds a degree in Computer Engineering from the University of Toronto. In her spare time, Jessye enjoys going on hiking trips, making pottery and playing ultimate frisbee. + +[www.linkedin.com](https://www.linkedin.com/in/jessye-coleman-shapiro-476b3113b/) diff --git a/_talks/mastering-liveview-testing.md b/_talks/mastering-liveview-testing.md new file mode 100644 index 0000000..65dbe2f --- /dev/null +++ b/_talks/mastering-liveview-testing.md @@ -0,0 +1,14 @@ +--- +audience: +- Introductory and overview +tags: +- Fightning-technical-debt +title: Mastering LiveView Testing. Best Practices, DRY Code, and State Management +speakers: +- _participants/jessye-coleman-shapiro.md +published: true + +--- +At Factored Quality, we are building software that serves hundreds of American brands and thousands of agents across Europe and Asia, necessitating 24/7 global availability. We prioritize comprehensive test coverage to minimize production errors. + +Join me in this session where we will delve into LiveView's testing complexities, best practices, DRY coding, and state management. Discover how to effectively test intricate connections, optimize LiveView usage, write clean code, and master state management between components, enhancing your skills in real-time web app development.