Screencast Let's Code JavaScript: Gather Your Tools JavaScript
- jamesshore
- 3376 views
Locked Content
A subscription is required for viewing this video. Enroll now to get full access to all Code School courses and content.
Enroll Now Sign inIn the first episode of the Let's Code JavaScript guest series, James Shore will discuss some tools you can use to get your development environment set up like a professional, including installing a text editor, the command prompt, Node.js, and Git.
Let's Code JavaScript is a screencast series by James Shore that covers rigorous, professional web development. It especially focuses on test-driven development, as well as techniques such as build automation, continuous integration, refactoring, and evolutionary design.
Comments
-
Adam Flett said
-
phouthasak said
Is there like a page that is dedicated to this series? If so please link me to it. Great video.
-
-
theleoad said
Awsome!!
-
buffos said
Actually this series is a masterpiece of how to teach a workflow, by just not throwing the "correct" answers at the viewer, but taking time to go the "wrong way" and then backtrack to correct path
The "pace" is subjective to the viewer. You might feel its "slow" when you kind of know the stuff, and "great" when new stuff keep comming.
My personal view after starting the how to series the last few days, is that the pace should be as is in the introductory series.
For me its the best "complete workflow Test driven tutorial" i have seen on the net hands down (the advanced section is even better :) )
-
Juraci Vieira said
I don't like how all the courses are always Mac-OS oriented... In my opinion it would be amazing if the course was made on a popular Linux distribution due to the following arguments: - I'ts a opensource cost-free OS - No need to deal with proprietary software (like Apple's Xcode) - Mostly of the production environments run over some Linux distribution so we developers would be more prepared to deal with this kind of environments - Linux based distributions run over a variety of hardware, Mac OS runs primarily on Apple expensive ones only
Please take this feedback in consideration in future courses.
-
buffos said
@Juraci MacOS is also a unix based system. I can understand if you use a windows OS (by the way i am using windows and have 0 problems what so ever), but if you are on linux if the shell scripts are the same. There is no use of proprietary software used. He uses Webstorm, from jetbrains that has versions for all major platforms. If you watched any of the casts can you point me to anything used that is apple only software?
You need to be an enrolled student in order to view this video and subscribe.
Enroll Now
Great video! I wish I had watched this when I was starting out. Great introduction to tools used by professional developers.