docs(core): update webinars (#29988)

Update the webinar content
This commit is contained in:
Isaac Mann 2025-02-11 13:10:40 -05:00 committed by GitHub
parent c1ebcb9129
commit 61302f53c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 31 additions and 8 deletions

View File

@ -3,14 +3,14 @@ title: "Nx Agents Walkthrough:
Effortlessly Fast CI Built for Monorepos"
description: "Learn how you can streamline your existing CI config to its absolute simplest form, reducing CI times from 30 minutes to ~5 minutes with Nx Agents. "
slug: 'nx-agents-walkthrougheffortlessly-fast-ci-built-for-monorepos'
authors: ['Rares Matei']
authors: ['Rareș Matei']
tags: [webinar]
cover_image: /blog/images/2024-03-11/march-webinar.png
status: Past - Gated
registrationUrl: https://go.nx.dev/march-webinar
---
Presented by Rares Matei
Presented by Rareș Matei
Learn how you can streamline your existing CI config to its absolute simplest form, reducing CI times from 30 minutes to ~5 minutes with Nx Agents.

View File

@ -2,18 +2,18 @@
title: 'Nx Cloud: Scale Your CI and Team with Ease'
description: 'Learn how you can attain fast, reliable CI and better coordination across your technical organization with Nx Cloud, and see our new multi-workspace features for organizational scaling in action.'
slug: 'nx-cloud-scale-your-ci-and-team-with-ease'
authors: ['Nicole Oliver', 'Rares Matei', 'James Henry']
authors: ['Nicole Oliver', 'Rareș Matei', 'James Henry']
tags: [webinar]
cover_image: /blog/images/2025-01-22/Jan-webinar-image.png
time: 1-2pm ET/6-7pm UTC
status: Upcoming
status: Past - Gated
registrationUrl: https://go.nx.dev/jan2025-webinar
---
**Jan 22, 2025 - 1-2pm ET/6-7pm UTC**
Presented by Nicole Oliver, Rares Matei, and James Henry
Presented by Nicole Oliver, Rareș Matei, and James Henry
Learn how you can attain fast, reliable CI and better coordination across your technical organization with Nx Cloud, and see our new multi-workspace features for organizational scaling in action.
{% call-to-action title="Register today!" url="https://go.nx.dev/jan2025-webinar" description="Save your spot" /%}
{% call-to-action title="Download the recording" url="https://go.nx.dev/jan2025-webinar" description="Sign up to gain access" /%}

View File

@ -0,0 +1,21 @@
---
title: "React Development for 2025"
description: "In this webinar, well dive into building modern React applications using platform-native tools like NPM workspaces and TypeScript project references.
Learn how Nx improves the developer experience all while letting you ship your React apps faster. Well explore features like project references, how they work, and why they can significantly improve the performance of large React and TypeScript monorepos, both locally and on CI."
slug: 'react-development-for-2025'
authors: ['Juri Strumpflohner']
tags: [webinar]
cover_image: /blog/images/2025-02-26/Feb-Webinar-Card.png
time: 2-3pm ET/7-8pm UTC
status: Upcoming
registrationUrl: https://go.nx.dev/feb2025-webinar
---
**Feb 26, 2025 - 2-3pm ET/7-8pm UTC**
Presented by Juri Strumpflohner
In this webinar, well dive into building modern React applications using platform-native tools like NPM workspaces and TypeScript project references.
Learn how Nx improves the developer experience all while letting you ship your React apps faster. Well explore features like project references, how they work, and why they can significantly improve the performance of large React and TypeScript monorepos, both locally and on CI.
{% call-to-action title="Register today!" url="https://go.nx.dev/feb2025-webinar" description="Save your spot" /%}

View File

@ -149,8 +149,8 @@
"github": "nixallover"
},
{
"name": "Rares Matei",
"image": "/blog/images/Rares Matei.jpeg",
"name": "Rareș Matei",
"image": "/blog/images/Rareș Matei.jpeg",
"twitter": "__rares",
"github": "rarmatei"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -11,6 +11,8 @@ import { pipeline } from 'node:stream/promises';
import { slugify } from '../../nx-dev/feature-package-schema-viewer/src/lib/slugify.utils';
const notion = new Client({ auth: process.env.NOTION_KEY });
// Instructions to run located here: https://www.notion.so/nxnrwl/17c69f3c238780eb8ef6df32ce48f919?v=db53d7de0cc94f4ab9dfce8e3654f7dc
const BLOG_ROOT = './docs/blog';
interface RichTextProperty {