import React from 'react'; import { MemberCard } from '@nrwl/nx-dev/ui/member-card'; export function ConfWorkshop(): JSX.Element { return (
September 14 & 15

Develop at Scale with Nx Monorepos

Presented by Nrwl on September 14th and 15th, 10:30am - 5:30pm ET

We'll kick off the Nx Conf festivities with a 2-day deep dive into all things Nx! The Nx Workshop is the official workshop created and maintained by the Nx Core Team at Nrwl. In these two days, Nrwl architects will cover the breadth of tools and techniques needed for any tech lead or individual contributor to be successful working in an Nx workspace.

$800 All-Inclusive

Each ticket for the Nx Workshop is $800, and includes both days of the workshop, as well as a free coupon for the Advanced Nx Workspaces course on nxplaybook.com, and a gift box to be shipped to you that includes the coveted "10x Nx Developer" t-shirt.

The workshop consists of short presentations, followed by hands-on codelabs.

Day 1

  • ๐Ÿ”ฌ   Lab 1 - Generate an empty workspace
  • โš—๏ธ   Lab 2 - Generate an Angular app
  • ๐Ÿงช   Lab 3 - Executors
  • ๐Ÿ”ญ   Lab 4 - Generate a component lib
  • ๐Ÿงฌ   Lab 5 - Generate a utility lib
  • ๐Ÿงฎ   Lab 6 - Generate a route lib
  • ๐Ÿค–   Lab 7 - Add a NestJS API
  • ๐Ÿ“   Lab 8 - Displaying a full game in the routed game-detail component
  • ๐Ÿ’ป   Lab 9 - Generate a type lib that the API and frontend can share
  • ๐Ÿ‘ฉโ€๐Ÿ’ป   Lab 10 - Generate Storybook stories for the shared ui component
  • โŒจ๏ธ   Lab 11 - E2E test the shared component

Day 2

  • ๐Ÿ’ก   Lab 12 - Module boundaries
  • ๐Ÿงธ๏ธ   Lab 13 - Workspace Generators - Intro
  • ๐Ÿงต   Lab 14 - Workspace Generators - Modifying files
  • ๐Ÿ’Ž   Lab 15 - Setting up CI
  • ๐Ÿ”Œ   Lab 16 - Distributed caching
  • ๐Ÿ”   Lab 17 - NxCloud GitHub bot
  • ๐Ÿ“Ž   Lab 18 - Run-Commands and deploying the frontend
  • Q&A with Jeff Cross, Victor Savkin, Jason Jean, and Jack Hsu

Instructors

{/* */}

What you'll learn

Weโ€™ll build up a monorepo from scratch, creating a client app and server app that share an API type library. Weโ€™ll learn how Nx uses builder commands and schemeatics to make the developer experience more consistent across projects. Weโ€™ll then make our own builders and schematics for processes that are unique to our organization. Weโ€™ll also explore the growing ecosystem of plugins that allow for the smooth integration of frameworks and libraries.

||

All codelabs are available in either React or Angular, but the concepts are the same.

Contact us for the workshop
); }