Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Introduction: The "Oh No" Moment At some point in my career, I took over a large React app...
Introduction This is the second part of our Nx monorepo series. If you haven't yet, you...
In this post, I share my blueprint for a hybrid CI workflow that neither forces you to adapt to a...
What is a Monorepo and Why Nx? Ever find yourself checking many projects, each in its own...
First of all, if you don’t know what Nx Workspaces is, I recommend checking it out and learning more!...
This is a story about how I turned this, this, this and this projects into this NX monorepo...
In this article I am going to share the plugin I created for Angular Material Blocks to preview code...
The initial architecture of a web application is fundamentally important — it will affect your app...
My favorite Angular resources of September, 2024
This post is not intended to compare the pros and cons of gRPC versus REST. Instead, the focus is...
Hi, I have been out in the wild looking for a good way to generate migrations with TypeORM in a...
In recent times, the role of artificial intelligence in various fields has been gaining momentum....
In the world of software development, monorepo setups have become a popular trend, especially with...
tl;dr: Add vite-plugin-react-native-web to your storybook config in {projectRoot}/.storybook/main.ts...
🧬 What is the DNA Stack? Introduction: First of all, let me give credit to Brandon Roberts...
This post is intended for people who are having trouble integrating Playwright e2e as a separate...
Although a bit late to the party, I recently took on the task of upgrading a complex Angular project...
Hello world, which means that this is my first article — first of many — as I intend to write a...
Hello! I used to like NX a lot. It was a monorepo for all my projects—different brands and clients in...
Now that we have in place all needed packages (libs and apps) and established connections between...
Trunk-based development has been gaining traction as one of the most effective strategies for...
В последнее время роль искусственного интеллекта в различных сферах начинает набирать обороты. Многие...
Connecting and configuring the nx-semantic-release plugin for the NX monorepository to automatically...
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.
I had this repo called react and I used vite CLI to create my ReactJS app. But then I needed to add a...
As your codebase grows, so does the complexity of managing multiple apps and libraries. At this point...
The aim of this article is to show you how I designed a frontend application in micro fronteds...
¿Monorepos lentos? Aprende a detectar cambios y desplegar solo lo necesario usando Nx y matrix strategy en GitHub Actions.
One of the steps in creating a monorepo is splitting apps and libraries. But how to take them apart?...
In any long-running software project, architecture is key to scalability, maintainability, and a...