#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...
#elixir
How to build a blockchain in elixir part-2
https://medium.com/@y316nitk/how-to-build-a-blockchain-in-elixir-part-2-5c99ea9a7733
How to build a blockchain in elixir part-2
https://medium.com/@y316nitk/how-to-build-a-blockchain-in-elixir-part-2-5c99ea9a7733
Medium
How to build a blockchain in Elixir part-2
So we are building a blockchain in Elixir, in case you have jumped here directly please make sure you have read the part-1.
#elixir
How to build a blockchain in elixir part-3
https://medium.com/@y316nitk/how-to-build-a-blockchain-in-elixir-part-3-cf23d25d5b
How to build a blockchain in elixir part-3
https://medium.com/@y316nitk/how-to-build-a-blockchain-in-elixir-part-3-cf23d25d5b
Medium
How to build a blockchain in elixir part-3
In this part, we are going to move further from our previous post and build our own blockchain and now we are going to validate our chain…
#elixir #phoenix #webdev #functional
Blazing with phoenix: project structure
https://dev.to/pedromtavares/blazing-with-phoenix-project-structure-463l
Blazing with phoenix: project structure
https://dev.to/pedromtavares/blazing-with-phoenix-project-structure-463l
DEV Community
Blazing with Phoenix: Project Structure
In this article, we'll be using Phoenix, a web framework written in the Elixir programming language....
#elixir #rails #phoenixframework #beginners
Phoenix for rails developers: a practical example - part 1
https://dev.to/rootstrap/phoenix-for-rails-developers-a-practical-example-part-1-45fp
Phoenix for rails developers: a practical example - part 1
https://dev.to/rootstrap/phoenix-for-rails-developers-a-practical-example-part-1-45fp
DEV Community
Phoenix for Rails developers: a practical example - Part 1
This is an introductory post to Phoenix, Elixir's web framework. It is not intended to be a complete...
#elixir #rails #phoenixframework #beginners
Phoenix for rails developers: a practical example - part 2
https://dev.to/brunvez/phoenix-for-rails-developers-a-practical-example-part-2-374k
Phoenix for rails developers: a practical example - part 2
https://dev.to/brunvez/phoenix-for-rails-developers-a-practical-example-part-2-374k
DEV Community
Phoenix for Rails developers: a practical example - Part 2
Introduction In the first part of this blog post we talked about how Rails and Phoenix com...