Reading List

Reading List

160 bookmarks
Custom sorting
Stacked Diffs (and why you should know about them)
Stacked Diffs (and why you should know about them)
Meta and Google have been using stacking for closer to a decade: a coding workflow that is very efficient for small PRs. So what is stacking, and how come it’s not more widespread in the industry?
·newsletter.pragmaticengineer.com·
Stacked Diffs (and why you should know about them)
UK Departure Boards – Bring live train information to your home with a UK departure board! Available in 3 sizes to display real time information for your local station or indeed any station – train, tram, bus or tube in the UK.
UK Departure Boards – Bring live train information to your home with a UK departure board! Available in 3 sizes to display real time information for your local station or indeed any station – train, tram, bus or tube in the UK.
·ukdepartureboards.co.uk·
UK Departure Boards – Bring live train information to your home with a UK departure board! Available in 3 sizes to display real time information for your local station or indeed any station – train, tram, bus or tube in the UK.
Martin Thwaites on LinkedIn: #opentelemetry | 11 comments
Martin Thwaites on LinkedIn: #opentelemetry | 11 comments
"Tracing is too expensive, you must have metrics instead to save money", this is a popular argument for not use tracing, however, it's actually only partially… | 11 comments on LinkedIn
·linkedin.com·
Martin Thwaites on LinkedIn: #opentelemetry | 11 comments
Bun: lessons from disrupting a tech ecosystem
Bun: lessons from disrupting a tech ecosystem
If you use JavaScript or TypeScript for backend development, Node is the most popular choice of framework. A new runtime called “Bun” is taking this space by storm. Lessons from this sudden rise.
·newsletter.pragmaticengineer.com·
Bun: lessons from disrupting a tech ecosystem
HorizontalPodAutoscaler Walkthrough
HorizontalPodAutoscaler Walkthrough
A HorizontalPodAutoscaler (HPA for short) automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.
·kubernetes.io·
HorizontalPodAutoscaler Walkthrough
Bloom Filter | Brilliant Math & Science Wiki
Bloom Filter | Brilliant Math & Science Wiki
A bloom filter is a probabilistic data structure that is based on hashing. It is extremely space efficient and is typically used to add elements to a set and test if an element is in a set. Though, the elements themselves are not added to a set. Instead a hash of the elements is added to the set. When testing if an element is in the bloom filter, false positives are possible. It will …
·brilliant.org·
Bloom Filter | Brilliant Math & Science Wiki
Bloom Filters | Algorithms You Should Know #2 | Real-world Examples
Bloom Filters | Algorithms You Should Know #2 | Real-world Examples
Subscribe to our weekly system design newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design Interview books: Volume 1: https://amzn.to/3Ou7gkdVolume 2: https://amzn.to/3HqGozyDigital version of System Design Interview books: https://bit.ly/3mlDSk9 The Secret Sauce Behind NoSQL: https://www.youtube.com/watch?v=I6jB0nM9SKU Animation tools: Illustrator and After Effects ABOUT US: Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.
·youtube.com·
Bloom Filters | Algorithms You Should Know #2 | Real-world Examples