Skip to content

Commit

Permalink
docs(nxdev): add miro to nx conf lite speakers list (#10012)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes authored and FrozenPandaz committed Apr 28, 2022
1 parent 510a4c0 commit fefcf7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion nx-dev/ui-conference/src/lib/conf-schedule-short.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function ConfScheduleShort(): JSX.Element {
title: 'Build your own Nx Workspace from Scratch',
description:
"Nx Plugins are opinionated and generate quite a bit of configuration. But what happens when that doesn't suit your organization? What is actually necessary and what can be altered? To understand the core of Nx and how to configure it exactly to your needs, Jason Jean and Miroslav Jonas will be building an Nx Workspace from scratch!",
speakers: ['Jason Jean'],
speakers: ['Jason Jean', 'Miroslav Jonas'],
videoUrl: '',
},
{
Expand Down
7 changes: 7 additions & 0 deletions nx-dev/ui-conference/src/lib/conf-speakers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ export function ConfSpeakers(): JSX.Element {
name: 'Jason Jean',
twitter: 'frozenpandaz',
},
{
description:
'Miro is an engineer at Nrwl.io and a member of the Nx Core team. He enjoys sharing with the community, speaking, contributing to open source, and organizing events. Miro is co-founder of Angular Austria and co-organizer of Angular Vienna and ViennaJS meetups.',
imageUrl: '/images/conf/miroslav-jonas.webp',
name: 'Miroslav Jonas',
twitter: 'meeroslav',
},
];

function chunkList<ITEM>(itemList: ITEM[], chunkSize: number): Array<ITEM[]> {
Expand Down

0 comments on commit fefcf7d

Please sign in to comment.