#elixir
Building a blockchain in elixir part-1
https://medium.com/@y316nitk/building-a-blockchain-in-elixir-part-1-4d4ed889525b
Building a blockchain in elixir part-1
https://medium.com/@y316nitk/building-a-blockchain-in-elixir-part-1-4d4ed889525b
Medium
Building a blockchain in Elixir part-1
Today we are going to build a blockchain in Elixir. We will build everything whatever a basic blockchain provides, concepts are simple and…
#elixir
The curious case of string.slice/3
https://medium.com/@adworse/the-curious-case-of-string-slice-3-de081c021e41
The curious case of string.slice/3
https://medium.com/@adworse/the-curious-case-of-string-slice-3-de081c021e41
#elixir
From php to elixir |> beginning
https://medium.com/@patrykwozinski/from-php-to-elixir-beginning-7eb5ba65d640
From php to elixir |> beginning
https://medium.com/@patrykwozinski/from-php-to-elixir-beginning-7eb5ba65d640
Medium
From PHP to Elixir |> beginning
Hi everyone! Welcome to my first post from the “From PHP to Elixir” series about changing the paradigm and programming language. I’d like to present to you my way to start learning a new tool that is…
#elixir
Testing a phoenix liveview that does an async operation after mount
https://medium.com/elixir-learnings/testing-a-phoenix-liveview-that-does-an-async-operation-after-mount-b8ec27e6c167
Testing a phoenix liveview that does an async operation after mount
https://medium.com/elixir-learnings/testing-a-phoenix-liveview-that-does-an-async-operation-after-mount-b8ec27e6c167
Medium
Testing a Phoenix LiveView that does an async operation after mount
I had a LiveView that was avoiding blocking mount by doing its side-effect (fetching data from a backend service) asynchronously. I…
#elixir
Phoenix liveview: working the 80/20 rule
https://medium.com/@voltron_18626/phoenix-liveview-working-the-80-20-rule-87b8d0623aa3
Phoenix liveview: working the 80/20 rule
https://medium.com/@voltron_18626/phoenix-liveview-working-the-80-20-rule-87b8d0623aa3
Medium
Phoenix LiveView: Working the 80/20 rule
We really like Elixir at GenUI. We initially used it (to great success) for an internal project, and have since used it to solve a few…
#docker #elixir #devops #thisweekilearned
A few caveats to running elixir tests in containers and ci
https://dev.to/noelworden/a-few-caveats-to-running-elixir-tests-in-containers-and-ci-21ef
A few caveats to running elixir tests in containers and ci
https://dev.to/noelworden/a-few-caveats-to-running-elixir-tests-in-containers-and-ci-21ef
DEV Community
A Few Caveats to Running Elixir Tests in Containers and CI
As a fitting follow up to last week's post dealing with proper database configuration and Docker cont...
#phoenix #beginners #elixir #mailer
Using bamboo to send emails in phoenix
https://dev.to/heerthees/using-bamboo-to-send-emails-in-phoenix-529d
Using bamboo to send emails in phoenix
https://dev.to/heerthees/using-bamboo-to-send-emails-in-phoenix-529d
DEV Community
Using Bamboo to Send Emails in Phoenix
I’ve never encountered a web application that doesn’t send emails to users! It’s so important. Let’s look into a popular mailing library called Bamboo and see how it can be used to trigger emails in our Phoenix web application.
#elixir
Use ecto embedded schemas to back phoenix forms
https://medium.com/@guitsaru/use-ecto-embedded-schemas-to-back-phoenix-forms-791accc7fe6b
Use ecto embedded schemas to back phoenix forms
https://medium.com/@guitsaru/use-ecto-embedded-schemas-to-back-phoenix-forms-791accc7fe6b
Medium
Use Ecto Embedded Schemas to Back Phoenix Forms
Phoenix has been pushing separation of concerns through it’s defaults by generating project and project_web directories and defaulting…
#elixir
Absinthe subscriptions with reasonml and urql
https://medium.com/@maartenvanvliet/absinthe-subscriptions-with-reasonml-and-urql-ae814a54a473
Absinthe subscriptions with reasonml and urql
https://medium.com/@maartenvanvliet/absinthe-subscriptions-with-reasonml-and-urql-ae814a54a473
Medium
Absinthe Subscriptions with ReasonML and Urql
Lately I’ve been looking into ReasonML as a language to pick up. In the past I’ve dabbled with Elm and really enjoyed it but it’s lack of…
#elixir #phoenix #liveview #google
How to use google maps with phoenix liveview
https://dev.to/coletiv/how-to-use-google-maps-with-phoenix-liveview-35e3
How to use google maps with phoenix liveview
https://dev.to/coletiv/how-to-use-google-maps-with-phoenix-liveview-35e3
DEV Community
How to use Google Maps with Phoenix LiveView
Howdy dear reader 🖖🏽, hope you are safe and healthy during these troubled times. During the past 3 ye...
#javascript #elixir #syntax #codenewbie
Elixir and javascript syntax comparison
https://dev.to/maartz/elixir-and-javascript-syntax-comparison-34md
Elixir and javascript syntax comparison
https://dev.to/maartz/elixir-and-javascript-syntax-comparison-34md
DEV Community
Elixir and Javascript syntax comparison
On a daily basis at work I use 2 languages. Java and Javascript. Doing Javascript everyday and learni...
#elixir #engineering
Page-specific javascript with liveview and webpack
https://dockyard.com/blog/2020/09/24/page-specific-javascript-with-liveview-and-webpack
Page-specific javascript with liveview and webpack
https://dockyard.com/blog/2020/09/24/page-specific-javascript-with-liveview-and-webpack
DockYard
Page-Specific JavaScript with LiveView and Webpack - DockYard
How to use webpack to conditionally load JavaScript assets for specific pages when working with LiveView
#compiler #elixir #phoenix
Speeding up re-compilation of elixir projects
https://dashbit.co/blog/speeding-up-re-compilation-of-elixir-projects
Speeding up re-compilation of elixir projects
https://dashbit.co/blog/speeding-up-re-compilation-of-elixir-projects
dashbit.co
Speeding up re-compilation of Elixir projects - Dashbit Blog
An overview of when files need to be re-compiled, what does that mean for a typical Phoenix project, and what we can do about it!
#elixir #engineering #web_development
Live streaming with liveview and mux (in under 70 lines of code)
https://dockyard.com/blog/2020/09/25/live-streaming-with-liveview-and-mux-in-under-70-lines-of-code
Live streaming with liveview and mux (in under 70 lines of code)
https://dockyard.com/blog/2020/09/25/live-streaming-with-liveview-and-mux-in-under-70-lines-of-code
DockYard
Live Streaming with LiveView and Mux (in under 70 lines of code) - DockYard
Using Phoenix LiveView and Mux to deliver on the promise of live-streamed video with minimal development effort
#elixir #docker #phoenix
Elixir + phoenix releases with docker multi-stage build
https://dev.to/hlappa/elixir-phoenix-releases-with-docker-multi-stage-build-1hfj
Elixir + phoenix releases with docker multi-stage build
https://dev.to/hlappa/elixir-phoenix-releases-with-docker-multi-stage-build-1hfj
DEV Community
Elixir + Phoenix releases with Docker multi-stage build
On my previous articles the main topics have focused to the local environment and development with El...