# nx

Published articles for nx.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Why the AWS PACE Team Built Its Full-Stack Scaffolding as an Nx Plugin

DevFeed: [Why the AWS PACE Team Built Its Full-Stack Scaffolding as an Nx Plugin](<https://devfeed.tech/articles/why-the-aws-pace-team-built-its-full-stack-scaffolding-as-an-nx-plugin-21437.md>)

Original publisher: [Read original article](<https://nx.dev/blog/nx-plugin-for-aws-devkit>)

Author: Juri Strumpflohner

Published: 2026-09-10T00:00:00Z

Content type: article

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [coding](<https://devfeed.tech/topics/coding.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [Template](<https://devfeed.tech/topics/template.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [aws](<https://devfeed.tech/tags/aws.md>), [blog](<https://devfeed.tech/tags/blog.md>), [coding](<https://devfeed.tech/tags/coding.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [devkit](<https://devfeed.tech/tags/devkit.md>), [generators](<https://devfeed.tech/tags/generators.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [nx](<https://devfeed.tech/tags/nx.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

The article explains why the AWS PACE team built full-stack scaffolding as an Nx plugin using Nx Devkit generators. It discusses predictable prototyping, generated code ownership, infrastructure and application components, and how coding agents affect plugin development.

### Source excerpt

How the AWS PACE team built the Nx Plugin for AWS on the Nx Devkit, and why coding agents make building your own Nx plugin cheaper than ever.

## Agentic Nx Import: Let an Agent Drive Your Monorepo Migrations

DevFeed: [Agentic Nx Import: Let an Agent Drive Your Monorepo Migrations](<https://devfeed.tech/articles/agentic-nx-import-let-an-agent-drive-your-monorepo-migrations-21396.md>)

Original publisher: [Read original article](<https://nx.dev/blog/agentic-nx-import>)

Author: Juri Strumpflohner

Published: 2026-04-30T00:00:00Z

Content type: article

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cli](<https://devfeed.tech/tags/cli.md>), [code](<https://devfeed.tech/tags/code.md>), [git](<https://devfeed.tech/tags/git.md>), [import](<https://devfeed.tech/tags/import.md>), [migrations](<https://devfeed.tech/tags/migrations.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [nx](<https://devfeed.tech/tags/nx.md>), [project](<https://devfeed.tech/tags/project.md>), [skills](<https://devfeed.tech/tags/skills.md>), [tests](<https://devfeed.tech/tags/tests.md>), [token-efficiency](<https://devfeed.tech/tags/token-efficiency.md>), [tool](<https://devfeed.tech/tags/tool.md>), [verification](<https://devfeed.tech/tags/verification.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

The article describes an agentic workflow for importing existing projects into an Nx monorepo. The Nx CLI handles deterministic work such as cloning, file moves, plugin detection, setup, and Git history preservation, while an AI agent addresses workspace-specific gaps and performs follow-up verification.

### Source excerpt

AI agents make importing existing projects into an Nx monorepo easier: does the heavy lifting while the agent handles workspace-specific gaps.

## Nx 22.7 Is Here: Task Sandboxing, 7x Less Memory, and Worktree-Aware Caching

DevFeed: [Nx 22.7 Is Here: Task Sandboxing, 7x Less Memory, and Worktree-Aware Caching](<https://devfeed.tech/articles/nx-22-7-is-here-task-sandboxing-7x-less-memory-and-worktree-aware-caching-21425.md>)

Original publisher: [Read original article](<https://nx.dev/blog/nx-22-7-release>)

Author: Juri Strumpflohner

Published: 2026-04-28T00:00:00Z

Content type: release

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Caching](<https://devfeed.tech/topics/caching.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Development](<https://devfeed.tech/topics/development.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Git](<https://devfeed.tech/topics/git.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [cache](<https://devfeed.tech/tags/cache.md>), [caching](<https://devfeed.tech/tags/caching.md>), [draft](<https://devfeed.tech/tags/draft.md>), [git](<https://devfeed.tech/tags/git.md>), [nx](<https://devfeed.tech/tags/nx.md>), [parallel](<https://devfeed.tech/tags/parallel.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

Nx 22.7 consolidates changes from Nx 22.4 through 22.7, including task sandboxing with I/O tracing, reduced daemon memory usage, worktree-aware caching, more precise cache invalidation, resolved-configuration inspection, and agentic development improvements.

### Source excerpt

Everything that landed in Nx across 22.4 through 22.7: task sandboxing, a 7x reduction in daemon memory, worktree-aware caching, agentic mode improvements, and more.

## Deploying a PNPM Monorepo to Cloudflare Pages

DevFeed: [Deploying a PNPM Monorepo to Cloudflare Pages](<https://devfeed.tech/articles/deploying-a-pnpm-monorepo-to-cloudflare-pages-21442.md>)

Original publisher: [Read original article](<https://nx.dev/blog/pnpm-monorepo-cloudflare-pages>)

Author: Juri Strumpflohner

Published: 2026-04-21T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [monorepo](<https://devfeed.tech/topics/monorepo.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Cache](<https://devfeed.tech/topics/cache.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [ci](<https://devfeed.tech/tags/ci.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [npm](<https://devfeed.tech/tags/npm.md>), [nx](<https://devfeed.tech/tags/nx.md>), [pnpm](<https://devfeed.tech/tags/pnpm.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This tutorial explains how to deploy multiple apps from a pnpm or npm monorepo to Cloudflare Pages using Nx and one generic GitHub Actions workflow. Nx uses the project graph to identify affected apps, while caching avoids unnecessary rebuilds and redeployments.

### Source excerpt

Deploy apps from a pnpm or npm workspace to Cloudflare Pages with one GitHub Actions workflow, using Nx as the task scheduler to rebuild only what changed.

## Sharing Tailwind CSS Styles Across Apps in a PNPM Workspaces Nx Monorepo

DevFeed: [Sharing Tailwind CSS Styles Across Apps in a PNPM Workspaces Nx Monorepo](<https://devfeed.tech/articles/sharing-tailwind-css-styles-across-apps-in-a-pnpm-workspaces-nx-monorepo-21452.md>)

Original publisher: [Read original article](<https://nx.dev/blog/sharing-tailwind-styles-nx-monorepo>)

Author: Juri Strumpflohner

Published: 2026-04-10T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [monorepo](<https://devfeed.tech/topics/monorepo.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [CSS](<https://devfeed.tech/topics/css.md>)

Tags: [design](<https://devfeed.tech/tags/design.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [npm-workspaces](<https://devfeed.tech/tags/npm-workspaces.md>), [nx](<https://devfeed.tech/tags/nx.md>), [pnpm](<https://devfeed.tech/tags/pnpm.md>), [sync-generators](<https://devfeed.tech/tags/sync-generators.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [tailwind-css](<https://devfeed.tech/tags/tailwind-css.md>), [tokens](<https://devfeed.tech/tags/tokens.md>)

### AI overview

A tutorial on sharing Tailwind v4 design tokens across multiple applications in a pnpm or npm workspaces monorepo. It explains how to place shared CSS in a package, consume it from applications, and use Nx sync generators to automate Tailwind source directives based on project dependencies.

### Source excerpt

Share Tailwind v4 design tokens across multiple apps in a pnpm + Nx monorepo using a shared styles package and automated @source directives.

## A Visual Feedback Loop for Electron Apps with Claude Code

DevFeed: [A Visual Feedback Loop for Electron Apps with Claude Code](<https://devfeed.tech/articles/a-visual-feedback-loop-for-electron-apps-with-claude-code-21153.md>)

Original publisher: [Read original article](<https://juri.dev/articles/visual-feedback-loop-electron-apps-claude-code/>)

Published: 2026-03-06T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Electron](<https://devfeed.tech/topics/electron.md>), [Agent Browser](<https://devfeed.tech/topics/agent-browser.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Chromium](<https://devfeed.tech/topics/chromium.md>)

Tags: [agent-browser](<https://devfeed.tech/tags/agent-browser.md>), [chromium](<https://devfeed.tech/tags/chromium.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cli](<https://devfeed.tech/tags/cli.md>), [devtools](<https://devfeed.tech/tags/devtools.md>), [electron](<https://devfeed.tech/tags/electron.md>), [nx](<https://devfeed.tech/tags/nx.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

This tutorial explains how to give Claude Code visual feedback when building Electron applications. It uses agent-browser and the Chrome DevTools Protocol to connect to a running Electron app, capture screenshots, inspect the DOM, and verify that the rendered interface works. The article covers installing the required tooling, enabling CDP, configuring electron-vite and Nx development scripts, and checking the CDP endpoint.

### Source excerpt

A Visual Feedback Loop for Electron Apps with Claude Code When building Electron apps with an AI coding agent, you run into a fundamental problem: the agent can't see what it's building. It writes code, runs the build, maybe checks the logs, but never actually looks at the rendered UI. If the window is blank or the layout is broken, it has no way to know. I found a way to close that gap using agent-browser and Chrome DevTools Protocol (CDP).

## How Nx Redesigned Its CLI for AI Agents

DevFeed: [How Nx Redesigned Its CLI for AI Agents](<https://devfeed.tech/articles/agentic-experience-is-the-new-developer-experience-21411.md>)

Original publisher: [Read original article](<https://nx.dev/blog/making-nx-agent-ready>)

Author: Max Kless

Published: 2026-03-05T00:00:00Z

Content type: article

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [code productivity](<https://devfeed.tech/topics/code-productivity.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [cli](<https://devfeed.tech/tags/cli.md>), [commands](<https://devfeed.tech/tags/commands.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [dx](<https://devfeed.tech/tags/dx.md>), [nx](<https://devfeed.tech/tags/nx.md>), [productivity](<https://devfeed.tech/tags/productivity.md>)

### AI overview

Nx describes improvements to commands including nx import, nx init, and create-nx-workspace to make its CLI work more effectively with AI agents. The article explains how missing context, interactive output, retry failures, and overly prescriptive output can hinder agent workflows, while improvements to agentic experience can also improve developer experience.

### Source excerpt

How we redesigned Nx CLI commands like nx import, nx init, and create-nx-workspace to work seamlessly with AI agents, and the AX principles behind the changes.

## Monorepo Development: Common Objections, Scaling, and Team Independence

DevFeed: [Monorepo Development: Common Objections, Scaling, and Team Independence](<https://devfeed.tech/articles/a-monorepo-is-not-a-monolith-21413.md>)

Original publisher: [Read original article](<https://nx.dev/blog/monorepo-is-not-monolith>)

Author: Victor Savkin

Published: 2026-02-24T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [ci](<https://devfeed.tech/tags/ci.md>), [content](<https://devfeed.tech/tags/content.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [nx](<https://devfeed.tech/tags/nx.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

This article explains common objections to monorepos and describes how a proper setup can support multiple projects and teams. Using Nx as an example, it covers affected-project testing and builds, remote caching, scalable CI pipelines, and team independence.

### Source excerpt

Common objections to monorepos debunked: they are not monoliths, they scale, and they work great with AI.

## How Nx Connects Local AI Agents to CI for Autonomous Workflows

DevFeed: [How Nx Connects Local AI Agents to CI for Autonomous Workflows](<https://devfeed.tech/articles/end-to-end-autonomous-ai-agent-workflows-with-nx-21399.md>)

Original publisher: [Read original article](<https://nx.dev/blog/autonomous-ai-workflows-with-nx>)

Author: Juri Strumpflohner

Published: 2026-02-03T00:00:00Z

Content type: article

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Loop Engineering](<https://devfeed.tech/topics/loop-engineering.md>), [MCP](<https://devfeed.tech/topics/mcp.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [autonomous](<https://devfeed.tech/tags/autonomous.md>), [ci](<https://devfeed.tech/tags/ci.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [development](<https://devfeed.tech/tags/development.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [nx](<https://devfeed.tech/tags/nx.md>), [self-healing](<https://devfeed.tech/tags/self-healing.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

This article explains how Nx connects local AI agents to Nx Cloud CI through the CI Monitor skill and Nx MCP server. The workflow lets an agent monitor CI, receive failure context, communicate with Nx's Self-Healing CI agent, apply verified fixes, and continue iterating until CI is green.

### Source excerpt

Learn how Nx bridges the gap between local AI agents and CI, enabling fully autonomous development workflows with the ci-monitor skill and Self-Healing CI.

## Configure Tailwind v4 with Angular in an Nx Monorepo

DevFeed: [Configure Tailwind v4 with Angular in an Nx Monorepo](<https://devfeed.tech/articles/configure-tailwind-v4-with-angular-in-an-nx-monorepo-21450.md>)

Original publisher: [Read original article](<https://nx.dev/blog/setup-tailwind-4-angular-nx-workspace>)

Author: Juri Strumpflohner

Published: 2026-01-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [monorepo](<https://devfeed.tech/topics/monorepo.md>), [PostCSS](<https://devfeed.tech/topics/postcss.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [css](<https://devfeed.tech/tags/css.md>), [generators](<https://devfeed.tech/tags/generators.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [nx](<https://devfeed.tech/tags/nx.md>), [sync](<https://devfeed.tech/tags/sync.md>), [sync-generators](<https://devfeed.tech/tags/sync-generators.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [tailwind-css](<https://devfeed.tech/tags/tailwind-css.md>)

### AI overview

A tutorial on configuring Tailwind CSS v4 with Angular in an Nx monorepo. It explains how Angular's PostCSS setup can scan the workspace broadly and produce bloated production CSS, then presents @source directives and Nx Sync Generators as ways to limit scanning and manage library dependencies.

### Source excerpt

Learn how Tailwind CSS v4 scanning works with Angular in Nx monorepos, why you may have bloated CSS, and how to optimize it with @source directives and Nx Sync Generators.

## Watch and Rebuild Storybook Dependencies with Nx

DevFeed: [Watch and Rebuild Storybook Dependencies with Nx](<https://devfeed.tech/articles/watch-and-rebuild-storybook-dependencies-with-nx-21453.md>)

Original publisher: [Read original article](<https://nx.dev/blog/storybook-watch-dependencies-nx>)

Author: Juri Strumpflohner

Published: 2025-10-29T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Storybook](<https://devfeed.tech/topics/storybook.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [monorepo](<https://devfeed.tech/topics/monorepo.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Library](<https://devfeed.tech/topics/library.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [build](<https://devfeed.tech/tags/build.md>), [commands](<https://devfeed.tech/tags/commands.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [nx](<https://devfeed.tech/tags/nx.md>), [storybook](<https://devfeed.tech/tags/storybook.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

This tutorial explains how to use Nx workspace watching to automatically rebuild buildable library dependencies in a Storybook monorepo. It configures watch and dependency targets so Storybook's Vite HMR server detects changes and refreshes automatically.

### Source excerpt

Learn how to set up automatic rebuilding of buildable library dependencies in your Storybook setup using Nx workspace watching for a seamless developer experience.

## Book - React for Enterprise: Timeless Architecture for Enterprise Apps

DevFeed: [Book - React for Enterprise: Timeless Architecture for Enterprise Apps](<https://devfeed.tech/articles/book-react-for-enterprise-timeless-architecture-for-enterprise-apps-21444.md>)

Original publisher: [Read original article](<https://nx.dev/blog/react-enterprise-book>)

Author: Juri Strumpflohner

Published: 2025-10-28T00:00:00Z

Content type: article

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [React](<https://devfeed.tech/topics/react.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [monorepo](<https://devfeed.tech/topics/monorepo.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [learn](<https://devfeed.tech/tags/learn.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [nx](<https://devfeed.tech/tags/nx.md>), [react](<https://devfeed.tech/tags/react.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

This article introduces React for Enterprise: Timeless Architecture for Enterprise Apps, a book by Przemysław Nowak created with Juri Strumpflohner. It presents architectural patterns, module boundaries, Nx tooling, automated enforcement, and CI/CD practices for maintaining large React codebases across teams.

### Source excerpt

Learn how to bring order, automation, and long-term velocity to large React codebases with the new React Enterprise book by Przemysław Nowak from Brainly, written in collaboration with Nx.

## What's New in Nx Self-Healing CI

DevFeed: [What's New in Nx Self-Healing CI](<https://devfeed.tech/articles/what-s-new-in-nx-self-healing-ci-21461.md>)

Original publisher: [Read original article](<https://nx.dev/blog/whats-new-in-nx-self-healing-ci>)

Author: Juri Strumpflohner

Published: 2025-10-14T00:00:00Z

Content type: release

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [ci](<https://devfeed.tech/topics/ci.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [nx-cloud](<https://devfeed.tech/topics/nx-cloud.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [ai-assisted-coding](<https://devfeed.tech/tags/ai-assisted-coding.md>), [ci](<https://devfeed.tech/tags/ci.md>), [content](<https://devfeed.tech/tags/content.md>), [github](<https://devfeed.tech/tags/github.md>), [nx](<https://devfeed.tech/tags/nx.md>), [nx-cloud](<https://devfeed.tech/tags/nx-cloud.md>), [self-healing](<https://devfeed.tech/tags/self-healing.md>)

### AI overview

Nx announced updates to Self-Healing CI, including GitHub pull-request comments with proposed fixes, an improved Nx Cloud diff view, task-selection controls, and options to apply or reject AI-generated fixes.

### Source excerpt

Enhanced GitHub integration, interactive diffs, fine-grained task control, auto-apply fixes, and local fix application--discover the latest improvements to Nx Self-Healing CI.

## S1ngularity - What Happened, How We Responded, What We Learned

DevFeed: [S1ngularity - What Happened, How We Responded, What We Learned](<https://devfeed.tech/articles/s1ngularity-what-happened-how-we-responded-what-we-learned-21447.md>)

Original publisher: [Read original article](<https://nx.dev/blog/s1ngularity-postmortem>)

Author: Juri Strumpflohner

Published: 2025-09-05T00:00:00Z

Content type: article

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [npm](<https://devfeed.tech/topics/npm.md>), [malicious packages](<https://devfeed.tech/topics/malicious-packages.md>), [Security](<https://devfeed.tech/topics/security.md>), [Exploit](<https://devfeed.tech/topics/exploit.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Local AI](<https://devfeed.tech/topics/local-ai.md>), [Claude](<https://devfeed.tech/topics/claude.md>)

Tags: [claude](<https://devfeed.tech/tags/claude.md>), [cli](<https://devfeed.tech/tags/cli.md>), [exploit](<https://devfeed.tech/tags/exploit.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [incident](<https://devfeed.tech/tags/incident.md>), [local-ai](<https://devfeed.tech/tags/local-ai.md>), [malicious-packages](<https://devfeed.tech/tags/malicious-packages.md>), [npm](<https://devfeed.tech/tags/npm.md>), [nx](<https://devfeed.tech/tags/nx.md>), [reporting](<https://devfeed.tech/tags/reporting.md>), [security](<https://devfeed.tech/tags/security.md>), [signing](<https://devfeed.tech/tags/signing.md>)

### AI overview

Nx describes how attackers exploited a GitHub Actions injection vulnerability to steal its npm publishing token and publish malicious Nx packages. The packages ran post-install scripts that searched for sensitive data and uploaded results to public GitHub repositories. The article also details containment, communication, investigation, and security hardening measures.

### Source excerpt

Malicious Nx packages were published to npm via GitHub Actions exploit. Learn what happened and how we enhanced security measures.

## UKG Unifies Their Codebase and Eliminates CI Overhead to Focus on Customer Value

DevFeed: [UKG Unifies Their Codebase and Eliminates CI Overhead to Focus on Customer Value](<https://devfeed.tech/articles/ukg-unifies-their-codebase-and-eliminates-ci-overhead-to-focus-on-customer-value-21455.md>)

Original publisher: [Read original article](<https://nx.dev/blog/ukg-success-story>)

Author: Juri Strumpflohner

Published: 2025-08-12T00:00:00Z

Content type: article

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [monorepo](<https://devfeed.tech/topics/monorepo.md>), [ci](<https://devfeed.tech/topics/ci.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [ci](<https://devfeed.tech/tags/ci.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [customer-story](<https://devfeed.tech/tags/customer-story.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [development](<https://devfeed.tech/tags/development.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [javascript-monorepo](<https://devfeed.tech/tags/javascript-monorepo.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [nx](<https://devfeed.tech/tags/nx.md>), [nx-cloud](<https://devfeed.tech/tags/nx-cloud.md>), [operational](<https://devfeed.tech/tags/operational.md>)

### AI overview

A UKG case study describes how the company used Nx and Nx Cloud with its Angular, TypeScript, and JavaScript monorepo to share code across mobile and web experiences and reduce CI build and maintenance bottlenecks.

### Source excerpt

Discover how UKG transformed their development workflow by leveraging Nx and Nx Cloud to eliminate build bottlenecks and enable cross-platform code sharing.

## How PayFit used Nx to revive its monorepo and improve development velocity

DevFeed: [How PayFit used Nx to revive its monorepo and improve development velocity](<https://devfeed.tech/articles/from-5-days-to-20-minutes-how-payfit-accelerated-time-to-market-with-strategic-nx-implementation-21441.md>)

Original publisher: [Read original article](<https://nx.dev/blog/payfit-success-story>)

Author: Juri Strumpflohner

Published: 2025-07-24T00:00:00Z

Content type: article

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [monorepo](<https://devfeed.tech/topics/monorepo.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Development](<https://devfeed.tech/topics/development.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [company](<https://devfeed.tech/tags/company.md>), [customer-story](<https://devfeed.tech/tags/customer-story.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [development](<https://devfeed.tech/tags/development.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [europe](<https://devfeed.tech/tags/europe.md>), [fragmentation](<https://devfeed.tech/tags/fragmentation.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [nx](<https://devfeed.tech/tags/nx.md>), [speed](<https://devfeed.tech/tags/speed.md>), [startup](<https://devfeed.tech/tags/startup.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [velocity](<https://devfeed.tech/tags/velocity.md>)

### AI overview

This case study describes how PayFit's four-person platform team addressed monorepo abandonment, fragmented repositories, deployment complexity, and CI/CD inefficiencies by improving monorepo health with Nx and focusing on execution and support.

### Source excerpt

Discover how a 4-person platform team at Payfit turned monorepo abandonment into a competitive advantage using strategic Nx implementation.

## Expanding a Running Netlab Topology

DevFeed: [Expanding a Running Netlab Topology](<https://devfeed.tech/articles/expanding-a-running-netlab-topology-11214.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2025/07/expanding-netlab-topology/>)

Published: 2025-07-07T06:11:00Z

Content type: tutorial

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [configuration](<https://devfeed.tech/topics/configuration.md>), [Cisco](<https://devfeed.tech/topics/cisco.md>), [dell](<https://devfeed.tech/topics/dell.md>), [Linux](<https://devfeed.tech/topics/linux.md>)

Tags: [cisco](<https://devfeed.tech/tags/cisco.md>), [collect](<https://devfeed.tech/tags/collect.md>), [config](<https://devfeed.tech/tags/config.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [dell](<https://devfeed.tech/tags/dell.md>), [devices](<https://devfeed.tech/tags/devices.md>), [ios](<https://devfeed.tech/tags/ios.md>), [linux](<https://devfeed.tech/tags/linux.md>), [merge](<https://devfeed.tech/tags/merge.md>), [mikrotik](<https://devfeed.tech/tags/mikrotik.md>), [netlab](<https://devfeed.tech/tags/netlab.md>), [nx](<https://devfeed.tech/tags/nx.md>), [sonic](<https://devfeed.tech/tags/sonic.md>)

### AI overview

This tutorial explains how to expand a netlab topology while preserving configuration changes made to existing devices. It recommends collecting configurations to a separate folder, checking whether they can be reloaded, rebuilding the lab with the modified topology, and applying the saved configurations. The procedure has platform-specific limitations and may fail when device interfaces or configuration formats differ.

### Source excerpt

One of the happy netlab users sent me an interesting challenge: He's built a large lab and added tons of extra configuration to the lab devices. Afterwards, he realized he'd like to add a few more devices to the lab and was worried about losing all the changes he had made. Unfortunately, you cannot add new devices to an already-running lab. You must shut down the lab, change the topology description, and start a new lab. However, there are things you can do to preserve the extra work you already did: Read more ...

## Analyze Your Nx Cloud Runs With Your AI Assistant

DevFeed: [Analyze Your Nx Cloud Runs With Your AI Assistant](<https://devfeed.tech/articles/analyze-your-nx-cloud-runs-with-your-ai-assistant-21428.md>)

Original publisher: [Read original article](<https://nx.dev/blog/nx-cloud-analyze-via-nx-mcp>)

Author: Juri Strumpflohner

Published: 2025-06-25T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [ci](<https://devfeed.tech/topics/ci.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [Cloud APIs](<https://devfeed.tech/topics/cloud-apis.md>), [Conversational AI](<https://devfeed.tech/topics/conversational-ai.md>), [Architecture & optimization](<https://devfeed.tech/topics/architecture-optimization.md>), [build times](<https://devfeed.tech/topics/build-times.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-assistants](<https://devfeed.tech/tags/ai-assistants.md>), [build-times](<https://devfeed.tech/tags/build-times.md>), [ci](<https://devfeed.tech/tags/ci.md>), [devops](<https://devfeed.tech/tags/devops.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [model-context-protocol-mcp](<https://devfeed.tech/tags/model-context-protocol-mcp.md>), [nx](<https://devfeed.tech/tags/nx.md>), [nx-cloud](<https://devfeed.tech/tags/nx-cloud.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [resource](<https://devfeed.tech/tags/resource.md>)

### AI overview

This article explains how Nx Cloud MCP connects AI assistants to live CI data so technical teams can analyze pipeline runs conversationally, identify recurring build and test failures, compare cache performance, and optimize development workflows.

### Source excerpt

Learn how to use Nx Cloud MCP to analyze CI data conversationally with AI assistants, identify failure patterns, and optimize your development pipeline through data-driven insights.

## Introducing Self-Healing CI for Nx and Nx Cloud

DevFeed: [Introducing Self-Healing CI for Nx and Nx Cloud](<https://devfeed.tech/articles/introducing-self-healing-ci-for-nx-and-nx-cloud-21438.md>)

Original publisher: [Read original article](<https://nx.dev/blog/nx-self-healing-ci>)

Author: Juri Strumpflohner

Published: 2025-06-23T00:00:00Z

Content type: release

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [ci](<https://devfeed.tech/topics/ci.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [ci](<https://devfeed.tech/tags/ci.md>), [code](<https://devfeed.tech/tags/code.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [development](<https://devfeed.tech/tags/development.md>), [flaky](<https://devfeed.tech/tags/flaky.md>), [nx](<https://devfeed.tech/tags/nx.md>), [nx-cloud](<https://devfeed.tech/tags/nx-cloud.md>), [self-healing](<https://devfeed.tech/tags/self-healing.md>), [teams](<https://devfeed.tech/tags/teams.md>), [test](<https://devfeed.tech/tags/test.md>), [tests](<https://devfeed.tech/tags/tests.md>), [validation](<https://devfeed.tech/tags/validation.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

Nx introduces Self-Healing CI for Nx Cloud, using AI agents to detect, analyze, fix, and validate CI failures while keeping developers in control through review and approval. The system complements existing flaky-task retries by addressing failures that require code, configuration, or dependency fixes.

### Source excerpt

Introducing Nx Cloud Self-Healing CI: AI agents that automatically detect, analyze, and fix your CI failures so you do not have to babysit PRs.

## Configure Tailwind 4 with Vite in an NPM Workspace: The Complete Guide

DevFeed: [Configure Tailwind 4 with Vite in an NPM Workspace: The Complete Guide](<https://devfeed.tech/articles/configure-tailwind-4-with-vite-in-an-npm-workspace-the-complete-guide-21451.md>)

Original publisher: [Read original article](<https://nx.dev/blog/setup-tailwind-4-npm-workspace>)

Author: Juri Strumpflohner

Published: 2025-06-19T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [monorepo](<https://devfeed.tech/topics/monorepo.md>), [npm](<https://devfeed.tech/topics/npm.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [CSS](<https://devfeed.tech/topics/css.md>), [Automation](<https://devfeed.tech/topics/automation.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [guide](<https://devfeed.tech/tags/guide.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [npm](<https://devfeed.tech/tags/npm.md>), [npm-workspaces](<https://devfeed.tech/tags/npm-workspaces.md>), [nx](<https://devfeed.tech/tags/nx.md>), [sync-generators](<https://devfeed.tech/tags/sync-generators.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [tailwind-css](<https://devfeed.tech/tags/tailwind-css.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

A guide to setting up Tailwind CSS v4 with Vite in an NPM workspace monorepo. It explains how to scan workspace packages for utility classes and use Nx Sync Generators to automate configuration updates.

### Source excerpt

Learn how to set up Tailwind CSS v4 with Vite in an NPM workspace monorepo, and automate your configuration with Nx Sync Generators for optimal performance.

## Nx Console CI Alerts and AI-Assisted Error Fixes in the Editor

DevFeed: [Nx Console CI Alerts and AI-Assisted Error Fixes in the Editor](<https://devfeed.tech/articles/save-time-connecting-your-editor-ci-and-llms-21430.md>)

Original publisher: [Read original article](<https://nx.dev/blog/nx-editor-ci-llm-integration>)

Author: Juri Strumpflohner

Published: 2025-05-01T00:00:00Z

Content type: article

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [nx-console](<https://devfeed.tech/topics/nx-console.md>), [ci](<https://devfeed.tech/topics/ci.md>), [nx-cloud](<https://devfeed.tech/topics/nx-cloud.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ci](<https://devfeed.tech/tags/ci.md>), [llms](<https://devfeed.tech/tags/llms.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [nx](<https://devfeed.tech/tags/nx.md>), [nx-console](<https://devfeed.tech/tags/nx-console.md>)

### AI overview

Nx describes an integration that monitors CI runs through Nx Cloud, notifies developers in their editor when builds fail, and offers AI-assisted fixes through its MCP server.

### Source excerpt

Learn how Nx Console integrates with CI to alert you of failing builds and uses the Nx MCP to automatically fix errors right from your editor.

## Nx MCP Now Available for VS Code Copilot

DevFeed: [Nx MCP Now Available for VS Code Copilot](<https://devfeed.tech/articles/nx-mcp-now-available-for-vs-code-copilot-21436.md>)

Original publisher: [Read original article](<https://nx.dev/blog/nx-mcp-vscode-copilot>)

Author: Juri Strumpflohner

Published: 2025-04-15T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [GitHub Copilot](<https://devfeed.tech/topics/github-copilot.md>), [vs-code](<https://devfeed.tech/topics/vs-code.md>), [monorepo](<https://devfeed.tech/topics/monorepo.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [copilot](<https://devfeed.tech/tags/copilot.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [integration](<https://devfeed.tech/tags/integration.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [nx](<https://devfeed.tech/tags/nx.md>), [nx-console](<https://devfeed.tech/tags/nx-console.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

This tutorial explains how to configure Nx MCP integration in VS Code Copilot. The integration provides monorepo metadata such as project relationships, dependencies, tasks, tags, and code ownership to help the AI assistant understand workspace architecture.

### Source excerpt

Learn how to enhance VS Code Copilot with Nx MCP integration, providing rich monorepo context for smarter AI assistance.

## Using Nx Console MCP Integration in Cursor to Explore a Codebase

DevFeed: [Using Nx Console MCP Integration in Cursor to Explore a Codebase](<https://devfeed.tech/articles/vibe-exploring-a-codebase-with-llms-21457.md>)

Original publisher: [Read original article](<https://nx.dev/blog/vibe-exploring-a-codebase>)

Author: Juri Strumpflohner

Published: 2025-04-10T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [nx-console](<https://devfeed.tech/topics/nx-console.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [LLMs](<https://devfeed.tech/topics/llms.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [llms](<https://devfeed.tech/tags/llms.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [nx](<https://devfeed.tech/tags/nx.md>), [nx-console](<https://devfeed.tech/tags/nx-console.md>)

### AI overview

A walkthrough of using Nx Console's MCP integration in Cursor to explore the Nx Console codebase and identify the command needed to build its VS Code extension for local testing.

### Source excerpt

A walkthrough of using the Nx MCP integration in Cursor to navigate and understand the Nx Console codebase, demonstrating how AI assistance simplifies development tasks.

## Angular Architecture Guide To Building Maintainable Applications at Scale

DevFeed: [Angular Architecture Guide To Building Maintainable Applications at Scale](<https://devfeed.tech/articles/angular-architecture-guide-to-building-maintainable-applications-at-scale-21398.md>)

Original publisher: [Read original article](<https://nx.dev/blog/architecting-angular-applications>)

Author: Juri Strumpflohner

Published: 2025-03-18T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Angular](<https://devfeed.tech/topics/angular.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Domain-driven design (DDD)](<https://devfeed.tech/topics/domain-driven-design.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [design](<https://devfeed.tech/tags/design.md>), [development](<https://devfeed.tech/tags/development.md>), [domain](<https://devfeed.tech/tags/domain.md>), [domain-driven-design](<https://devfeed.tech/tags/domain-driven-design.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [key-angular](<https://devfeed.tech/tags/key-angular.md>), [key-architecture](<https://devfeed.tech/tags/key-architecture.md>), [maintainability](<https://devfeed.tech/tags/maintainability.md>), [modular](<https://devfeed.tech/tags/modular.md>), [nx](<https://devfeed.tech/tags/nx.md>), [scalable-architecture](<https://devfeed.tech/tags/scalable-architecture.md>), [scale](<https://devfeed.tech/tags/scale.md>), [software-architecture](<https://devfeed.tech/tags/software-architecture.md>), [structure](<https://devfeed.tech/tags/structure.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

A guide to architecting maintainable Angular applications at scale. It explains modular design, clear boundaries, dependency decoupling, layered and vertical architectures, and organizing code around business domains.

### Source excerpt

Learn how to build scalable Angular applications using domain-driven design, clear boundaries, and Nx tooling for better maintainability and team collaboration.

[Next page](<https://devfeed.tech/tags/nx.md?cursor=WyIyMDI1LTAzLTE4VDAwOjAwOjAwKzAwOjAwIiwgIjk1N2JiOTFiLWZmMTItNDE1MC05MTRjLTIwNDc3MGM4MTQyMyJd>)