phoenix

Yet Another Guide To Build a JSON API with Phoenix 1.5
Step-by-step guide how to build a polling api in Elixir and Phoenix 1.5.
Phoenix
06, Oct 2020
How to Setup Phoenix LiveView
how to get started with Phoenix LiveView by creating a new Phoenix app and going through the LiveView setup
Elixir
29, Oct 2019
Phoenix LiveView live_link
How to use live_link and understand when to use live_link and when live_redirect. Inspecting the messages between LiveView and...
Phoenix
26, Jun 2019
Phoenix LiveView – Change the URL without refreshing the page
Phoenix LiveView pushstate support bring the ability to change the URL without refreshing the page. This functionality is pretty...
Phoenix
19, Jun 2019
Dealing with long-running HTTP Requests and Timeouts in Phoenix
When processing a HTTP request takes too long, Phoenix closes the connection. In this article we see how to...
Phoenix
01, May 2019
Step-by-Step Tutorial to Build a Phoenix App that Supports User Upload
A step-by-step tutorial we see in depth how to build a Phoenix app from scratch, letting users upload their...
Elixir
17, Apr 2019
Connecting Elixir Nodes with libcluster, locally and on Kubernetes
We are going to see how to cluster Elixir and Phoenix nodes with libcluster, locally and on Kubernetes using...
Elixir
06, Feb 2019
Distributed Phoenix Chat with PubSub PG2 adapter
In this article we see how to cluster Phoenix Chat nodes, using distributed Elixir. We see how pg2 works...
Phoenix
30, Jan 2019
Distributed Phoenix Chat using Redis PubSub
In this article we'll see how to scale horizontally the Phoenix Chat app, using Redis and a Phoenix PubSub...
Phoenix
23, Jan 2019
Create a High-Availability Kubernetes Cluster on AWS with Kops
In this article we see how to create a High-Availability Kubernetes cluster on AWS with Kops and deploy a...
Kubernetes
16, Jan 2019