Joel Spolsky did a really good one-hour primer on Excel. If you squirm at the thought of spreadsheet anything, this video is for you https://www.youtube.com/watch?v=0nbkaYsR94c
It was delivered as a live lecture at Stanford, with presentations by Sam Altman himself, as well as Dustin Moskovitz, Paul Graham, Adora Cheung, Peter Thiel, Alex Schultz, Kevin Hale, Marc Andreessen, Ron Conway, Parker Conrad, Brian Chesky, Alfred Lin, Patrick and John Collison, Ben Silbermann, Aaron Levie, Reid Hoffman, Keith Rabois, Ben Horowitz, Emmett Shear, Hosain Rahman, Kirsty Nathoo, Carolynn Levy, and Tyler Bosmeny.
My favorite presenter is Reid Hoffman, but all the lectures are awesome. If you're a startup founder, you owe it to yourself to watch them all...
I really enjoyed the free "CS193P" course from Stanford with Paul Hegarty. It is not 100% up-to-date but still a good start, covering Xcode/iOS8/Swift:
I recommend this course whenever I have the opportunity.
I started iOS programming about a year ago and it really helped me with grasping how to use Auto Layout in XCode, once you learn that the API is easy to pickup if you have some experience in mobile development.
Introduction to the intellectual enterprises of computer science and the art of programming. This course teaches students how to think algorithmically and solve problems efficiently. Topics include abstraction, algorithms, data structures, encapsulation, resource management, security, software engineering, and web development. Languages include C, PHP, and JavaScript plus SQL, CSS, and HTML. Problem sets inspired by real-world domains of biology, cryptography, finance, forensics, and gaming. Designed for concentrators and non-concentrators alike, with or without prior programming experience
This was my introduction to CS/programming and is the counterexample to any claim that C makes for a terrible first language. It just needs a phenomenal lecturer.
The computing environment gets you going with Linux which avoids IDE handholding and the recitations and other helpful videos and the forums all make for a great learning experience, even for people are complete programming neophytes.
Following it up with something like Coursera's Hardware/Software Interface would be a great way of cementing the concepts.
Yes, came here to say this. While I never completed the course (started OMSCS @ Ga Tech shortly after), it did cement my desire to focus on machine learning in my graduate studies. Highly recommended!
This is the best javascript video i've ever seen. if you wait they do deals all the time, no need to pay $200 it will go on sale usually around $15-$20
I can second this - even though I have been programming in JS for > 5y, I feel like I have a much better understanding of what is going on 'under the hood' now. I actually bought his other course on AngularJS when I was looking to learn it, and enjoyed it/found it useful enough to immediately buy the vanilla JS course as well. Great stuff!
I highly recommend Kyle Simpson's Advanced JavaScript (available at Frontend Masters and Pluralsight). It's also very good. Actually, just watch everything he makes for Frontend Masters!
These are paid, and not exactly a course but the Destroy All Software screencasts are great, and cover a lot of topics like shell scripting, VIM / EMACS, testing, refactoring etc.
Those are soo good. He has a talent for talking while typing and his style of presentation keeps you intrigued and content so densely packed it'll keep you rewinding saying, 'wait, wat was that?'
I found this course to embody a lot of the "business insights" that you can learn at an MBA. At the end of the course I felt that it added a lot to my knowledge, and I could instantly stuff I picked up in my current position.
This guy is an amazing C#/.Net trainer as well as object oriented programming concepts. Great for people coming from a Javascript background.
http://www.learnvisualstudio.net/
I did Creative Problem Solving through Coursera and had a great time participating in the class projects.
There are some great tools which you can use in your everyday life to think innovative solutions to problems. The exercises were incredible fun as well.
Algorithms by Robert Segdewick and Cloud Computing Concepts on Coursera. First is an essential, second is a really good intro into distributed systems.
Introduction to Operations Management
Professor Christian Terwiesch brilliantly and understandably explains the math behind "operations".... which explains Lean, Agile, DevOps and everything from running a restaurant to a doctor's office.
Anything else from Brady Haran is pretty fun and educational. Not exactly in the spirit of pedantry and sit-down-and-take-notes, but really fun and engaging (like all good teachers should be, I say)
Artificial Intelligence for Robotics
Programming a Robotic Car
Sebastian Thrun (former leader of Google and Stanford's autonomous driving teams that won the DARPA challenge) teaches a class focusing on the basic methods in Artificial Intelligence to support autonomous vehicles, including: probabilistic inference, planning and search, localization, tracking and control, all with a focus on robotics. Programming examples and assignments apply these methods to building self-driving car like experiments.
CS 61c lectures from UC Berkeley. Computer architecture. Ideal if you are good with data structures / algorithms but the machine still feels like magic. It is empowering to understand what the machine is really doing.