knewter
Deploying a Phoenix App with Gatling
I wrote up a free episode on how to deploy a Phoenix app with Gatling to a DigitalOcean droplet. Hope it’s useful to someone. Thing I’m not happy with: build tools on the box.
https://www.dailydrip.com/topics/elixir/drips/deploying-a-phoenix-app-with-gatling
First Post!
yurko
Nice cast, thanks! I looked at gatling some time ago but it was too raw, looking at it now it seems the repo wasn’t updated for some time, interesting 
Anyway a small note: editing /etc/environment does not require reboot, logout and login is fine.
Popular in Screencasts
New
Playlist Here
New
This video is about the step by step guide to build packages with clear explanation of package files and registration procees to hex.pm
...
New
I made an episode about deploying with Gigalixir.
https://elixircasts.io/deploying-with-gigalixir
New
New
New
So cool!
@pragdave New (short) screencast about making pipelines more functional with anonymous functions. https://pragdave.me/blog/201...
New
Not sure if this is still going but adding it for completeness.
Who Is This For?
You’re a programmer. You’ve heard of Elixir and ...
New
Hey friends,
I’ve just published a screencast + article on how to use AWS S3 in Elixir with ExAws.
I show how to put, get, list and del...
New
For 2021, I decided to start a YouTube channel about coding with Elixir! Hurray!
I learn best by teaching others, which is why I “challe...
New
Other popular topics
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
New
In Ruby, I can go:
User.find_by(email: "foobar@email.com").update(email: "hello@email.com")
How can I do something similar in Elixir? ...
New
Credo is smart enough to check for (something like) this:
assert length(the_list) == 0
with this response:
Checking if an enum is empt...
New
In the Dialyzer docs ( http://erlang.org/doc/man/dialyzer.html#requesting-or-suppressing-warnings-in-source-files ), there is a way to tu...
New
Hello all!
I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
As a follow up to my earlier question:
I have the code compiling and running but not getting a successful login from the rest server. ...
New
As many of you may have realized by now (sorry for all the posts here) I’ve been working on a db problem where I’m trying to aggregate a ...
New
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible.
total = 10
while total != 0
...
New
Hello, I have map which I want to convert it to string like this:
the map:
%{last_name: "tavakkoli", name: "shahryar"}
the string I ne...
New
After calling mix ecto.create I get this error:
17:00:32.162 [error] GenServer #PID<0.412.0> terminating
** (Postgrex.Error) FATAL...
New







