|
11 | 11 | bio?: string;
|
12 | 12 | };
|
13 | 13 |
|
14 |
| - let speakers: Speaker[] = [ |
15 |
| - { |
16 |
| - name: 'Stacy Cashmore', |
17 |
| - letters: 'SC', |
18 |
| - title: 'Tech Explorer DevOps', |
19 |
| - employer: 'Omniplan', |
20 |
| - image: '/speakers/sc.webp', |
21 |
| - bio: 'Speaker, author, and software developer. Stacy has been developing solutions since the mid-1990s in various companies and industries ranging from facilitating contract jobbing to allowing consumers to close a mortgage without the help of a financial adviser – with lots in between.\n\nShe has a passion for sharing knowledge: using storytelling for sharing her experiences to help teams grow in the ways that they develop software and work together and performing live coding demonstrations to inspire others to try new technologies.\n\nStacy published her first book in 2022, aimed at helping developers get started building dynamic applications using C#, Azure Functions, and Azure Static Web Apps. She is currently busy updating it for a second edition with new SWA functionality and using .NET 9.\n\nFor her effort in the community, Stacy has been awarded the Microsoft MVP for Developer Technologies since 2020.' |
22 |
| - }, |
23 |
| - { |
24 |
| - name: 'Rowdy Rabouw', |
25 |
| - letters: 'RR', |
26 |
| - title: 'Front-end expert', |
27 |
| - employer: 'Various employers', |
28 |
| - image: '/speakers/rr.webp', |
29 |
| - bio: 'Rowdy Rabouw is a Google Developer Expert in Web Technologies with over 25 years of experience in HTML, CSS, JavaScript, and PHP. Currently, he works as a Front-End-Focused Senior DevOps Engineer on Vue, Node and NestJS projects, paying special attention to usability and accessibility. Rowdy loves watching superhero movies and Formula One races and enjoys riding his mountain bike to unwind.' |
30 |
| - }, |
31 |
| - { |
32 |
| - name: 'Jorrik Klijnsma', |
33 |
| - letters: 'JK', |
34 |
| - title: 'Frontend Developer', |
35 |
| - employer: 'Sopra Steria', |
36 |
| - image: '/speakers/jk.webp', |
37 |
| - bio: 'Jorrik is a creative front-end developer at Sopra Steria with a passion for getting and sharing information. He focuses on new and inspiring topics. The moment AI ‘entered the chat’, it won his digital heart. His 8+ years of frontend experience is coming in at a close second.' |
38 |
| - }, |
39 |
| - { |
40 |
| - name: 'Bjorn Schijff', |
41 |
| - letters: 'BS', |
42 |
| - title: 'Sr. Front-end Engineer / Architect', |
43 |
| - employer: 'Sopra Steria', |
44 |
| - image: '/speakers/bs.webp', |
45 |
| - bio: 'Bjorn is an experienced software developer with lots of experience using Angular, RxJS and TypeScript. He has a passion for anything tech related and is happy to share that passion with people.' |
46 |
| - } |
47 |
| - ]; |
| 14 | + let speakers: Speaker[] = [] |
| 15 | + // [ |
| 16 | + // { |
| 17 | + // name: 'Stacy Cashmore', |
| 18 | + // letters: 'SC', |
| 19 | + // title: 'Tech Explorer DevOps', |
| 20 | + // employer: 'Omniplan', |
| 21 | + // image: '/speakers/sc.webp', |
| 22 | + // bio: 'Speaker, author, and software developer. Stacy has been developing solutions since the mid-1990s in various companies and industries ranging from facilitating contract jobbing to allowing consumers to close a mortgage without the help of a financial adviser – with lots in between.\n\nShe has a passion for sharing knowledge: using storytelling for sharing her experiences to help teams grow in the ways that they develop software and work together and performing live coding demonstrations to inspire others to try new technologies.\n\nStacy published her first book in 2022, aimed at helping developers get started building dynamic applications using C#, Azure Functions, and Azure Static Web Apps. She is currently busy updating it for a second edition with new SWA functionality and using .NET 9.\n\nFor her effort in the community, Stacy has been awarded the Microsoft MVP for Developer Technologies since 2020.' |
| 23 | + // }, |
| 24 | + // { |
| 25 | + // name: 'Rowdy Rabouw', |
| 26 | + // letters: 'RR', |
| 27 | + // title: 'Front-end expert', |
| 28 | + // employer: 'Various employers', |
| 29 | + // image: '/speakers/rr.webp', |
| 30 | + // bio: 'Rowdy Rabouw is a Google Developer Expert in Web Technologies with over 25 years of experience in HTML, CSS, JavaScript, and PHP. Currently, he works as a Front-End-Focused Senior DevOps Engineer on Vue, Node and NestJS projects, paying special attention to usability and accessibility. Rowdy loves watching superhero movies and Formula One races and enjoys riding his mountain bike to unwind.' |
| 31 | + // }, |
| 32 | + // { |
| 33 | + // name: 'Jorrik Klijnsma', |
| 34 | + // letters: 'JK', |
| 35 | + // title: 'Frontend Developer', |
| 36 | + // employer: 'Sopra Steria', |
| 37 | + // image: '/speakers/jk.webp', |
| 38 | + // bio: 'Jorrik is a creative front-end developer at Sopra Steria with a passion for getting and sharing information. He focuses on new and inspiring topics. The moment AI ‘entered the chat’, it won his digital heart. His 8+ years of frontend experience is coming in at a close second.' |
| 39 | + // }, |
| 40 | + // { |
| 41 | + // name: 'Bjorn Schijff', |
| 42 | + // letters: 'BS', |
| 43 | + // title: 'Sr. Front-end Engineer / Architect', |
| 44 | + // employer: 'Sopra Steria', |
| 45 | + // image: '/speakers/bs.webp', |
| 46 | + // bio: 'Bjorn is an experienced software developer with lots of experience using Angular, RxJS and TypeScript. He has a passion for anything tech related and is happy to share that passion with people.' |
| 47 | + // } |
| 48 | + // ]; |
48 | 49 |
|
49 | 50 | let focussedSpeaker: number | null = null;
|
50 | 51 | </script>
|
|
0 commit comments