0
votes
Recommended projects for beginning programmers?
When learning a new language or even trying to improve my knowledge of an existing one, I tend to create a library of some sort that can be recycled or reused. This can be good exercise and still r …
0
votes
Did you ever switch from one programming language to another?
I started on old-school MUDs in c and then c++. Professionally I used Perl for quite a while then found a position that was mostly c++ with bits of Perl. My first book used PHP/SQL as a proof of co …
8
votes
Open source: Why or why not?
I highly recommend the book "Intellectual Property and Open Source: A practical guide to protecting code" by Van Lindberg. It has answers to a lot of questions like this and does a really good job …
13
votes
Anyone using CouchDB?
I use the CouchDB to power a Facebook application (over 35k monthly active users). For a while it was using MySQL but after porting the entire project over from Perl to Erlang, I decided to go for …
0
votes
What are your favorite programming bookmarks?
http://delicious.com/tag/erlang
For me, Delicious is the best place to see who's been bookmarking stuff that I'm interested in a …
5
votes
Do most web ‘programmers’ (not designers) use wysiwyg editors or hand code their HTML?
Hand code with some sort of preview mechanism. I use TextMate for the most part so preview in [browser of choice] is just a hot-key away.
…
