diff --git a/nx-dev/feature-conf/src/lib/conf-schedule.tsx b/nx-dev/feature-conf/src/lib/conf-schedule.tsx index f3edb3065c..d9f601268e 100644 --- a/nx-dev/feature-conf/src/lib/conf-schedule.tsx +++ b/nx-dev/feature-conf/src/lib/conf-schedule.tsx @@ -64,11 +64,11 @@ export function ConfSchedule(): JSX.Element { speakers: [], }, { - type: 'break', + type: 'event', time: '1:30-1:55pm', - title: 'TBD', - description: '', - speakers: [], + title: 'Nx for your Stack', + description: `Take Nx beyond JavaScript incrementally, starting with only a few simple steps. From run-commands and shell scripts, up to a full custom plugin, Nx is capable of handling any language and tooling thrown at it. Experience the full benefits Nx provides in Angular, React, and Node, with the full stack of your choice.`, + speakers: ['Craigory Coppola / Nrwl'], }, { type: 'event', diff --git a/nx-dev/feature-conf/src/lib/conf-speakers.tsx b/nx-dev/feature-conf/src/lib/conf-speakers.tsx index 2706f0ec1e..d794a39edf 100644 --- a/nx-dev/feature-conf/src/lib/conf-speakers.tsx +++ b/nx-dev/feature-conf/src/lib/conf-speakers.tsx @@ -16,13 +16,6 @@ export function ConfSpeakers(): JSX.Element { name: 'Victor Savkin', twitter: 'victorsavkin', }, - { - description: - 'Isaac is an Architect at Nrwl. He helps maintain the documentation for Nx at nx.dev and has created two video courses available at nxplaybook.com. Isaac is an Instructor at egghead.io and has written blog posts on Advanced Angular Component Design.', - imageUrl: '/images/conf/isaac-mann.webp', - name: 'Isaac Mann', - twitter: 'MannIsaac', - }, { description: 'From the faraway lands of Scotland (but without the Scottish accent), Rares works at Nrwl on NxCloud, helping teams speed up and scale their development. He enjoys learning by teaching and has Egghead.io courses on TypeScript and Reactive Programming.', @@ -106,6 +99,13 @@ export function ConfSpeakers(): JSX.Element { name: 'Jason Jean', twitter: 'frozenpandaz', }, + { + description: + 'Craigory is an engineer with Nrwl on the Nx core team. Before joining Nrwl, Craigory created the nx-dotnet plugin to integrate C# and .NET into Nx in monorepos alongside front end code.', + imageUrl: '/images/conf/nrwl-logo.webp', + name: 'Craigory Coppola', + twitter: 'enderagent', + }, ]; function chunkList(itemList: ITEM[], chunkSize: number): Array { diff --git a/nx-dev/feature-conf/src/lib/conf-workshop.tsx b/nx-dev/feature-conf/src/lib/conf-workshop.tsx index f3cb1de2dd..69621c67e7 100644 --- a/nx-dev/feature-conf/src/lib/conf-workshop.tsx +++ b/nx-dev/feature-conf/src/lib/conf-workshop.tsx @@ -162,15 +162,20 @@ export function ConfWorkshop(): JSX.Element {

Instructors

+ {/* */}