دانلود کتاب Designing Elixir Systems With OTP: Write Highly Scalable, Self-healing Software with Layers
by James Edward Gray II, Bruce A. Tate
|
عنوان فارسی: طراحی اکسیر سیستم با OTP: نوشتن بسیار مقیاس پذیر, Self-healing نرم افزار با لایه ها |
دانلود کتاب
جزییات کتاب
Elixir is gaining mindshare as the programming language you can use to keep you software running forever, even in the face of unexpected errors and an ever growing need to use more processors. This power comes from an effective programming language, an excellent foundation for concurrency and its inheritance of a battle-tested framework called the OTP.
If you're using frameworks like Phoenix or Nerves, you're already experiencing the features that make Elixir an excellent language for today's demands. This book shows you how to go beyond simple programming to designing, and that means building the right layers. Embrace those data structures that work best in functional programs and use them to build functions that perform and compose well, layer by layer, across processes. Test your code at the right place using the right techniques. Layer your code into pieces that are easy to understand and heal themselves when errors strike.
Of all Elixir's boons, the most important one is that it guides us to design our programs in a way to most benefit from the architecture that they run on. The experts do it and now you can learn to design programs that do the same.
What You Need:
Elixir Version 1.7 or greater.