#elixir #webdev #tutorial
How to write a super fast link shortener with mnesia
https://dev.to/bnchrch/how-to-write-a-super-fast-link-shortener-with-mnesia-4d4g
How to write a super fast link shortener with mnesia
https://dev.to/bnchrch/how-to-write-a-super-fast-link-shortener-with-mnesia-4d4g
DEV Community
How to write a super fast link shortener with Mnesia
Let's start this monthβs tutorial with two statements that are going to get me in trouble: Elixi...
#elixir #webdev #tutorial #aws
Deploying elixir (1 of 3): building releases with mix
https://dev.to/jonlunsford/deploying-elixir-1-of-3-building-releases-with-mix-1o4a
Deploying elixir (1 of 3): building releases with mix
https://dev.to/jonlunsford/deploying-elixir-1-of-3-building-releases-with-mix-1o4a
DEV Community
Deploying Elixir (1 of 3): Building Releases With Mix
Build elixir releases locally with Docker & Mix. First in a series of 3 posts on deploying Elixir.
#elixir #webdev #tutorial #aws
Deploying elixir (2 of 3): terraforming an aws ec2 instance
https://dev.to/jonlunsford/deploying-elixir-2-of-3-terraforming-an-aws-ec2-instance-1nh5
Deploying elixir (2 of 3): terraforming an aws ec2 instance
https://dev.to/jonlunsford/deploying-elixir-2-of-3-terraforming-an-aws-ec2-instance-1nh5
DEV Community
Deploying Elixir (2 of 3): Terraforming an AWS EC2 Instance
Prepare an EC2 instance with Terraform for elixir deployment. Second in a series of three posts on deploying Elixir.
#elixir #webdev #aws #tutorial
Deploying elixir (3 of 3): provisioning ec2 with ansible
https://dev.to/jonlunsford/deploying-elixir-3-of-3-provisioning-ec2-with-ansible-10o4
Deploying elixir (3 of 3): provisioning ec2 with ansible
https://dev.to/jonlunsford/deploying-elixir-3-of-3-provisioning-ec2-with-ansible-10o4
DEV Community
Deploying Elixir (3 of 3): Provisioning EC2 With Ansible
Provision an EC2 instance with Ansible for elixir deployment. third in a series of three posts on deploying Elixir.
#elixir #phoenix #webdev #monitoring
Visualize your elixir/phoenix app with llama logs
https://dev.to/bakenator/visualize-your-elixir-phoenix-app-with-llama-logs-43nn
Visualize your elixir/phoenix app with llama logs
https://dev.to/bakenator/visualize-your-elixir-phoenix-app-with-llama-logs-43nn
DEV Community
Visualize Your Elixir/Phoenix App with Llama Logs
About Do you ever wonder what is going on inside your Phoenix application? Struggle to r...
#elixir #docker #postgres #webdev
Development environment for elixir + phoenix with docker and docker-compose
https://dev.to/hlappa/development-environment-for-elixir-phoenix-with-docker-and-docker-compose-2g17
Development environment for elixir + phoenix with docker and docker-compose
https://dev.to/hlappa/development-environment-for-elixir-phoenix-with-docker-and-docker-compose-2g17
DEV Community
Development environment for Elixir + Phoenix with Docker and Docker-compose
I've been following Elixir, Phoenix and Docker for a two years now. I Started with small demos and ex...
#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 #webdev
Use ecto embedded schemas to back phoenix forms
https://dev.to/mattpruitt/use-ecto-embedded-schemas-to-back-phoenix-forms-258n
Use ecto embedded schemas to back phoenix forms
https://dev.to/mattpruitt/use-ecto-embedded-schemas-to-back-phoenix-forms-258n
DEV Community
Use Ecto Embedded Schemas to Back Phoenix Forms
Phoenix has been pushing separation of concerns through it's defaults by generating project and proje...
#webdev #elixir #functional
Things elixir's phoenix framework does right
https://dev.to/scorpil/things-elixir-s-phoenix-framework-does-right-de7
Things elixir's phoenix framework does right
https://dev.to/scorpil/things-elixir-s-phoenix-framework-does-right-de7
DEV Community
Things Elixir's Phoenix Framework Does Right
I dabbled in Phoenix for a while now, but never really got my hands dirty with it right up until now....
#programming #webdev #rust #elixir
Using Rust with Elixir for code reuse and performance
https://dev.to/doctave/using-rust-with-elixir-for-code-reuse-and-performance-3ic5
Using Rust with Elixir for code reuse and performance
https://dev.to/doctave/using-rust-with-elixir-for-code-reuse-and-performance-3ic5
DEV Community
Using Rust with Elixir for code reuse and performance
Doctave.com is primarily built on the Elixir language. Specifically the Phoenix Web framework. Some...
#elixir #functional #phoenix #webdev #software #coding #development #engineering #inclusive #community
Diving into the macros that make Phoenix controllers work
https://dev.to/brewinstallbuzzwords/diving-into-the-macros-that-make-phoenix-controllers-work-4k0h
Diving into the macros that make Phoenix controllers work
https://dev.to/brewinstallbuzzwords/diving-into-the-macros-that-make-phoenix-controllers-work-4k0h
DEV Community
Diving into the macros that make Phoenix controllers work
Youβve made a Phoenix controller before, but do you know how it actually works? Letβs explore some...
#elixir #liveview #webdev #surfaceui #software #coding #development #engineering #inclusive #community
Single source of truth with Phoenix LiveView
https://dev.to/herminiotorres/single-source-of-truth-with-phoenix-liveview-57mm
Single source of truth with Phoenix LiveView
https://dev.to/herminiotorres/single-source-of-truth-with-phoenix-liveview-57mm
DEV Community
Single source of truth with Phoenix LiveView
I have worked with Phoenix LiveView and Surface-UI for about a year; I would like to share some of...
#elixir #phoenix #router #webdev #software #coding #development #engineering #inclusive #community
Use Verified Routes in Phoenix 1.7+
https://dev.to/neophen/use-verified-routes-in-phoenix-17-2p8p
Use Verified Routes in Phoenix 1.7+
https://dev.to/neophen/use-verified-routes-in-phoenix-17-2p8p
DEV Community
Use Verified Routes in Phoenix 1.7+
Phoenix 1.7+ includes the Verified Routes, which provides compile-time checks of your router paths....
#webdev #elixir #svelte #tutorial #software #coding #development #engineering #inclusive #community
E2E Reactivity using Svelte with Phoenix LiveView
https://dev.to/debussyman/e2e-reactivity-using-svelte-with-phoenix-liveview-38mf
E2E Reactivity using Svelte with Phoenix LiveView
https://dev.to/debussyman/e2e-reactivity-using-svelte-with-phoenix-liveview-38mf
DEV Community
E2E Reactivity using Svelte with Phoenix LiveView
This post is based on a talk given at ElixirConf 2022 Svelte is a reactive JS framework that is...
#elixir #webdev #beginners #programming #software #coding #development #engineering #inclusive #community
Why I selected Elixir and Phoenix as my main stack
https://dev.to/clsource/why-i-selected-elixir-and-phoenix-as-my-main-stack-3i4a
Why I selected Elixir and Phoenix as my main stack
https://dev.to/clsource/why-i-selected-elixir-and-phoenix-as-my-main-stack-3i4a
DEV Community
Why I selected Elixir and Phoenix as my main stack
This is just a personal journey documentation on how I decided to use my current tech stack. Over...