#elixir #backend #api #pagination
Retrieving results from cursor-paginated endpoints in elixir
https://dev.to/coletiv/retrieving-results-from-cursor-paginated-endpoints-in-elixir-5f48
Retrieving results from cursor-paginated endpoints in elixir
https://dev.to/coletiv/retrieving-results-from-cursor-paginated-endpoints-in-elixir-5f48
DEV Community
Retrieving results from cursor-paginated endpoints in Elixir
If you’re familiar with using external API calls for your coding needs, there’s probably been a time...
#elixir #phoenix #learning #thisweekilearned
Simultaneously looping over two collections in elixir
https://dev.to/noelworden/synchronously-looping-over-two-collections-in-elixir-594j
Simultaneously looping over two collections in elixir
https://dev.to/noelworden/synchronously-looping-over-two-collections-in-elixir-594j
DEV Community
Simultaneously Looping Over Two Collections in Elixir
Last week I came across a block of code during a code review that had a hint of code smell, and altho...
#elixir #aws #backend #websockets
Using websockets with cookie-based authentication
https://dev.to/coletiv/using-websockets-with-cookie-based-authentication-fg6
Using websockets with cookie-based authentication
https://dev.to/coletiv/using-websockets-with-cookie-based-authentication-fg6
DEV Community
Using WebSockets With Cookie-Based Authentication
Before diving into the details of the problem lets first have a small recap about these two topics: W...
#elixir
Replacing country flag icons for emojis in a phoenix web application
https://blog.kommit.co/replacing-country-flag-icons-for-emojis-in-a-phoenix-web-application-5b5afcb63b58
Replacing country flag icons for emojis in a phoenix web application
https://blog.kommit.co/replacing-country-flag-icons-for-emojis-in-a-phoenix-web-application-5b5afcb63b58
Medium
Replacing country flag icons for emojis in a Phoenix web application
Or how I tried to remove the overhead of adding flags to an HTML select input by using emojis
#elixir
3 simple things that make elixir a pleasure to use (and one that doesn’t)
https://medium.com/@verifiablee/3-simple-things-that-make-elixir-a-pleasure-to-use-and-one-that-doesnt-8cd9d28e89a8
3 simple things that make elixir a pleasure to use (and one that doesn’t)
https://medium.com/@verifiablee/3-simple-things-that-make-elixir-a-pleasure-to-use-and-one-that-doesnt-8cd9d28e89a8
Medium
3 Simple Things That Make Elixir a Pleasure to Use (and One That Doesn’t)
As I wrote about previously, I’ve been using Elixir for the past several months to build out our new marking video automation platform. In…
#elixir #phoenix #liveview #airtable
Headless cms fun with phoenix liveview and airtable (pt. 3)
https://dev.to/bigardone/headless-cms-fun-with-phoenix-liveview-and-airtable-pt-3-1j11
Headless cms fun with phoenix liveview and airtable (pt. 3)
https://dev.to/bigardone/headless-cms-fun-with-phoenix-liveview-and-airtable-pt-3-1j11
DEV Community
Headless CMS fun with Phoenix LiveView and Airtable (pt. 3)
In the previous part, we generated the base application, and the Airtable API HTTP client to request...
#phoenix #authentication #bamboo #elixir
Learn elixir and phoenix: add authentication
https://dev.to/oliverandrich/learn-elixir-and-phoenix-add-authentication-55kl
Learn elixir and phoenix: add authentication
https://dev.to/oliverandrich/learn-elixir-and-phoenix-add-authentication-55kl
DEV Community
Learn Elixir and Phoenix: Add authentication
Post number three in my series to learn Elixir and Phoenix. This time I will add user registration...
#elixir
Build a performant autocomplete using phoenix liveview and alpine.js
https://medium.com/@benvp/build-a-performat-autocomplete-using-phoenix-liveview-and-alpine-js-8bcbbed17ba7
Build a performant autocomplete using phoenix liveview and alpine.js
https://medium.com/@benvp/build-a-performat-autocomplete-using-phoenix-liveview-and-alpine-js-8bcbbed17ba7
Medium
Build a performant autocomplete using Phoenix LiveView and Alpine.js
One would think creating an autocomplete (or typeahead) field is something which has been solved a bazillion times before. And yes, there…
#elixir
Integrating vis.js with phoenix live view
https://medium.com/@noozo/integrating-vis-js-with-phoenix-live-view-91aaae4b3b03
Integrating vis.js with phoenix live view
https://medium.com/@noozo/integrating-vis-js-with-phoenix-live-view-91aaae4b3b03
Medium
Integrating vis.js with Phoenix Live View
One of the projects at my company required us to show a directed graph representation of a flow that happens inside that service and…
#elixir
How to send email from phoenix in 4 easy steps
https://medium.com/by-graffino/how-to-send-email-from-phoenix-in-4-easy-steps-a71c1f555936
How to send email from phoenix in 4 easy steps
https://medium.com/by-graffino/how-to-send-email-from-phoenix-in-4-easy-steps-a71c1f555936
Medium
How to send email from Phoenix in 4 easy steps
Sooner or later your application will have to send out emails promoting its features or simply deliver notifications. Sending out emails…
#elixir
How to download files from google drive using elixir
https://medium.com/@noozo/how-to-download-files-from-google-drive-using-elixir-208aec5c5470
How to download files from google drive using elixir
https://medium.com/@noozo/how-to-download-files-from-google-drive-using-elixir-208aec5c5470
Medium
How to download files from Google Drive using Elixir
The documentation around downloading a file from a Google Drive account is a bit spread out, so i figured i could make a mini tutorial on…
#elixir
Looking to start programming, try this
https://medium.com/@JohnStamates/looking-to-start-programming-try-this-66a2140086e2
Looking to start programming, try this
https://medium.com/@JohnStamates/looking-to-start-programming-try-this-66a2140086e2
Medium
Looking to start programming, try this…
Answers to the questions “What language should I choose?”, “Where should I start?”, “What are some good resources to use?” and more…
#elixir
Deploy a phoenix (elixir) application on google cloud platform compute engine
https://medium.com/@thomastrividic/deploy-a-phoenix-elixir-application-on-google-cloud-platform-compute-engine-c440c8c337ba
Deploy a phoenix (elixir) application on google cloud platform compute engine
https://medium.com/@thomastrividic/deploy-a-phoenix-elixir-application-on-google-cloud-platform-compute-engine-c440c8c337ba
Medium
Deploy a Phoenix (Elixir) application on Google Cloud Platform Compute Engine
Introduction
#aws #devops #elixir
Circleci + aws how to create ci/cd pipeline from scratch part 0 - preparation
https://dev.to/evanilukhin/circleci-aws-how-to-create-ci-cd-pipeline-from-scratch-part-0-preparation-59ni
Circleci + aws how to create ci/cd pipeline from scratch part 0 - preparation
https://dev.to/evanilukhin/circleci-aws-how-to-create-ci-cd-pipeline-from-scratch-part-0-preparation-59ni
DEV Community
CircleCI + AWS How to create CI/CD pipeline from scratch Part 0 - Preparation
Introduction In this series of posts, I'm going to show how to set up the CI/CD environmen...
#aws #devops #elixir
CircleCI + AWS How to create CI/CD pipeline from scratch Part 1 - Build and push images
https://dev.to/evanilukhin/circleci-aws-how-to-create-ci-cd-pipeline-from-scratch-part-1-build-and-push-images-511d
CircleCI + AWS How to create CI/CD pipeline from scratch Part 1 - Build and push images
https://dev.to/evanilukhin/circleci-aws-how-to-create-ci-cd-pipeline-from-scratch-part-1-build-and-push-images-511d
DEV Community
CircleCI + AWS How to create CI/CD pipeline from scratch Part 1 - Build and push images
Prepare environment for containers Create an IAM user Right after the creation...
#aws #devops #elixir
CircleCI + AWS How to create CI/CD pipeline from scratch Part 2 - Setup and update servers
https://dev.to/evanilukhin/circleci-aws-how-to-create-ci-cd-pipeline-from-scratch-part-2-setup-and-update-servers-47bl
CircleCI + AWS How to create CI/CD pipeline from scratch Part 2 - Setup and update servers
https://dev.to/evanilukhin/circleci-aws-how-to-create-ci-cd-pipeline-from-scratch-part-2-setup-and-update-servers-47bl
DEV Community
CircleCI + AWS How to create CI/CD pipeline from scratch Part 2 - Setup and update servers
After all previous steps, you've got the images that are stored inside the ECR and the script that au...