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

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

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

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

Step-by-Step Guide to Angular Microfrontends with Nx and Dynamic Module Federation

In this article, we'll walk through how to implement a scalable Microfrontend architecture in Angular...

Learn More 3 0Jul 30

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

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 2 0Apr 2

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

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 2 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

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

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 1 0Jan 25

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 - Workspaces

In the previous post, I mentioned so-called workspaces. This is a good starting point which also will...

Learn More 0 0Jan 14

Verify your pull requests in NX monorepos with GitHub Actions

One of the great advantages of GitHub Actions is its ability to automate validation flows tailored...

Learn More 0 0Aug 7

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

What is webpack

Webpack is a: Module bundler for JavaScript and TypeScript. It was designed to: Bundle .js, .ts,...

Learn More 0 1Jun 17

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

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

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

Os desafios de atualizar o Angular da versão 12 para a 17 em um monorepo Nx

Atualizar dependências de um workspace para versões recentes pode parecer uma tarefa simples à...

Learn More 0 0Aug 18

Complete Guide to Setting Up NX + Next.js + Expo Project: Modern Monorepo Architecture. Part 1

Complete Guide to Setting Up NX + Next.js + Expo: Modern Cross-Platform Monorepo Building...

Learn More 0 0Aug 22

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

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

Complete Guide to Setting Up NX + Next.js + Expo Project: Modern Monorepo Architecture. Part 2 (Tailwind configuration)

In our previous article, we established the foundational structure for our monorepo. Complete Guide...

Learn More 0 0Aug 22

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