Phoenix in Action
eBook - ePub

Phoenix in Action

,
  1. 336 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Phoenix in Action

,
Book details
Table of contents
Citations

About This Book

Summary Phoenix is a modern web framework built for the Elixir programming language. Elegant, fault-tolerant, and performant, Phoenix is as easy to use as Rails and as rock-solid as Elixir's Erlang-based foundation. Phoenix in Action builds on your existing web dev skills, teaching you the unique benefits of Phoenix along with just enough Elixir to get the job done.Foreword by Sasa Juric, author of Elixir in Action, Second Edition.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Modern web applications need to be efficient to develop, lightning fast, and unfailingly reliable. Phoenix, a web framework for the Elixir programming language, delivers on all counts. Elegant and intuitive, Phoenix radically simplifies the dev process. Built for concurrency, Phoenix channels make short work of developing real-time applications. And as for reliability, Phoenix apps run on the battle-tested Erlang VM, so they're rock solid! About the Book Phoenix in Action is an example-based book that teaches you to build production-quality web apps. You'll handle business logic, database interactions, and app designs as you progressively create an online auction site. As you go, you'll build everything from the core components to the real-time user interactions where Phoenix really shines. What's inside

  • Functional programming in a web environment
  • An introduction to Elixir
  • Database interactions with Ecto
  • Real-time communication with channels


About the Reader For web developers familiar with a framework like Rails or ASP.NET. No experience with Elixir or Phoenix required. About the Author Geoffrey Lessel is a seasoned web developer who speaks and blogs about Elixir and Phoenix. Table of Contents

PART 1 - GETTING STARTED

  • Ride the Phoenix
  • Intro to Elixir
  • A little Phoenix overview

PART 2 - DIVING IN DEEP

  • Phoenix is not your application
  • Elixir application structure
  • Bring in Phoenix
  • Making changes with Ecto.Changeset
  • Transforming data in your browser
  • Plugs, assigns, and dealing with session data
  • Associating records and accepting bids

PART 3 - THOSE IMPORTANT EXTRAS

  • Using Phoenix channels for real-time communication
  • Building an API
  • Testing in Elixir and Phoenix

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Phoenix in Action by in PDF and/or ePUB format, as well as other popular books in Computer Science & Web Programming. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2019
ISBN
9781638356202

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About this book
  8. About the author
  9. About the cover illustration
  10. Part 1. Getting started
  11. Part 2. Diving in deep
  12. Part 3. Those important extras
  13. Appendix A. Installing Elixir and Phoenix
  14. Appendix B. More Elixir resources
  15. The general flow of a request as it moves through Phoenix
  16. Index
  17. List of Figures
  18. List of Tables
  19. List of Listings