.
Nothing here yet.
No blogs yet.
From Monorepo — the Google way to do CI/CD: Source control done the Google way is simple. Instead of creating separate repositories for new projects, they create new top-level folders in their monorepo. This way they keep all the dependencies, varia...
Hey there, are there any good practices to follow for scenarios where two people want to push a beta version for the same npm module? The way I'm thinking about it is that we'd better communicate, merge the PRs and then push only one beta version, bu...
I struggle to find an optimal strategy for PRs and versioning across git/ npm. Problems that arise: Internally created PRs aggregate a lot of work so we bump the git/ npm version. Other PRs, made by external contributors, are normally smaller in siz...
I'm working on the same machine both at work and home and, whenever I make the switch, I have to close all browser tabs, Mac apps etc. Is there any other recommended way? Ideally, I'd not close any tab or app and resume from where I left. At the same...