|
1 | 1 | # Feb-15-2026 |
| 2 | + |
| 3 | +## Financial Data |
| 4 | + |
| 5 | +https://tamer-khraisha.medium.com/financial-data-engineering-series-1-n-an-introduction-ead629fc5721 |
| 6 | +## NER |
| 7 | + |
| 8 | +### SpaCy |
| 9 | +https://news.ycombinator.com/item?id=44994535 |
| 10 | +### GliNER |
| 11 | + |
| 12 | +https://alain-airom.medium.com/the-next-generation-of-privacy-using-docling-gliners-advanced-ner-to-masterfully-detect-and-6bf8fe68b2ed |
| 13 | + |
| 14 | +https://github.com/urchade/GLiNER/blob/main/examples/load_local_model.ipynb |
| 15 | + |
| 16 | +## Kafka |
| 17 | +### Event Sourcing |
| 18 | +https://www.tinybird.co/blog/event-sourcing-with-kafka |
| 19 | + |
| 20 | +https://pub.towardsai.net/kafkas-role-in-mlops-scalable-and-reliable-data-streams-03bb274f80b8 |
| 21 | + |
| 22 | +### Partitions in Kafka |
| 23 | + |
| 24 | +https://stackoverflow.com/questions/38024514/understanding-kafka-topics-and-partitions |
| 25 | + |
| 26 | +https://x.com/BdKozlovski/status/2013626338587091139?s=20 |
| 27 | + |
| 28 | +https://arpitbhayani.me/blogs/kafka-partitions/ |
| 29 | + |
| 30 | +## Python |
| 31 | +When I got into Python coming from Java it was such a breath of fresh air. I had fun writing code again, and the code was so readable! |
| 32 | + |
| 33 | +Look at this snippet from Raymond Hettingers talk where he converts Javaesque code to Pythonic: https://www.youtube.com/watch?v=wf-BqAjZb8M&t=1469s (the whole talk is great) |
| 34 | + |
| 35 | +## RUST |
| 36 | + |
| 37 | +https://blog.savant-ai.io/documenting-native-python-extensions-made-with-rust-and-pyo3-227aff68e481 |
| 38 | + |
2 | 39 | ## Web |
3 | 40 | https://medium.com/@bfortuner/how-web-applications-work-4424c6fb175a |
4 | 41 |
|
@@ -26,6 +63,26 @@ https://medium.com/@LeonFNortje/python-asyncio-and-gathering-c5e608062ba0 |
26 | 63 | https://www.youtube.com/watch?v=RIVcqT2OGPA |
27 | 64 | https://lyz-code.github.io/blue-book/asyncio/ |
28 | 65 |
|
| 66 | +https://layer77.net/2022/07/17/making-async-calls-to-google-cloud-storage/ |
| 67 | + |
| 68 | +https://www.reddit.com/r/Python/comments/11zsr7f/is_it_a_good_time_to_use_asyncio/ |
| 69 | + |
| 70 | +https://www.roguelynn.com/words/asyncio-we-did-it-wrong/ |
| 71 | + |
| 72 | +https://sailor.li/asyncio |
| 73 | + |
| 74 | +https://github.com/python/cpython/blob/3.14/Lib/asyncio/coroutines.py |
| 75 | + |
| 76 | +https://docs.python.org/3/library/asyncio-task.html |
| 77 | + |
| 78 | +Using Asyncio in Python |
| 79 | + |
| 80 | +https://www.dabeaz.com/coroutines/Coroutines.pdf#page=16 |
| 81 | + |
| 82 | +https://dev.indooroutdoor.io/asyncio-demystified-rebuilding-it-from-scratch-one-yield-at-a-time s |
| 83 | + |
| 84 | +https://www.dabeaz.com/coroutines/Coroutines.pdf#page=16 |
| 85 | + |
29 | 86 | ## Data Engineering |
30 | 87 | https://medium.com/@s.sarathvarma/data-engineering-system-design-clickstream-pipeline-into-a-modern-lakehouse-b977696030f7 |
31 | 88 |
|
@@ -96,6 +153,9 @@ https://atomic.guide/ |
96 | 153 |
|
97 | 154 | # Jan-20-2026 |
98 | 155 |
|
| 156 | +### Search Systems |
| 157 | +https://substack.com/home/post/p-185622370 |
| 158 | +https://blog.wilsonl.in/search-engine/ |
99 | 159 | ### Lazy Loading Container Images |
100 | 160 | https://aws.amazon.com/about-aws/whats-new/2022/09/introducing-seekable-oci-lazy-loading-container-images/ |
101 | 161 |
|
|
0 commit comments