Live data from Hacker News

Ask HN: Is there a MOOC provider that deals in more advanced topics?

news.ycombinator.com

1–10 of 12 posts

Ask HN: Is there a MOOC provider that deals in more advanced topics?

#1
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?

Re: Ask HN: Is there a MOOC provider that deals in more advanced topics?

#3
post #2

A side question is how can these courses ever hope to replace university level training? - https://www.edx.org/ Some top tier univs there offering courses and degrees.

I know the top tier Universities are offering degrees, but it feels like the content of those courses is not nearly as deep as the content I was taught at an admittedly lower grade university.

Re: Ask HN: Is there a MOOC provider that deals in more advanced topics?

#7
In depth technical books, like for example[1], are very rare these days. Competent people are busy building systems, frameworks and making money. Some of these guys are talking on various conferences, but IMO just to present themselves to various companies. To put it simply they are mostly in a business of selling their time.

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/

Re: Ask HN: Is there a MOOC provider that deals in more advanced topics?

#9
post #7

In depth technical books, like for example[1], are very rare these days. Competent people are busy building systems, frameworks and making money. Some of these guys are talking on various conferences, but IMO just to present themselves to various companies. To put it simply they are mostly in a business of selling their time. Systematic approach of learning particular topic through the books is deprecated these days.…

>Systematic approach of learning particular topic through the books is deprecated these days.

Are we getting smart or following trends ?

Re: Ask HN: Is there a MOOC provider that deals in more advanced topics?

#10
post #4

IMO once you're past the beginner stage of learning a technical topic (which is what most MOOCs provide), you have to either develop side projects or work on open source projects to learn more advanced concepts.

It is not easy to achieve that . I joined an open source project but was overwhelmed because I was not well prepped . I have to read a lot of RFCs , source codes , and countless technical papers and articles. It is indeed demanding , and crazy . Maybe I would learn something great at the end.
Post reply on HN