<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>monorepo &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/monorepo/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Tue, 16 Sep 2025 00:23:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Taming the monorepo beast: Our journey to a leaner, faster GitLab repo</title>
		<link>https://noise.getoto.net/2025/09/16/taming-the-monorepo-beast-our-journey-to-a-leaner-faster-gitlab-repo/</link>
		
		<dc:creator><![CDATA[Grab Tech]]></dc:creator>
		<pubDate>Tue, 16 Sep 2025 00:23:00 +0000</pubDate>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[monorepo]]></category>
		<category><![CDATA[Performance]]></category>
		<guid isPermaLink="false">https://engineering.grab.com/taming-monorepo-beast</guid>

					<description><![CDATA[At Grab, our engineering teams rely on a massive Go monorepo that serves as the backbone for a large portion of our backend services. This repository has been our development foundation for over a decade, but age brought complexity, and size brought sl...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Improve Git monorepo performance with a file system monitor</title>
		<link>https://noise.getoto.net/2022/06/29/improve-git-monorepo-performance-with-a-file-system-monitor/</link>
		
		<dc:creator><![CDATA[Jeff Hostetler]]></dc:creator>
		<pubDate>Wed, 29 Jun 2022 17:00:02 +0000</pubDate>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[monorepo]]></category>
		<category><![CDATA[open source]]></category>
		<guid isPermaLink="false">https://github.blog/?p=65874</guid>

					<description><![CDATA[Monorepo performance can suffer due to the sheer number of files in your working directory. Git’s new builtin file system monitor makes it easy to speed up monorepo performance.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Make your monorepo feel small with Git’s sparse index</title>
		<link>https://noise.getoto.net/2021/11/10/make-your-monorepo-feel-small-with-gits-sparse-index/</link>
		
		<dc:creator><![CDATA[Derrick Stolee]]></dc:creator>
		<pubDate>Wed, 10 Nov 2021 16:27:54 +0000</pubDate>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[monorepo]]></category>
		<category><![CDATA[open source]]></category>
		<guid isPermaLink="false">https://github.blog/?p=61251</guid>

					<description><![CDATA[The new sparse index feature makes it feel like you are working in a small repository when working in a focused portion of a monorepo.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>App Moduralisation at Scale</title>
		<link>https://noise.getoto.net/2021/07/13/app-moduralisation-at-scale/</link>
		
		<dc:creator><![CDATA[Grab Tech]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 00:04:40 +0000</pubDate>
				<category><![CDATA[app]]></category>
		<category><![CDATA[Build Time]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[monorepo]]></category>
		<guid isPermaLink="false">https://engineering.grab.com/app-moduralisation-at-scale</guid>

					<description><![CDATA[Grab a coffee ☕️, sit back and enjoy reading. 😃

Wanna know how we improved our app’s build time performance and developer experience at Grab? Continue reading…

Where it all began

Imagine you are working on an app that grows continuously as more and ...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>App Modularisation at Scale</title>
		<link>https://noise.getoto.net/2021/07/13/app-modularisation-at-scale/</link>
		
		<dc:creator><![CDATA[Grab Tech]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 00:04:40 +0000</pubDate>
				<category><![CDATA[app]]></category>
		<category><![CDATA[Build Time]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[monorepo]]></category>
		<guid isPermaLink="false">https://engineering.grab.com/app-modularisation-at-scale</guid>

					<description><![CDATA[Grab a coffee ☕️, sit back and enjoy reading. 😃

Wanna know how we improved our app’s build time performance and developer experience at Grab? Continue reading…

Where it all began

Imagine you are working on an app that grows continuously as more and ...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Scaling monorepo maintenance</title>
		<link>https://noise.getoto.net/2021/04/29/scaling-monorepo-maintenance/</link>
		
		<dc:creator><![CDATA[Taylor Blau]]></dc:creator>
		<pubDate>Thu, 29 Apr 2021 15:50:21 +0000</pubDate>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[monorepo]]></category>
		<category><![CDATA[open source]]></category>
		<guid isPermaLink="false">https://github.blog/?p=57515</guid>

					<description><![CDATA[At GitHub, we serve some of the largest Git repositories on the planet. We also serve some of the fastest-growing repositories. Each day, the largest repositories we host become even larger. About a year ago,]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 26/136 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-10 01:17:57 by W3 Total Cache
-->