# WEEKLY UPDATES
### Week 1:
* Explored ReScript and Peertube.
* Added 10 videos on [watch.ocaml.org](https://watch.ocaml.org/my-library/video-imports)
* Gone through the site [v3.ocaml.org](https://v3.ocaml.org/)
* Went through some OCaml language tutorials.
* Wrote 1st week [blog](https://dikshagupta99.wordpress.com/)
### Week 2:
* Added 40+ videos on watch.ocaml.org.
* Exploring the Peertube APIs and focussing on quering the data using peertube APIs.
* Gone through [Curly module]( https://github.com/rgrinberg/curly) that will be used as a tool to get the data from peertube instance using REST API.
### Week 3:
* Compared [Ezjsonm module](https://docs.mirage.io/ezjsonm/Ezjsonm/index.html#val-get_dict) and [Yojson module](https://mjambon.github.io/mjambon2016/yojson-doc/Yojson.Basic.Util.html) for json parsing and manipulation and figured out that Ezjsonm module is better to use.
* Gone through some ocaml tutorials.
* Read the documentation for starting up a new [dune project](https://github.com/tmattio/spin).
* Wrote 2nd week [blog](https://wordpress.com/post/dikshagupta99.wordpress.com/49).
### Week 4:
* Debugging the errors in code that parses the JSON data and convert it into Yaml format.