Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Dec 3, 2024
2 parents 70cb7a4 + e04fcb0 commit 8fcbea8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/algs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Data Structures:
- [Bloom Filters](https://samwho.dev/bloom-filters/)
- [HyperLogLog](https://djhworld.github.io/hyperloglog/)
- [Log-structured merge-tree](https://en.m.wikipedia.org/wiki/Log-structured_merge-tree)
- Algorithms:
- [Hashing](https://samwho.dev/hashing)
- Patterns:
Expand Down
3 changes: 3 additions & 0 deletions src/db.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
- [Understanding the Postgres Hackers Mailing List Language](https://www.crunchydata.com/blog/understanding-the-postgres-hackers-mailing-list)
- [What I Wish Someone Told Me About Postgres](https://challahscript.com/what_i_wish_someone_told_me_about_postgres)
- [pgdoc ⚡ link](https://pgdoc.link/)
- [psql tips](https://psql-tips.org/psql_tips_017.html)
- [Postgres Tips & Tricks](https://www.crunchydata.com/postgres-tips)

### Data Management

Expand All @@ -34,3 +36,4 @@
- [Data Mesh Architecture](https://www.datamesh-architecture.com/)
- [Object Storage](https://en.wikipedia.org/wiki/Object_storage)
- [The Ultimate Guide to Table Format Internals](https://jack-vanlightly.com/blog/2024/10/28/the-ultimate-guide-to-table-format-internals)
- [Behind AWS S3’s Massive Scale](https://highscalability.com/behind-aws-s3s-massive-scale/)
1 change: 1 addition & 0 deletions src/essays.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
- [A Linux evening](https://fabiensanglard.net/a_linux_evening/index.html)
- [Reflections on Trusting Trust](https://www.cs.cmu.edu/~rdriley/487/papers/Thompson_1984_ReflectionsonTrustingTrust.pdf)
- [Choose Boring Technology](https://boringtechnology.club/)
- [Programming as Theory Building](https://pablo.rauzy.name/dev/naur1985programming.pdf)
2 changes: 2 additions & 0 deletions src/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
- [Why you should use io_uring for network I/O](https://developers.redhat.com/articles/2023/04/12/why-you-should-use-iouring-network-io)
- [5 Things to Know About Reactive Programming](https://developers.redhat.com/blog/2017/06/30/5-things-to-know-about-reactive-programming)
- [The introduction to Reactive Programming you've been missing](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754)
- [Userland Disk I/O](https://transactional.blog/how-to-learn/disk-io)
- [Introduction to Reed-Solomon](https://innovation.vivint.com/introduction-to-reed-solomon-bc264d0794f8)
1 change: 1 addition & 0 deletions src/misc.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
- How Things Work:
- [Putting the “You” in CPU](https://cpu.land/)
- [How Browsers Work](https://developer.mozilla.org/en-US/docs/Web/Performance/How_browsers_work)
- [How do open source solutions for logs work](https://itnext.io/how-do-open-source-solutions-for-logs-work-elasticsearch-loki-and-victorialogs-9f7097ecbc2f)
- Hard Stuff:
- [Hard things in Computer Science](https://blog.frankel.ch/hard-things-computer-science/)
- [How to name things: the hardest problem in programming](https://www.slideshare.net/pirhilton/how-to-name-things-the-hardest-problem-in-programming)
Expand Down

0 comments on commit 8fcbea8

Please sign in to comment.