Skip to content

Commit 131fcdf

Browse files
committedJul 14, 2019
Add papers on build systems.
1 parent f4cd282 commit 131fcdf

7 files changed

+17
-1
lines changed
 

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# library
2-
A collection of the papers, conference talks, articles, blog posts, interesting Twitter threads, HN/reddit comments on systems engineering
2+
A collection of the papers, conference talks, articles, blog posts, interesting Twitter threads, HN/reddit comments on all topics I find interesting.
3+
4+
If you wish to add a new category, please run the `init-repo` script which will set up a skeleton directory in the standard structure.
5+
6+
Each directory has three sub-directories - Articles, Papers and Talks. A markdown file links to all papers/talks/articles.
7+
8+
The `add-paper` script will add a paper to a directory given a URL. I plan to automate more of this process as I find more time.

‎builds/Articles.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Engineering Blog Posts
2+
3+
## Articles
4+
5+
1. [Ninja](http://www.aosabook.org/en/posa/ninja.html)
6+
2. [Introducing BuildKit - Docker's new build system](https://blog.mobyproject.org/introducing-buildkit-17e056cc5317)
711 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

‎release-engineering/Articles.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Engineering Blog Posts
2+
3+
1. [Rapid Release at Massive Scale at Facebook](https://code.fb.com/web/rapid-release-at-massive-scale/)
4+
2.
Binary file not shown.

0 commit comments

Comments
 (0)