Ruby Workspace Manager: 모노레포 관리를 위한 NX 스타일의 도구
Ruby Workspace Manager(RWM)는 JavaScript의 NX나 Turborepo처럼 대규모 모노레포에서 의존성 분석과 병렬 태스크 실행을 지원하는 도구다.
Ruby Workspace Manager: 모노레포 관리를 위한 NX 스타일의 도구
Ruby Workspace Manager(RWM)는 JavaScript의 NX나 Turborepo처럼 대규모 모노레포에서 의존성 분석과 병렬 태스크 실행을 지원하는 도구다.
“Evolving A Codebase At Google Scale” [2024], Laurent Le Brun (https://laurent.le-brun.eu/blog/evolving-a-codebase-at-google-scale).
#Google #Programming #Bazel #Starlark #SoftwareEngineering #MonoRepo #LargeScaleChanges #ContinuousIntegration
Claude Code a escala: harness, LSP y los 3 patrones clave
¿Cómo escala Claude Code en monorepos con millones de líneas? Los 7 componentes del harness y los 3 patrones que separan los despliegues exitosos de los...
https://blog.donweb.com/claude-code-codebases-grandes-guia-2026/
🤖 Adding Agent Skills to Polylith 🤖
The skills will show your agent how to use the Python tool, and will add knowledge about the Polylith Architecture in general.
I think this will be helpful for teams that practice Agentic Engineering.
I have updated the docs here:
https://davidvujic.github.io/python-polylith-docs/agents/
2,500만 라인의 루비 코드베이스를 하룻밤 사이에 포맷팅한 rubyfmt 도입기
Stripe의 개발자 생산성 팀은 Rust 기반의 초고속 자동 포맷터인 rubyfmt를 확장하여 세계 최대 규모의 루비 코드베이스에 적용했다.
I'm looking for a #Bazel #Monorepo engineer to work in my team in a full-time, hybrid role with 3 days per week in the office in either #Bristol or #London, UK.
Things are moving fast at Fractile, so I'm looking for someone who has the experience to hit the ground running, and get up to speed on our custom rules, RBE, Remote caching, etc., quickly and then help shape the future of the monorepo and how we use Bazel across the company.
More details and how to apply are at https://job-boards.eu.greenhouse.io/fractile/jobs/4725130101
#Dropbox cut its backend monorepo from 87GB → 20GB.📉
In collaboration with #GitHub, they fixed a massive bottleneck by optimizing Git delta compression.
The impact:
• Reduced clone times
• Improved CI performance
• Boosted developer velocity
Learn more 👉 https://bit.ly/3R9pSfZ
Reducing our #monorepo size to improve developer velocity
https://dropbox.tech/infrastructure/reducing-our-monorepo-size-to-improve-developer-velocity
Using Changesets in a polyglot monorepo
https://luke.hsiao.dev/blog/changesets-polyglot-monorepo/
#HackerNews #changesets #polyglot #monorepo #softwaredevelopment #devops #programming
Stripe의 5,000만 라인 Ruby 모노레포를 위한 선택적 테스트 실행(STE) 전략
5,000만 라인 규모의 거대 Ruby 모노레포에서 전체 테스트 대신 변경 사항과 연관된 약 5%의 테스트만 선택적으로 실행하여 CI 속도를 대폭 개선함.