poeticoding
About Me
Elixir
AWS S3 in Elixir with ExAws
We setup the AWS account, configure ExAws, put, list, get and delete objects. Upload large files with multipart uploads,...
Elixir
28, Nov 2019
Understanding Phoenix LiveView: build a Gallery app
In this article we see how to build a Gallery app with Phoenix LiveView and implement an automatic slideshow...
Phoenix LiveView
20, Nov 2019
The Primitives of Phoenix LiveView
Focus on LiveView's primitives: the bricks we need to know to building a real-time app with this technology. We...
Phoenix LiveView
12, Nov 2019
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
Creating Thumbnails of uploaded Images and PDF in Phoenix
We see how to create thumbnails of Images and PDFs in Elixir and Phoenix, using ImageMagick and Mogrify.
Phoenix
15, 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
Hashing a File in Elixir
What is a hash function and how to calculate the hash strings and files in Elixir, using functions in...
Elixir
10, Apr 2019
Elixir Stream and large HTTP responses: processing text
Part 1 – Elixir Stream to process large HTTP responses on the fly Part 2 – this article You...
Elixir
03, Apr 2019
Elixir Streams to process large HTTP responses on the fly
Transforming an HTTPoison async response into an Elixir Stream, to easily process large remote files on the fly, gaining...
Elixir
27, Mar 2019
The Primitives of Elixir Concurrency: a Full Example
We see how to fully implement concurrent HTTP calls, using just spawn, send and received along with HTTPoison. We...
Elixir
19, Mar 2019
Hey Process, there is a Message for you!
Messages are a fundamental part of concurrency in Elixir. In this article we see how messaging and mailboxes ....
Elixir
13, Mar 2019
Spawning processes in Elixir, a gentle introduction to concurrency
In this article I introduce concurrency and show how we can start making our code concurrent in Elixir, using...
Elixir
06, Mar 2019
First
1
2
3
Last