I read Corey Haines post about his idea for software development school . I thought I'd jot down some of my experiences while I taught software development. I taught community college computer science and web development for 7 years. In the summers I worked as a contractor to gain 'real-world' experience. This allowed me to teach what I learned over the summers in the classroom. Towards the last couple of years of teaching I worked at nights while I was teaching because I enjoyed it so much. To me I saw a lot of teachers take the easy road: picking canned curriculum that laid out non-practical material, have a work study student grade for them, etc. while they go home early. This was frustrating to watch and be around!! I picked industry books (PragProg, Addison-Wesley, etc.) and used them for reference while I created custom curriculum every quarter because of technology changes. I did not picked canned textbooks. They drove me nuts being out of date and ou
This comment has been removed by the author.
ReplyDeletenew gist for rvm. new ruby and rails3 installation
ReplyDeletehttp://gist.github.com/296055
ty!
ReplyDeleteUsing this line:-
ReplyDelete> rails g scaffold Post title:string body:text
is confusing to someone starting Rails. Post, title and body has special meaning in HTML. It would have been easier to understand if columns like Blog, Name and contents were used, instead of post, title and body.
Otherwise great introduction. Many thanks.