Articles by Tag #nx

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

From Spaghetti to Scalable: How I Modularized a Growing Frontend Codebase

Introduction: The "Oh No" Moment At some point in my career, I took over a large React app...

Learn More 34 10Feb 24

Are Nx Monorepo Configurations Really Complex?

Introduction This is the second part of our Nx monorepo series. If you haven't yet, you...

Learn More 11 1Jun 17

Create a CI Workflow with Minimal Boilerplate Using Nx, Docker, and GitHub Actions

In this post, I share my blueprint for a hybrid CI workflow that neither forces you to adapt to a...

Learn More 10 1Aug 4 '24

Nx Monorepo Guide: React & Node Fullstack App

What is a Monorepo and Why Nx? Ever find yourself checking many projects, each in its own...

Learn More 9 2Jun 5

How to deploy affected NX projects to AWS S3 using Github Actions

First of all, if you don’t know what Nx Workspaces is, I recommend checking it out and learning more!...

Learn More 7 0Oct 21 '24

Creating a web3 DApp with a NX Monorepo

This is a story about how I turned this, this, this and this projects into this NX monorepo...

Learn More 6 5Aug 2 '24

Create Raw Loader Plugin for NX Angular Application Executor

In this article I am going to share the plugin I created for Angular Material Blocks to preview code...

Learn More 5 0Jul 6

Starting a Modern Angular Application

The initial architecture of a web application is fundamentally important — it will affect your app...

Learn More 5 0Feb 16

Angular Addicts #30: When to use effects, Angular DI features, request caching & more

My favorite Angular resources of September, 2024

Learn More 3 0Oct 8 '24

Hybrid NestJs Microservice Responding to Both HTTP and gRPC Requests

This post is not intended to compare the pros and cons of gRPC versus REST. Instead, the focus is...

Learn More 2 0Sep 8 '24

Nx + TypeORM + NestJS + Migrations

Hi, I have been out in the wild looking for a good way to generate migrations with TypeORM in a...

Learn More 2 0Dec 11 '24

Elixir for Machine Learning. Part 1 - Theory

In recent times, the role of artificial intelligence in various fields has been gaining momentum....

Learn More 1 0Apr 2

Why Monorepo Projects Sucks: Performance Considerations with Nx

In the world of software development, monorepo setups have become a popular trend, especially with...

Learn More 1 0Dec 11 '24

Run Storybook with NX Expo and React Native Paper

tl;dr: Add vite-plugin-react-native-web to your storybook config in {projectRoot}/.storybook/main.ts...

Learn More 1 3Dec 17 '24

The Dotnet, Nx, AnalogJs (Angular) Stack is here - Part 1

🧬 What is the DNA Stack? Introduction: First of all, let me give credit to Brandon Roberts...

Learn More 1 0Aug 15 '24

NX Playwright integration as a package in mono repo

This post is intended for people who are having trouble integrating Playwright e2e as a separate...

Learn More 1 0Aug 1 '24

From Angular 16 to 17: The Strategy and The Results

Although a bit late to the party, I recently took on the task of upgrading a complex Angular project...

Learn More 1 0Jan 22

Creating a scalable Monorepo for Vue - Intro

Hello world, which means that this is my first article — first of many — as I intend to write a...

Learn More 1 0Jan 14

Why I Swapped NX for Standalone Projects

Hello! I used to like NX a lot. It was a monorepo for all my projects—different brands and clients in...

Learn More 0 0Mar 20

Creating a scalable Monorepo for Vue - Shared configs

Now that we have in place all needed packages (libs and apps) and established connections between...

Learn More 0 0Feb 22

Preparations for trunk-based development - 1st phase

Trunk-based development has been gaining traction as one of the most effective strategies for...

Learn More 0 0May 5

Elixir для Machine Learning. Часть 1 - Теория

В последнее время роль искусственного интеллекта в различных сферах начинает набирать обороты. Многие...

Learn More 0 0Apr 2

Semantic versioning of NestJS and Angular applications in the NX monorepository

Connecting and configuring the nx-semantic-release plugin for the NX monorepository to automatically...

Learn More 0 0Sep 16 '24

Nx 20: Exploring the new TS preset and TypeScript project references

Nx 20 introduces a new TS preset, allowing developers to generate workspaces that leverage TypeScript project references. Given the promising claims, the confusion in the community, and the lack of literature on it, I decided to explore the feature.

Learn More 0 0Nov 23 '24

Convert a ReactJS app from Vite to Nx

I had this repo called react and I used vite CLI to create my ReactJS app. But then I needed to add a...

Learn More 0 0Oct 29 '24

Creating a scalable Monorepo for Vue - Nx

As your codebase grows, so does the complexity of managing multiple apps and libraries. At this point...

Learn More 0 0Jun 1

How to setup the project in micro frontend architecture

The aim of this article is to show you how I designed a frontend application in micro fronteds...

Learn More 0 0Jul 17 '24

CI/CD eficiente con Nx Affected y GitHub Actions Matrix

¿Monorepos lentos? Aprende a detectar cambios y desplegar solo lo necesario usando Nx y matrix strategy en GitHub Actions.

Learn More 0 0Apr 23

Creating a scalable Monorepo for Vue - Libs vs Apps

One of the steps in creating a monorepo is splitting apps and libraries. But how to take them apart?...

Learn More 0 0Jan 25

Breaking Monoliths: Transforming Legacy Codebase with NX Monorepo

In any long-running software project, architecture is key to scalability, maintainability, and a...

Learn More 0 0Mar 10