
Pnpm and Nx monorepo. Part 3
April 25, 2022CI/CD for Pnpm and Nx monorepo using Github actions
Preface In the previous chapters of this series of posts, we saw the reasons for using a monorepo to maintain many Node.js dependent…
CI/CD for Pnpm and Nx monorepo using Github actions
Preface In the previous chapters of this series of posts, we saw the reasons for using a monorepo to maintain many Node.js dependent…
Building a Node.js monorepo with Pnpm and Nx
Preface In the previous chapter of this series of posts, we analyzed the reasons for using a monorepo to maintain many Node.js dependent…
Why a monorepo? Requirements for a good workflow
Why a Node.js monorepo? Those who have worked maintaining many dependent packages in different repositories would answer to this question…
How to spell check your docs in a continuous integration pipeline
As software engineers, we write a lot of documentation (or we should, at least). It is usual to write these docs in Markdown format in the…