How to Learn to Code - People


Thanks to https://www.youtube.com/user/NerdyAndQuirky for the question! Shares appreciated! Twitters: https://twitter.com/cheerskevin There you go. Here’s the code that will get you past your first technical interview. By the way, don’t ever write things like that. So today, I got a question on Twitter, from Sabrina, widely known as the Nerdiest and Quirkiest person on YouTube And I got really excited, because this is a question I should be qualified to answer! I’ve been coding since I was a little kid; I’ve been working as a developer for the past eight years. I completed a computer science major (though I didn’t wrap up the degree), and I’ve given talks, tech reviewed many books, read and written tutorials. This is a question I should be qualified to answer. Surprisingly though, this is a really difficult question. And it’s one that developers get asked a lot by people who are looking to break into the field. "How on earth do I get started?" And there are two sort of stock replies, that I don’t think work very well. I want to talk quickly about both of them. The first one is: get a degree! Study the fundamentals of computer science. If you want to develop game engines, you have to learn vector calculus. If you want to work on systems engineering, you have to learn boolean algebra. Study your algorithms! The problem with this approach is that most developers are inherently lazy. That’s why they program computers to do things for them. It’s very hard to get invested in software when you’re not actually making something you’re excited about. A lot of people will say "Learn C" or "Learn JavaScript", or learn some other language or toolset. And usually that’s because it’s a tool that they use, to solve problems that they are excited about. Programming languages are a lot like human languages. Just because you can read and write in French doesn’t make you a French novelist. And in the same way, just because you know the syntax of a programming language does’t mean you can solve problems with it. There are a lot of languages out there, and they’re all designed around solving particular problems. But unlike human languages, most of them are designed to be somewhat friendly to people who don’t already speak the language. Let’s use "Hello, World!" as an example. "Hello, World!" is usually the first program you’re going to write when you look at a new language. All you want is for the program to output "Hello, World!", and that’s kindof the basic test to know you’ve got something that runs. So let’s pull up some examples. What I want you to notice is that even if you don’t know anything about programming, you can tell that these are all pretty darned similar. And what I think a lot of developers forget to tell you is that eighty to ninety percent of what you learn programming in one language, is going to be transferrable to another language. We all tend to have our favorites — I tend to l

Download Youtube Video

Views: 511373 2015-05-03

Go to the homepage

Next Random Video