diff options
Diffstat (limited to 'articles/page/3/index.html')
-rw-r--r-- | articles/page/3/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/articles/page/3/index.html b/articles/page/3/index.html index fd007219..a11da5bc 100644 --- a/articles/page/3/index.html +++ b/articles/page/3/index.html @@ -65,6 +65,26 @@ <article class="blog_item"> <header> + <h2><a href="https://ninenines.eu/articles/erlanger-playbook/">The Erlanger Playbook</a></h2> + <p class="date"> + <span class="year">2015</span> + <span class="day-month">18 Jun</span> + </p> + </header> + + <p>I am proud to announce the pre-release of The Erlanger Playbook. +The Erlanger Playbook is a book about software development using Erlang. It currently covers all areas from the conception, design, the writing of code, documentation and tests. +The book is still a work in progress. Future topics will include refactoring, debugging and tracing, benchmarking, releases, community management (for open source projects). +The following sections are currently available: +About this book; Changelog; Future additions Erlang: Building blocks; Patterns Workflow: Think; Write; Stay productive Documentation: On documentation; Tutorials; User guide; Manual; README files Design: RESTful APIs; Lessons learned Code: Starting a project; Version control; Project structure; Code style; Best practices; Special processes; IOLists; The process dictionary Tests: On testing; Success typing analysis; Manual testing; Unit testing; Functional testing Selling Erlang: On persuasion; Don't let it crash Read a preview: Special processes</p> + + <p style="text-align:right"> + <a class="read_more" href="https://ninenines.eu/articles/erlanger-playbook/">Read More</a> + </p> + </article> + + <article class="blog_item"> + <header> <h2><a href="https://ninenines.eu/articles/erlang-validate-utf8/">Validating UTF-8 binaries with Erlang</a></h2> <p class="date"> <span class="year">2015</span> |