Readit News logoReadit News
ojkwon commented on Malicious versions of Nx and some supporting plugins were published   github.com/nrwl/nx/securi... · Posted by u/longcat
littlecranky67 · 4 months ago
We are using NX heavily (and are not affected) in my teams in a larger insurance company. We have >10 standalone line of business apps and 25+ individual libraries in the same monorepo, managed by NX. I've toyed with other monorepo tools for these kind of complex setup in my career (lerna, rushjs, yarn workspaces) but not only did none came close, lerna is basically handed over to NX, and rushjs is unmaintained.

If you have any proposal how to properly manage the complexity of a FE monorepo with dozens of daily developers involved and heavy CI/CD/Devops integration, please post alternatives - given that security incident many people are looking.

ojkwon · 4 months ago
https://moonrepo.dev/ worked great for our team's setup. It also support bazel remote cache, agnostic to the vendor.
ojkwon commented on TypeScript at Slack   slack.engineering/typescr... · Posted by u/anaisbetts
scrollaway · 9 years ago
Less engineering, more practical question: What's your setup? I see vscode screenshots, care to share your typescript config and preferences? :)
ojkwon · 9 years ago
It does have a small additional own flavor of configuration, but basically, it's nearly identical to some of OSS project written in typescript, like RxJS (https://github.com/ReactiveX/rxjs/blob/master/tsconfig.json / https://github.com/ReactiveX/rxjs/blob/master/tslint.json) cause basically it just inherited those configurations. For VS code preferences, there isn't one unified one but just leave each individual picks configs based on own preferences.

u/ojkwon

KarmaCake day4April 11, 2017View Original