#guardian #ueberauth #authentication #phoenix #elixir #web
Authentication in elixir web applications with ueberauth and guardian: part 2
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-guardian-part-2
Authentication in elixir web applications with ueberauth and guardian: part 2
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-guardian-part-2
thoughtbot
Authentication in Elixir Web Applications with Ueberauth and Guardian: Part 2
Part 2 in a series on Ueberauth and Guardian authentication. Let your users create accounts with an email address and password using Ueberauth and Guardian.
#elixir
Web scraping with elixir and crawly. browser rendering.
https://medium.com/@oltarasenko/web-scraping-with-elixir-and-crawly-browser-rendering-afcaacf954e8
Web scraping with elixir and crawly. browser rendering.
https://medium.com/@oltarasenko/web-scraping-with-elixir-and-crawly-browser-rendering-afcaacf954e8
Medium
Web scraping with Elixir and Crawly. Browser rendering.
Learn how to crawl and extract data from dynamic (JavaScript based) websites with the help of Elixir and Crawly
#elixir #ecto #phoenix
Dissecting "data" and "changes" fields in ecto.changeset
https://dev.to/lessless/dissecting-data-and-changes-fields-in-ecto-changeset-n4n
Dissecting "data" and "changes" fields in ecto.changeset
https://dev.to/lessless/dissecting-data-and-changes-fields-in-ecto-changeset-n4n
DEV Community
Difference between "data" and "changes" fields in Ecto.Changeset
Have you ever been confused about all the different fields in the Ecto Changeset structure? Today we...
#guardian #ueberauth #authentication #phoenix #elixir #web
Authentication in elixir web applications with ueberauth and guardian: part 3
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-guardian-part-3
Authentication in elixir web applications with ueberauth and guardian: part 3
https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-guardian-part-3
thoughtbot
Authentication in Elixir Web Applications with Ueberauth and Guardian: Part 3
Part 3 in a series on Ueberauth and Guardian authentication. Let you users log in and log out of their existing accounts.
#elixir
How to protect amazon s3 media links with elixir and arc
https://medium.com/coletiv-stories/how-to-protect-amazon-s3-media-links-with-elixir-and-arc-f040c9d3da80
How to protect amazon s3 media links with elixir and arc
https://medium.com/coletiv-stories/how-to-protect-amazon-s3-media-links-with-elixir-and-arc-f040c9d3da80
Medium
How to Protect Amazon S3 Media Links with Elixir and Arc
A good way to secure your files stored in the cloud is by using a signed URL.
#elixir
Deploy on ubuntu with mix release and github actions (without docker)
https://medium.com/elixir-bytes/deploy-on-ubuntu-with-mix-release-and-github-actions-c0fc31a7ef02
Deploy on ubuntu with mix release and github actions (without docker)
https://medium.com/elixir-bytes/deploy-on-ubuntu-with-mix-release-and-github-actions-c0fc31a7ef02
Medium
Deploy on Ubuntu with mix release and Github Actions (without Docker)
Right now we are all aware of the great job done with mix release to assemble self-contained releases for your current Elixir project.
#elixir
Questions for bitstring, binary, charlist, and string in elixir — part 3: string and charlist
https://medium.com/@qhwa_85848/questions-for-bitstring-binary-charlist-and-string-in-elixir-part-3-string-and-charlist-a317b85aff30
Questions for bitstring, binary, charlist, and string in elixir — part 3: string and charlist
https://medium.com/@qhwa_85848/questions-for-bitstring-binary-charlist-and-string-in-elixir-part-3-string-and-charlist-a317b85aff30
Medium
Questions for BitString, Binary, Charlist, and String in Elixir — Part 3: String and Charlist
This is the third group of questions of the serial:
#elixir
Questions for bitstring, binary, charlist, and string in elixir — part 2: binary (or bytes)
https://medium.com/@qhwa_85848/questions-for-bitstring-binary-charlist-and-string-in-elixir-part-2-binary-or-bytes-687315789030
Questions for bitstring, binary, charlist, and string in elixir — part 2: binary (or bytes)
https://medium.com/@qhwa_85848/questions-for-bitstring-binary-charlist-and-string-in-elixir-part-2-binary-or-bytes-687315789030
Medium
Questions for BitString, Binary, Charlist, and String in Elixir — Part 2: Binary (or bytes)
part 1. BitString (or bits) part 2. Binary (or bytes) part 3. String and Charlist
#elixir
How to cache api response using cachex — elixir?
https://medium.com/@sahilpaudel/how-to-cache-api-response-using-cachex-elixir-b3478d95aaed
How to cache api response using cachex — elixir?
https://medium.com/@sahilpaudel/how-to-cache-api-response-using-cachex-elixir-b3478d95aaed
Medium
How to cache API response using Cachex — Elixir?
In this article, I am going to tell you, how I used cachex to cache the API response in Elixir application.
#elixir
Using websockets with cookie-based authentication
https://medium.com/coletiv-stories/using-websockets-with-cookie-based-authentication-7e4bb9262898
Using websockets with cookie-based authentication
https://medium.com/coletiv-stories/using-websockets-with-cookie-based-authentication-7e4bb9262898
Medium
Using WebSockets With Cookie-Based Authentication
Cookie-based authentication has been the default method for handling user authentication. But how to it for websockets?
#elixir
The browser innovation that could make multi-page apps great again
https://medium.com/@the1mills/the-browser-innovation-that-could-make-multi-page-apps-great-again-d7268eb213d2
The browser innovation that could make multi-page apps great again
https://medium.com/@the1mills/the-browser-innovation-that-could-make-multi-page-apps-great-again-d7268eb213d2
Medium
The browser innovation that could make Multi-Page apps great again
This innovation, for Chrome, Firefox, Safari etc, could allow multi-page apps to once again be competitive with SPAs for web and mobile…