Skip to content

Commit

Permalink
docs(nx-dev): update conf schedule with missing speaker info
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Aug 25, 2023
1 parent 67d9e7d commit 2122900
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Binary file not shown.
9 changes: 5 additions & 4 deletions nx-dev/ui-conference/src/lib/conf-schedule-short.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ export function ConfScheduleShort(): JSX.Element {
type: 'event',
time: '9:10am',
title: 'Keynote',
description: 'tbd',
speakers: ['Victor Savkin', 'Juri Strumpflohner'],
description: '',
speakers: ['Juri Strumpflohner', 'Victor Savkin'],
videoUrl: '',
},
{
type: 'event',
time: '10:05am',
title: 'Announcement - tbd',
description: 'tbd',
title:
'Nx Cloud Workflows: Next-Gen CI with First-Class Monorepo Support',
description: `We're excited to provide an exclusive preview of Nx Cloud Workflows. In our first foray into delivering CI as part of Nx Cloud, we'll demonstrate how Workflows can simplify distributed executions as part of a typical CI pipeline, before talking about our long-term vision for the product.`,
speakers: ['Simon Critchley'],
videoUrl: '',
},
Expand Down
6 changes: 6 additions & 0 deletions nx-dev/ui-conference/src/lib/conf-speakers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ export function ConfSpeakers(): JSX.Element {
name: 'Juri Strumpflohner',
twitter: 'juristr',
},
{
description: `Simon Critchley is a Senior Software Architect at Nx and has been working on developing Nx Cloud Workflows since he joined in February 2023. In previous roles he's architected large scale web services handling billions of HTTP requests per day.`,
imageUrl: '/images/conf/simon-critchley.webp',
name: 'Simon Critchley',
// twitter: 'MrJamesHenry',
},
{
description:
'As Director of Engineering at Nx, James manages our European Nxians and leads our efforts on the Lerna project. He is a prolific open-source contributor, 5x Microsoft MVP, ESLint Core Team Alum, and has worked on a number of projects alongside the TypeScript Team.',
Expand Down

1 comment on commit 2122900

@vercel
Copy link

@vercel vercel bot commented on 2122900 Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.