Posts Tagged ‘technical writing’

I stumbled upon this interesting article this morning: How to Be a Programmer. But it is not all about bits and bytes and has an interesting section on How to Utilize People as Information Sources. If you are a real geek (as in nerdy geek), you might need to read How to Talk to Non-Engineers. And here is a real gem: How to Document Wisely

” Life is too short to write crap nobody will read; if you write crap, nobody will read it.”

  • Michael Hartl’s Rails 3 Tutorial Book July 28, 2010
    The Ruby on Rails Tutorial: Learn Rails by Example (a.k.a. railstutorial.org) by Michael Hartl has become a must read for developers learning how to build Rails apps. Michael has put together a great Rails 2.3 tutorial, releasing it all for free online chapter by chapter. Now, Michael's going three steps further: […]
  • Mailman – Like Sinatra for E-mail July 28, 2010
    Mailman is an incoming email processing microframework. You point it at a source of email, such as a POP3 account or a Maildir, and it will execute routes based on the messages that come in. […]