|
|
|
Ask HN: Is there a MOOC provider that deals in more advanced topics?
|
|
12 points
by teapot01
2870 days ago
|
|
I enjoy learning new things and expanding my area of expertise outside of the work that I do, usually I try to do this through reading, conference talks, and online courses. Lately though, I find that a lot of the MOOC courses from coursera, et al. tend to be written for complete beginners and provide very lightweight courses. Because of this I tend to disengage from the course and not complete it. Are there any MOOCs that are more suited for continuing professional development? A side question is how can these courses ever hope to replace university level training? |
|
Systematic approach of learning particular topic through the books is deprecated these days. One of the ways to expand knowledge would be building stuff. If you are into distributed systems, implement something small and build upon that (i.e. implement raft[2] or build distributed rate limiter). There will be many problems and I'm sure you will learn a lot along the way.
[1] "Design of Unix Operating System by Maurice Bach" [2] https://raft.github.io/