#elixir #phoenixframework #websocket
Killing all socket connections for a user in phoenix framework
https://dev.to/sergiotapia/killing-all-socket-connections-for-a-user-in-phoenix-framework-2376
Killing all socket connections for a user in phoenix framework
https://dev.to/sergiotapia/killing-all-socket-connections-for-a-user-in-phoenix-framework-2376
The Practical Dev
Killing all socket connections for a user in Phoenix Framework
#elixir #phoenixframework #s3 #uploads
Phoenix framework — direct uploading to amazon s3.
https://dev.to/sergiotapia/phoenix-frameworkdirect-uploading-to-amazon-s3-11a2
Phoenix framework — direct uploading to amazon s3.
https://dev.to/sergiotapia/phoenix-frameworkdirect-uploading-to-amazon-s3-11a2
The Practical Dev
Phoenix Framework — Direct Uploading to Amazon S3.
#ecto #elixir
A sneak peek at ecto 3.0: breaking changes
http://blog.plataformatec.com.br/2018/10/a-sneak-peek-at-ecto-3-0-breaking-changes/
A sneak peek at ecto 3.0: breaking changes
http://blog.plataformatec.com.br/2018/10/a-sneak-peek-at-ecto-3-0-breaking-changes/
blog.plataformatec.com.br
A sneak peek at Ecto 3.0: breaking changes « Plataformatec Blog
Here, José Valim explains the major and minor changes to Ecto's more recent version: 3.0.
#elixir #postgres #pub_sub
In this post i would like to illustrate how to take advantage of the notify feature of postgres in
https://medium.com/@lorenzo_sinisi/in-this-post-i-would-like-to-illustrate-how-to-take-advantage-of-the-notify-feature-of-postgres-in-f5a919316f0b
In this post i would like to illustrate how to take advantage of the notify feature of postgres in
https://medium.com/@lorenzo_sinisi/in-this-post-i-would-like-to-illustrate-how-to-take-advantage-of-the-notify-feature-of-postgres-in-f5a919316f0b
Medium
How to use Postgres NOTIFY PubSub with Elixir/Phoenix
“The NOTIFY command sends a notification event together with an optional “payload” string to each client application that has previously…
#graphql #elixir #programming #how_to
How to upload files with graphql absinthe and apollo client. part 1
https://medium.com/@youclavier/how-to-upload-files-with-graphql-absinthe-and-apollo-client-part-1-e16265037270
How to upload files with graphql absinthe and apollo client. part 1
https://medium.com/@youclavier/how-to-upload-files-with-graphql-absinthe-and-apollo-client-part-1-e16265037270
Medium
How to upload files with GraphQL Absinthe and Apollo Client. Part 1
Introduction
#elixir #functional_programming #learning_and_development #erlang_solutions #changing_ourselves
Going functional: our team is experimenting with elixir
https://medium.com/@asolvi/going-functional-our-team-is-experimenting-with-elixir-78b5826447ed
Going functional: our team is experimenting with elixir
https://medium.com/@asolvi/going-functional-our-team-is-experimenting-with-elixir-78b5826447ed
Medium
Going Functional: Our Team is Experimenting with Elixir
TL;DR. We attempt to re-implement a core feature written in a legacy language, by experimenting with Elixir/OTP. We document this journey…
#elixir #engineering
Interesting bug when using anonymous functions with task.supervisor
https://dockyard.com/blog/2018/10/02/interesting-bug-when-using-anonymous-functions-with-task-supervisor
Interesting bug when using anonymous functions with task.supervisor
https://dockyard.com/blog/2018/10/02/interesting-bug-when-using-anonymous-functions-with-task-supervisor
#raspberry_pi #phoenix_framework #iot #elixir #nerves
Elixir nerves: setting up network, dns, ota upgrades, ssh access and debugging— part 2
https://medium.com/@adrian_ribao/setting-up-network-dns-ota-upgrades-ssh-access-and-debugging-part-2-17afca274027
Elixir nerves: setting up network, dns, ota upgrades, ssh access and debugging— part 2
https://medium.com/@adrian_ribao/setting-up-network-dns-ota-upgrades-ssh-access-and-debugging-part-2-17afca274027
Medium
Setting up network, DNS, OTA upgrades, SSH access and Debugging— Part 2
This follows the previous part Building a product based on an embedded device with Elixir, Nerves & Phoenix.
#elixir #software_development #software_engineering #learning_to_code
Planning an internal elixir hackathon
https://medium.com/chime-engineering/planning-an-internal-elixir-hackathon-2d0a6683bde8
Planning an internal elixir hackathon
https://medium.com/chime-engineering/planning-an-internal-elixir-hackathon-2d0a6683bde8
Medium
Planning an Internal Elixir Hackathon
One approach to sparking interest in a new language and framework at your company.
#elixir #whatsapp #phoenix #react #python
3 ways we’re using elixir to solve real problems
https://medium.com/mobileforgood/3-ways-were-using-elixir-to-solve-real-problems-bd62180b2bdc
3 ways we’re using elixir to solve real problems
https://medium.com/mobileforgood/3-ways-were-using-elixir-to-solve-real-problems-bd62180b2bdc
Medium
3 Ways We’re Using Elixir to Solve Real Problems
Elixir used for messaging, interactive web apps, and multi-tasking infrastructure tools.
#elixir #programming #software_development #postgres #database
How to use listen and notify postgresql commands in elixir?
https://blog.lelonek.me/listen-and-notify-postgresql-commands-in-elixir-187c49597851
How to use listen and notify postgresql commands in elixir?
https://blog.lelonek.me/listen-and-notify-postgresql-commands-in-elixir-187c49597851
Medium
How to use LISTEN and NOTIFY PostgreSQL commands in Elixir?
How can you benefit from LISTEN and NOTIFY postgres database features in Elixir applications?
#elixir #phoenix_framework
Using xref to 10x dev compile speed
https://medium.com/@brucepomeroy/using-xref-to-10x-dev-compile-speed-b152b70b2fdc
Using xref to 10x dev compile speed
https://medium.com/@brucepomeroy/using-xref-to-10x-dev-compile-speed-b152b70b2fdc
Medium
Using Elixir’s Xref to 10x Dev Compile Speed
I was making some changes in a view file. Phoenix was doing its thing and whenever I hit save it was recompiling and then reloading the…
#elixir
Implicit returning from with statements in elixir
https://dev.to/sergiotapia/implicit-returning-from-with-statements-in-elixir-3me4
Implicit returning from with statements in elixir
https://dev.to/sergiotapia/implicit-returning-from-with-statements-in-elixir-3me4
The Practical Dev
Implicit returning from with statements in Elixir