Hello Everyone!
Â
If you are looking to get into erlang or quickcheck and could use some help, or would like someone to build a system for your, I am available for consulting, coaching, training and building systems.
Hello Everyone!
Â
If you are looking to get into erlang or quickcheck and could use some help, or would like someone to build a system for your, I am available for consulting, coaching, training and building systems.
Hi Everyone
I just wanted to let everyone who may be following the blog know that I have published a new book on using QuickCheck with Erlang. If you have heard about QuickCheck, or PropEr or property based testing in general, and didnât know where to get started then this is the book for you. It starts with very basic âHello Worldâ type tests, and then moves up to generating data, testing stateful systems, Property Based Test Patterns and will even include bonus chapters on how to generate HTML and how to do TDD with quickcheck
On Tuesday 6 January at 18:00GMT we will be doing a live podcast on a G+ hangout about package management systems. We invite everyone to come join us and submit questions via text chat.
Ever have a system go strange on you, or fall down under load? Erlang has some amazing tools to try and debug these cases. Regular panelist Fred joins us to talk about his new book âErlang in Angerâ and his recon library. With these you will be in good shape to debug a system in production without breaking it more.
Â
Erlang comes with its own datastores ETS and Mnesia. These store Erlang terms directly so you donât have to map your data into SQL types. They can also be used to create databases in Memory or on disk or both, this can lead to blindingly fast distrubted systems
We speak to Claus about how Mnesia was created and why. We also talk about when it is a good fit to use Mnesia for data storage and when it would not be.
If you are considering what data storage engine to use for your next project listen to this first.
We apologize, this episode got messed up, so here is a fixed version
Download Link:
audio mp3=âhttps://mostlyerlang.files.wordpress.com/2014/11/050_minikanran.mp3â³%5D%5B/audio%5D
Download Link: https://mostlyerlang.files.wordpress.com/2014/11/050_minikanran.mp3
A programming language that doesnât change the way you think about programming isnât worth learningâââAlan Kay
MiniKanren is a relational programming language that has been used for both research and in industry. Find out how it was created and how it can be used to to do useful work in your programs.