Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# learning-resources
Ochub group learning resources
Ochub group learning resources and individual learning goals
11 changes: 11 additions & 0 deletions rust/scarlett/01_implement_video_list_api_and_visualize_data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Six years later, I'm finally starting to work on this MR https://github.com/ADLSOceanHub/OceanHub/issues/14.


I'm going to use Rust. Is this some sort of self punishment for not working on the MR? Could be, and that's okay.

Will learn the following from working on the MR:
- Tree structures in HTML DOM
- Rust webscraping library: [Scraper crate](https://docs.rs/scraper/0.19.0/scraper/)
- Will a [6 year old Python library still work?](https://github.com/tjcrone/pycamhd)
- If so, learn how Python libraries can be used in Rust with [PyO3](https://pyo3.rs/v0.22.1/)
- If not, understand what the initial library was doing and see if a rewrite needs to happen
1 change: 1 addition & 0 deletions rust/scarlett/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Scarlett's Rust Learning Goals