Welcome to Teach Me To Code
Teach Me To Code is committed to creating high quality training and content for programmers and to encouraging collaboration between developers of all skill levels. We aim to produce high definition video, audio, and written materials to guide all levels of developers to create better software and be become informed regarding the tools and practices available.
Most Viewed Screencasts
Introduction to Outside-in Development with Cucumber
This is a basic introduction to integration testing with cucumber. In it, I describe how to use cucumber and rspec to implement a feature in a web application, emphasizing the importance of writing tests before code, which is often referred to as TDD (test-driven development) or BDD (behavior-driven development, a refinement of the original TDD).
Creating a Twitter Clone in Rails – Part 1
In this series, I attempt to recreate a twitter style application called ‘Flitter’. In this installment, I show you how to create an authenticated system easily using existing tools. I also show how to generate test data to simulate an active application. Finally, you will learn how to set up self-referencial associations.
Getting started with GitHub
A quick tutorial on GitHub basics, including:
1. Create GitHub Account
2. Generate SSH Key and put into account
3. Push code to GitHub
4. Fork the app from another account
5. Make a change and push it
6. Send a pull request
http://www.teachmetocode.com/screencasts/5



Comments on this entry are closed.