#guardian #ueberauth #authentication #phoenix #elixir #web
Authentication in elixir web applications with ueberauth and guardian: part 4
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-ueberauth-and-guardian-part-4
Authentication in elixir web applications with ueberauth and guardian: part 4
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-ueberauth-and-guardian-part-4
thoughtbot
Authentication in Elixir Web Applications with Ueberauth and Guardian: Part 4
Part 4 in a series on Ueberauth and Guardian authentication. Let users register and log in using OAuth providers like Google.
#elixir
How to define a function in elixir
https://medium.com/@karlo.smid/how-to-define-a-function-in-elixir-ed25d76fa7e1
How to define a function in elixir
https://medium.com/@karlo.smid/how-to-define-a-function-in-elixir-ed25d76fa7e1
Medium
How To Define A Function In Elixir
TL;DR
#elixir
Building a ride sharing app with elixir and phoenix channels — part 1
https://medium.com/@leo_hetsch/building-a-ride-sharing-app-with-elixir-and-phoenix-channels-part-1-17bbd292aec4
Building a ride sharing app with elixir and phoenix channels — part 1
https://medium.com/@leo_hetsch/building-a-ride-sharing-app-with-elixir-and-phoenix-channels-part-1-17bbd292aec4
Medium
Building a Ride Sharing App with Elixir and Phoenix Channels — Part 1
Real-time is everywhere now. It doesn’t matter which kind of application you want to build — a chat, a shared documents service like…
#elixir
18 of the best elixir resources available online in 2020
https://medium.com/@foxboxdigital/18-of-the-best-elixir-resources-available-online-in-2020-75c5e9b45e50
18 of the best elixir resources available online in 2020
https://medium.com/@foxboxdigital/18-of-the-best-elixir-resources-available-online-in-2020-75c5e9b45e50
Medium
18 Of The Best Elixir Resources Available Online in 2020
Our collection of the most useful resources to become an Elixir expert
#elixir
Building a ride sharing app with elixir and phoenix channels — part 2
https://medium.com/@leo_hetsch/building-a-ride-sharing-app-with-elixir-and-phoenix-channels-part-2-659aa2f24808
Building a ride sharing app with elixir and phoenix channels — part 2
https://medium.com/@leo_hetsch/building-a-ride-sharing-app-with-elixir-and-phoenix-channels-part-2-659aa2f24808
Medium
Building a Ride Sharing App with Elixir and Phoenix Channels — Part 2
In this tutorial, we’ll see how to build the basic blocks of a real-time ride-sharing backend, using Elixir, Phoenix Channels and Presence
#elixir
How to make custom page title in phoenix framework
https://medium.com/@alexfilatov/how-to-make-custom-page-title-in-phoenix-framework-5d2139f1a8fc
How to make custom page title in phoenix framework
https://medium.com/@alexfilatov/how-to-make-custom-page-title-in-phoenix-framework-5d2139f1a8fc
Medium
How to make custom page title in Phoenix Framework
When we build a web project we need to make every page unique, to bring user best experience and page title is the first thing user see…
#elixir
How to locally test arc ecto schema
https://medium.com/@karlo.smid/how-to-locally-test-arc-ecto-schema-4202c31520f2
How to locally test arc ecto schema
https://medium.com/@karlo.smid/how-to-locally-test-arc-ecto-schema-4202c31520f2
Medium
How To Locally Test Arc Ecto Schema
TL;DR
#elixir
Building a city search with elixir and python
https://medium.com/@paulgoetze/building-a-city-search-with-elixir-and-python-4e64e482c548
Building a city search with elixir and python
https://medium.com/@paulgoetze/building-a-city-search-with-elixir-and-python-4e64e482c548
Medium
Building a City Search with Elixir and Python
In this “let’s-combine-languages” experiment I show how to build a file-based fulltext search index for cities using Elixir and Whoosh
#elixir
Building a ride sharing app with elixir and phoenix channels — part 3
https://medium.com/@leo_hetsch/building-a-ride-sharing-app-with-elixir-and-phoenix-channels-part-3-811a7999465f
Building a ride sharing app with elixir and phoenix channels — part 3
https://medium.com/@leo_hetsch/building-a-ride-sharing-app-with-elixir-and-phoenix-channels-part-3-811a7999465f
Medium
Building a Ride Sharing App with Elixir and Phoenix Channels — Part 3
In this tutorial, we’ll see how to build the basic blocks of a real-time ride-sharing backend, using Elixir, Phoenix Channels and Presence
#elixir
Sending phoenix 1.5 metrics to influxdb
https://medium.com/@marcdel/sending-phoenix-1-5-metrics-to-influxdb-20980b20e9aa
Sending phoenix 1.5 metrics to influxdb
https://medium.com/@marcdel/sending-phoenix-1-5-metrics-to-influxdb-20980b20e9aa
Medium
Sending Phoenix 1.5 metrics to InfluxDb
As I mentioned in the previous post, one of the downsides to the new Phoenix live dashboard is that the metrics and graphs are transient…
#elixir
I can do all things through postgres: lessons for the elixir programmer
https://medium.com/@toddresudek/i-can-do-all-things-through-postgres-lessons-for-the-elixir-programmer-400fd805c23a
I can do all things through postgres: lessons for the elixir programmer
https://medium.com/@toddresudek/i-can-do-all-things-through-postgres-lessons-for-the-elixir-programmer-400fd805c23a
Medium
I can do all things through Postgres: Lessons for the Elixir programmer
If you have even a cursory knowledge of the Bible, you might recognize that tongue-in-cheek title paraphrased from Philippians 4:13. While…
#elixir
Linear regression with elixir, phoenix and liveview. part i
https://medium.com/@tiemenwaterreus/linear-regression-with-elixir-phoenix-and-liveview-part-i-da8d378bbabb
Linear regression with elixir, phoenix and liveview. part i
https://medium.com/@tiemenwaterreus/linear-regression-with-elixir-phoenix-and-liveview-part-i-da8d378bbabb
Medium
Linear Regression with Elixir, Phoenix and LiveView. Part I
Phoenix LiveView has been around for a bit, but with the release of Phoenix 1.5 it became even easier to get started with it in a new…