This is a quick step-by-step process for getting Erlang (R13B04) and Webmachine running on a clean CentOS 5.4 Rackspace cloud server. Read More…
These two sets of slides were presented at the Erlang Workshop in Saskatoon on September 17, 2009. See brochure.
The first set goes over the Erlang data storage modules ETS, DETS, and Mnesia. These modules are part of the Erlang library and are extremely powerful and flexible for storing data. The second set briefly outlines Mochiweb and Webmachine. Mochiweb can be used on its own as a lightweight HTTP server. Webmachine is built on top of Mochiweb providing a Web service gateway interface, ideal for building an API server. Read More…
In the posts to follow I plan to cover various Web and Mobile development topics including:
Technical topics will be kept short and sweet in order to provide quick guides/tutorials. I am not going to claim any technology reviewed here as being the only solution but I will attempt to show when and how to use them.