About
Articles for erlang:
2016-02-06
programming
erlang
/
wpool
Using wpool and pg2 to build broadcastable worker pools
wpool is my preferred erlang worker pool library. But there is no easy way to broadcast a message to all spawned workers. Or is there? In this article we will have a look at wpool, how to easily replace a single gen_server with a process pool and finally how to …
2015-10-03
programming
erlang
/
deployment
First Erlang deployment
A report on how my first Erlang deployment went down, and what I learned from it.
2015-04-08
programming
erlang
/
lexer
/
regex
erllex - simple erlang sample lexer
Showing off Regular Expressions in Erlang and how to build a simple lexer
2015-04-08
misc
fun
/
erlang
Deployment without Erlang
Cranked out my mad video editing skillz and produced this gif.
2015-01-19
programming
erlang
/
erlfu
Asynchronous function calling in Erlang
A look at asynchronous functions in Erlang and why there is no real need for a support library.
2014-12-26
programming
erlang
/
OTP
/
EUnit
Testing Across Applications with EUnit
I am currently developing a distributed system for my Bachelor Thesis which utilizes a node controller application to distribute calculations from a client application towards node applications. For testing I wanted to use EUnit, mostly because that’s what I already knew and writing Unit Tests for my data module …
2014-09-23
programming
erlang
/
OTP
/
xml
/
sax
XML
API
parsing in erlang
Some weeks ago I wrote a application in Erlang which reads data from the youtube API. I wanted to parse its content efficiently via a sax parser and xmerl was the first search result that popped up. At first I had trouble reading its documentation it is actually easy enough …
2014-08-27
programming
erlang
/
OTP
Writing an Erlang
OTP
File Poller
A short introduction to Erlang OTP and how to program a File Poller which implements gen_server
2014-07-10
programming
erlang
/
chicagoboss
/
pastie
Peeking at erlang/chicagoboss
Developing a Paste Site in Erlang, supported by chicagoboss