Hacker News new | ask | show | jobs
by mdink 5553 days ago
Incredibly generic advice here, but why not build a simple blog app - you would only need a handful of db tables, and would learn a heck of a lot!
1 comments

I 2nd that emotion. If you are interested in Web apps, you might try creating with an old school CGI ecard site. It will introduce many basic concepts: working with the file system (images, thumbnails, etc), CGI, handling form data, doing simple database CRUD, and sending email. If you want to get fancy, you can build your own simple MVC framework in a few hundred lines.