JeTmAn81
Member
Well I just started taking it seriously so I'm slowly learning more. I'm interested in software engineering but it'll probably evolve to something greater than that. I mostly know Java to a basic level compared to some monsters out there in the real world. I gotta say, that script is really nifty lol, gonna go install it now.Have any pointers or books for a beginner like me to become a master programmer? I'm a quick learner.
Figure out what makes you really excited about programming and study that. It could be games, it could be web stuff, it could be something low level. But programming is a lot of pretty detail-intensive work and study so you want to have good motivation. Most of my professional career has been doing fairly simple web stuff but I want to do more so lately I've been studying core computer science concepts via Coursera. They've got a bunch of that type of stuff on there.
The really cool thing I'm doing right now is called Nand 2 Tetris, which is on Coursera and is a course in which you build an entire computer system, from the individual hardware components starting with a nand gate as a primitive and working your way up to a CPU and memory, through to the software side where you write an assembler, VM translator, compiler and operating system which can run real programs in a custom object-oriented language. It's been pretty amazing to finally learn how all this stuff really works.
I did computer science for a couple of years in college but it was too intense for me at the
time so I changed to Management Information Systems which is sort of a much easier business-focused version of computer science. Somehow I'm now finding myself fascinated by all that stuff I couldn't handle in college.