• Complain

Stephen Bussey - Real-Time Phoenix (for steve)

Here you can read online Stephen Bussey - Real-Time Phoenix (for steve) full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 0, publisher: The Pragmatic Bookshelf, LLC (719624), genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Stephen Bussey Real-Time Phoenix (for steve)
  • Book:
    Real-Time Phoenix (for steve)
  • Author:
  • Publisher:
    The Pragmatic Bookshelf, LLC (719624)
  • Genre:
  • Year:
    0
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Real-Time Phoenix (for steve): summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Real-Time Phoenix (for steve)" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Give users the real-time experience they expect, by using Elixir and Phoenix Channels to build applications that instantly react to changes and reflect the applications true state. Learn how Elixir and Phoenix make it easy and enjoyable to create real-time applications that scale to a large number of users. Apply system design and development best practices to create applications that are easy to maintain. Gain confidence by learning how to break your applications before your users do. Deploy applications with minimized resource use and maximized performance.Real-time applications come with real challengespersistent connections, multi-server deployment, and strict performance requirements are just a few. Dont try to solve these challenges by yourselfuse a framework that handles them for you. Elixir and Phoenix Channels provide a solid foundation on which to build stable and scalable real-time applications. Build applications that thrive for years to come with the best practices found in this book.Understand the magic of real-time communication by inspecting the WebSocket protocol in action. Avoid performance pitfalls early in the development lifecycle with a catalog of common problems and their solutions. Leverage GenStage to build a data pipeline that improves scalability. Break your application before your users do and deploy with confidence. Build a real-world project using solid application design and testing practices that help make future changes a breeze. Create distributed apps that can scale to many users with tools like Phoenix Tracker. Deploy and monitor your application with confidence and reduce outages.Deliver an exceptional real-time experience to your users, with easy maintenance, reduced operational costs, and maximized performance, using Elixir and Phoenix Channels.

Stephen Bussey: author's other books


Who wrote Real-Time Phoenix (for steve)? Find out the surname, the name of the author of the book and a list of all author's works by series.

Real-Time Phoenix (for steve) — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Real-Time Phoenix (for steve)" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Real-Time Phoenix Build Highly Scalable Systems with Channels by Stephen Bussey - photo 1
Real-Time Phoenix
Build Highly Scalable Systems with Channels
by Stephen Bussey
Version: B3.0 (October 18, 2019)

Copyright 2019 The Pragmatic Programmers, LLC. This book is licensed to the individual who purchased it. We don't copy-protect it because that would limit your ability to use it for your own purposes. Please don't break this trustyou can use this across all of your devices but please do not share this copy with other members of your team, with friends, or via file sharing services. Thanks.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC.

Every precaution was taken in the preparation of this book. However, the publisher assumes no responsibility for errors or omissions, or for damages that may result from the use of information (including program listings) contained herein.

About the Pragmatic Bookshelf

The Pragmatic Bookshelf is an agile publishing company. Were here because we want to improve the lives of developers. We do this by creating timely, practical titles, written by programmers for programmers.

Our Pragmatic courses, workshops, and other products can help you and your team create better software and have more fun. For more information, as well as the latest Pragmatic titles, please visit us at http://pragprog.com.

Our ebooks do not contain any Digital Restrictions Management, and have always been DRM-free. We pioneered the beta book concept, where you can purchase and read a book while its still being written, and provide feedback to the author to help make a better book for everyone. Free resources for all purchasers include source code downloads (if applicable), errata and discussion forums, all available on the book's home page at pragprog.com. Were here to make your life easier.

New Book Announcements

Want to keep up on our latest titles and announcements, and occasional special offers? Just create an account on pragprog.com (an email address and a password is all it takes) and select the checkbox to receive newsletters. You can also follow us on twitter as @pragprog.

About Ebook Formats

If you buy directly from pragprog.com, you get ebooks in all available formats for one price. You can synch your ebooks amongst all your devices (including iPhone/iPad, Android, laptops, etc.) via Dropbox. You get free updates for the life of the edition. And, of course, you can always come back and re-download your books when needed. Ebooks bought from the Amazon Kindle store are subject to Amazon's polices. Limitations in Amazon's file format may cause ebooks to display differently on different devices. For more information, please see our FAQ at pragprog.com/frequently-asked-questions/ebooks. To learn more about this book and access the free resources, go to https://pragprog.com/book/sbsockets, the book's homepage.

Thanks for your continued support,

Andy Hunt
The Pragmatic Programmers

Table of Contents
Copyright 2019, The Pragmatic Bookshelf.

Change History

The book youre reading is in beta. This means that we update itfrequently. Here is the list of the major changes that have been madeat each beta release of the book, with the most recent change first.

B3.0: October 18, 2019
  • We added a new chapter: Chapter 9,

  • Addressed errata. Thanks for all of your help and keep them coming!

B2.0: September 19, 2019
  • We added a new chapter: Chapter 8,

  • Addressed errata. Thanks for all of your help and keep them coming!

B1.0: August 28, 2019
  • Initial beta release.

Copyright 2019, The Pragmatic Bookshelf.

Introduction

I remember working on the first production-facing Elixir application I wroteit was a real-time application todrive an innovative new feature for our platform. Excitement, curiosity, and a goodbit of nervousness led me through that project. It was a trial by fire as the applicationwould receive more requests per minute than any other part of our platform. It still stands todaywithout much involvement needed over the past years.

I have gotten to work on many other real-time applications since that first project. Thelessons I learned were sometimes hard to come bya critical piece of the application wouldfail, applications would overuse resources like CPU and RAM, or I would code something in a non-optimal way.However, I was able to leverage the strong foundations of Elixir and Phoenix to solve any problem that appeared. Thisbook aims to collect the experience that I have gained working with Elixir and Phoenix Channelsover the last several years and distill it into the parts that matter most.

Elixir has changed the way that I think about, design, and code applications. The creators,community, and libraries empower me to think about code with a fresh perspective. My time withElixir has been filled with enthusiasm, to say the least. Throughout this book, I hope to share thatenthusiasm with you.

Who Should Read This Book?

Do you work on modern web applications? Do you want to build applications that are different than the traditional web model ofrequest-in response-out? Have you started working on Elixir or Phoenix projects and want to dive deeper into the ecosystem?

If any of these questions ring a bell for you, then you will probably have a good experience with this book. If not, youwill still find an interesting approach to modern applications in these pages.

This book is targeted at intermediate to advanced developers. There will be Elixir code snippets throughouteach chapter, but you will be guided through each of them in order to have working examples locally.This book will not teach you Elixirthere are other books out there that are suited for that task. However,you will quickly catch on if you have a small amount of existing Elixir or Phoenix knowledge. You will walkaway with a deep understanding of the real-time Phoenix stack.

About This Book

The three parts of this book build on each other to teach you about WebSockets, Phoenix Channels,and real-time application design. Part I focuses on the most important part of the real-time stack inElixirPhoenix Channels, WebSockets, and GenStage. Well cover a lot of ground in these chapters and youwill gain the foundations necessary to build real-time applications.

You will leverage the foundations from Part I when we work on a real-time application in Part II. You willadd real-time features to an e-commerce application that serves many users simultaneously. You will also getto work with some of the more advanced features of Phoenix, such as Phoenix Tracker.

Part III finishes the book with guidance on running real-time applications in production. The battle is onlybeginning when you write an application. You have to then keep it healthy and happy in production.

About the Code

Elixir is required for this book, although setup is a bit outside of this books focus. I recommend usinga version manager like asdf in order to get Phoenix setup.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Real-Time Phoenix (for steve)»

Look at similar books to Real-Time Phoenix (for steve). We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Real-Time Phoenix (for steve)»

Discussion, reviews of the book Real-Time Phoenix (for steve) and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.