diff --git a/docs/src/main/tut/resources_for_learners.md b/docs/src/main/tut/resources_for_learners.md index 7f528219b6..46225670f2 100644 --- a/docs/src/main/tut/resources_for_learners.md +++ b/docs/src/main/tut/resources_for_learners.md @@ -17,3 +17,13 @@ position: 3 offers multiple online exercises to learn about the type classes and datatypes included in Cats. +# Videos + * [Functional Structures in Scala](https://www.youtube.com/playlist?list=PLFrwDVdSrYE6dy14XCmUtRAJuhCxuzJp0) +   by [Michael Pilquist](https://github.com/MPilquist) offers a series + of lectures about basic functional structures. + * [Category Theory for Programmers](https://www.youtube.com/playlist?list=PLbgaMIhjbmEnaH_LTkxLI7FMa2HsnawM_) + by [Bartosz Milewski](https://github.com/BartoszMilewski) is a series + of category theory lectures oriented towards programmers. The sample code + is in basic Haskell/C++ but the course is designed for programmers of all + background to follow. +