#elixir #phoenix #oauth #google_oauth
Setting up google oauth in phoenix ▶▶▶
https://medium.com/@rrugamba/setting-up-google-oauth-in-phoenix-9167595f5fb7
Setting up google oauth in phoenix ▶▶▶
https://medium.com/@rrugamba/setting-up-google-oauth-in-phoenix-9167595f5fb7
Medium
setting up google OAuth in phoenix ▶▶▶
Its been almost a week or so learning the phoenix framework and elixir. I’ve gotten a bit of understanding on how the framework uses the…
#web_development #elixir #web_performance
Serving assets using a cdn for elixir/phoenix apps: a step-by-step guide
https://medium.com/heresy-dev/serving-assets-using-a-cdn-for-elixir-phoenix-apps-a-step-by-step-guide-207997db356d
Serving assets using a cdn for elixir/phoenix apps: a step-by-step guide
https://medium.com/heresy-dev/serving-assets-using-a-cdn-for-elixir-phoenix-apps-a-step-by-step-guide-207997db356d
Medium
Serving assets using a CDN for Elixir/Phoenix apps: A step-by-step guide
Content Delivery Networks (or CDNs from now on) are — surprise! — great at delivering web content over the network 😄 Rather than hitting…
#cloud_computing #elixir #minio #aws #phoenix
Elixir vs object storage in aws s3 style
https://medium.com/@quatermain32/elixir-vs-object-storage-in-aws-s3-style-baba76830543
Elixir vs object storage in aws s3 style
https://medium.com/@quatermain32/elixir-vs-object-storage-in-aws-s3-style-baba76830543
Medium
Elixir vs Object storage in AWS S3 style
We had couple of problems with file storage for our Phoenix app. So I decided to use AWS S3. But!!! We have couple of issues with AWS S3…