diff --git a/docs/blog/2024-03-11-nx-agents-walkthrougheffortlessly-fast-ci-built-for-monorepos.md b/docs/blog/2024-03-11-nx-agents-walkthrougheffortlessly-fast-ci-built-for-monorepos.md index 3214b23572..37925306ca 100644 --- a/docs/blog/2024-03-11-nx-agents-walkthrougheffortlessly-fast-ci-built-for-monorepos.md +++ b/docs/blog/2024-03-11-nx-agents-walkthrougheffortlessly-fast-ci-built-for-monorepos.md @@ -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. diff --git a/docs/blog/2025-01-22-nx-cloud-scale-your-ci-and-team-with-ease.md b/docs/blog/2025-01-22-nx-cloud-scale-your-ci-and-team-with-ease.md index 6664224e30..b8834d0acd 100644 --- a/docs/blog/2025-01-22-nx-cloud-scale-your-ci-and-team-with-ease.md +++ b/docs/blog/2025-01-22-nx-cloud-scale-your-ci-and-team-with-ease.md @@ -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" /%} diff --git a/docs/blog/2025-02-26-react-development-for-2025.md b/docs/blog/2025-02-26-react-development-for-2025.md new file mode 100644 index 0000000000..3a0fcb2922 --- /dev/null +++ b/docs/blog/2025-02-26-react-development-for-2025.md @@ -0,0 +1,21 @@ +--- +title: "React Development for 2025" +description: "In this webinar, we’ll 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. We’ll 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, we’ll 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. We’ll 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" /%} diff --git a/docs/blog/authors.json b/docs/blog/authors.json index cea76cbf85..86cd866bdf 100644 --- a/docs/blog/authors.json +++ b/docs/blog/authors.json @@ -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" }, diff --git a/docs/blog/images/2025-02-26/Feb-Webinar-Card.png b/docs/blog/images/2025-02-26/Feb-Webinar-Card.png new file mode 100644 index 0000000000..cd3a6258f1 Binary files /dev/null and b/docs/blog/images/2025-02-26/Feb-Webinar-Card.png differ diff --git a/docs/blog/images/authors/Rares Matei.jpeg b/docs/blog/images/authors/Rareș Matei.jpeg similarity index 100% rename from docs/blog/images/authors/Rares Matei.jpeg rename to docs/blog/images/authors/Rareș Matei.jpeg diff --git a/scripts/documentation/load-webinars.ts b/scripts/documentation/load-webinars.ts index 3a1e979328..c83a192732 100644 --- a/scripts/documentation/load-webinars.ts +++ b/scripts/documentation/load-webinars.ts @@ -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 {