SG Dev Corner

SG Dev Corner

On programming, erlang, science, web design, business and politics.

 
 

29 July 2005 - Erlang

Recently I step into erlang. It' s a really interesting language, specially if you are into concurrent, distributed, fault tolerant, applications. Take a look at this tutorial and then you can continue with this pdf: Making reliable distributed systems in the presence of software errors.
Comments (0) - Leave a Comment


29 July 2005 - Hello World application with UnCommon Web

UnCommon Web (ucw) is a framework which makes it easy to develop interactive applications using Common Lisp and HTTP/HTML. This torrent movie (also directly available in Quicktime format) is a nice tutorial on how to write an hello world application with ucw.
Comments (0) - Leave a Comment


22 July 2005 - Very Dynamic Web Interfaces (or Ajax before it was called Ajax)

Howto build dynamic web interfaces using XMLHttpRequest. An article explaining the use of XMLHttpRequest before the word Ajax was introduced.

Comments (0) - Leave a Comment