Sunday, June 26, 2011

Few things all CS students should do!!

  1. Buy your own domain name.
  2. Install an Apache web server and configure it in a non-trivial way, e.g. to serve multiple domains.
  3. Install WordPress and have your own blog. Write blog posts regularly. Write well. Good writing is a critical skill to master in this profession.
  4. Run your own web site at home or in a hosting company.
  5. Write at least one complete LAMP web app, preferably two — one where P=PHP, the other where P=Python.
  6. Have your own [physical or virtual] server on the cloud.
  7. Install VMWare or equivalent in order to boot up your laptop with more than one OS.
  8. Configure your home DSL router so that you serve a web site or other kind of server from your home machine / laptop to your friends.
  9. Use a packet sniffer to learn about the network requests your computer does to your favorite game server.
  10. Make contributions to an open source project.
  11. Write an app that uses at least one of the popular Web APIs, like Facebook Connect or one of Google’s.
  12. Use Google AdSense on your web site, and make money just by virtue of attracting traffic.
  13. Compile a complicated open source project from scratch, like OpenSim orMatterhorn. 
  14. Read works of literature and, besides enjoying the ride, pay close attention to how the author tells the story and makes use of words. Your programs should be as carefully written as those works of art! 
  15. Get yourself involved in a software project where requirements are bound to change halfway through — that’s about 0.01% of homework projects and about 99.99% of real world projects, so find one of the latter kind. Finish the project with patience and the ability to take criticism in a constructive way.
  16. Write an application using map-reduce. Run it on Google app-engine or amazon EC2.
Courtesy:Tagide

No comments: