Ask HN: What are the best publicly available FAMANG code repos?
Facebook, Apple, Microsoft, Amazon, Netflix, and Google.
Interested in the opinions of people who work there, as well as those who don't.
Best may have different interpretations, so interested in knowing about your criterion for selecting the best as well.
13 comments
[ 2.9 ms ] story [ 37.6 ms ] threadTensorflow
Facebook’s folly
Nicely done ;)
Seriously though, it seems to be very well-written, at first glance. Thanks.
https://github.com/pytorch/pytorch
https://github.com/tensorflow/tensorflow
https://github.com/facebook/folly
For anyone wanting to take a look:
https://github.com/Netflix/eureka
https://github.com/Netflix/Hystrix
https://netflix.github.io/titus/
https://github.com/Netflix/titus-api-definitions
https://github.com/Netflix/titus-control-plane
https://github.com/Netflix/titus-executor
Links:
https://github.com/visgl
https://github.com/visgl/vis.gl
- Brotli compression, google
- Clickhouse (highly efficient OLAP db), yandex
- ESBuild (extremely fast js bundler), figma
- TailwindCSS (rapid css styling made ez)
- Caddy (nice auto-ssl for the lazy, also nice proxy)
- HAProxy (highly configurable proxy/lb)
- uWebSockets (highly performant web server with websockets; used by bitfinex, kraken, trello; has uWebSockets.js api for nodejs)
Repo links:
https://github.com/facebook/zstd
https://github.com/google/brotli
https://github.com/ClickHouse/ClickHouse
https://github.com/evanw/esbuild
https://github.com/figma
https://github.com/tailwindlabs/tailwindcss
https://github.com/caddyserver/caddy
https://github.com/haproxy/haproxy
https://github.com/uNetworking/uWebSockets
It's a small and simple codebase, that implements a cross account DB backup capability on your AWS deployments.
I think it's an example of wonderfully written infrastructure python code, clear, concise and very easy to understand as a result.
Thanks for sharing!