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...
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!...
The initial architecture of a web application is fundamentally important — it will affect your app...
In this article I am going to share the plugin I created for Angular Material Blocks to preview code...
In this article, we'll walk through how to implement a scalable Microfrontend architecture in Angular...
My favorite Angular resources of September, 2024
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....
This post is not intended to compare the pros and cons of gRPC versus REST. Instead, the focus is...
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...
Hello world, which means that this is my first article — first of many — as I intend to write a...
One of the steps in creating a monorepo is splitting apps and libraries. But how to take them apart?...
Although a bit late to the party, I recently took on the task of upgrading a complex Angular project...
In the previous post, I mentioned so-called workspaces. This is a good starting point which also will...
One of the great advantages of GitHub Actions is its ability to automate validation flows tailored...
In any long-running software project, architecture is key to scalability, maintainability, and a...
Webpack is a: Module bundler for JavaScript and TypeScript. It was designed to: Bundle .js, .ts,...
As your codebase grows, so does the complexity of managing multiple apps and libraries. At this point...
Trunk-based development has been gaining traction as one of the most effective strategies for...
В последнее время роль искусственного интеллекта в различных сферах начинает набирать обороты. Многие...
¿Monorepos lentos? Aprende a detectar cambios y desplegar solo lo necesario usando Nx y matrix strategy en GitHub Actions.
Atualizar dependências de um workspace para versões recentes pode parecer uma tarefa simples à...
Complete Guide to Setting Up NX + Next.js + Expo: Modern Cross-Platform Monorepo Building...
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.
Connecting and configuring the nx-semantic-release plugin for the NX monorepository to automatically...
In our previous article, we established the foundational structure for our monorepo. Complete Guide...
I had this repo called react and I used vite CLI to create my ReactJS app. But then I needed to add a...