#elixir #ruby #stock_market #api
A simple way to get real-time stock api — ruby application
https://medium.com/@tientran2407.vn/a-simple-way-to-get-real-time-stock-api-ruby-application-1d0a517ffc3
A simple way to get real-time stock api — ruby application
https://medium.com/@tientran2407.vn/a-simple-way-to-get-real-time-stock-api-ruby-application-1d0a517ffc3
Medium
A Simple Way To Get Real-Time Stock API — Ruby Application
If you planning to use real-time stock market data for your application. Forget about JSON API, that is too complicated to build and use…
#graphql #elixir #api #testing
Testing absinthe queries/subscription with anise
https://medium.com/@gen3212/testing-absinthe-queries-subscription-with-anise-3743184686d1
Testing absinthe queries/subscription with anise
https://medium.com/@gen3212/testing-absinthe-queries-subscription-with-anise-3743184686d1
Medium
Testing Absinthe Queries/Subscription with Anise
Today I would like to tell you about how you can test Absinthe’s Queries and Subscriptions with Anise. Anise is a micro library that…
#elixir #indico #api #programming #beam
Building an api wrapper with elixir and tesla
https://medium.com/@ruslanbredikhin/building-an-api-wrapper-with-elixir-and-tesla-468889ce820
Building an api wrapper with elixir and tesla
https://medium.com/@ruslanbredikhin/building-an-api-wrapper-with-elixir-and-tesla-468889ce820
Medium
Building an API Wrapper with Elixir and Tesla
Or how to make your Elixir application talk to a REST API in minutes, literally
#elixir #planga #chat #api
Setting up simple live chat in a phoenix project using planga
https://medium.com/@W_Mcode/setting-up-simple-live-chat-in-a-phoenix-project-using-planga-3bb254b2261b
Setting up simple live chat in a phoenix project using planga
https://medium.com/@W_Mcode/setting-up-simple-live-chat-in-a-phoenix-project-using-planga-3bb254b2261b
Medium
Setting up simple Live Chat in a Phoenix project using Planga
Planga is a new web-service to seamlessly add live chat in your app. This article shows how easy it is to add Planga to an Elixir/Phoenix…
#elixir #websocket #erlang #phoenix_framework #api
Elixir websocket chat example
https://medium.com/@loganbbres/elixir-websocket-chat-example-c72986ab5778
Elixir websocket chat example
https://medium.com/@loganbbres/elixir-websocket-chat-example-c72986ab5778
Medium
Elixir WebSocket Chat Example w/o Phoenix
Using the Cowboy HTTP web server it’s very easy to handle web socket connections in your Elixir application. Keep in mind, this example is…
#elixir #haveibeenpwned #api #passwords
Validate your passwords using elixir and haveibeenpwned.com's api
https://dev.to/fteem/validate-your-passwords-using-elixir-and-haveibeenpwnedcoms-api-1718
Validate your passwords using elixir and haveibeenpwned.com's api
https://dev.to/fteem/validate-your-passwords-using-elixir-and-haveibeenpwnedcoms-api-1718
The Practical Dev
Validate your passwords using Elixir and haveibeenpwned.com's API
This post was originally published on my blog, on December 23, 2018. You can se...
#elixir #torrents #api #htmlscraping
Magnex - building a torrent search engine in elixir
https://dev.to/sergio/magnex---building-a-torrent-search-engine-in-elixir-1neb
Magnex - building a torrent search engine in elixir
https://dev.to/sergio/magnex---building-a-torrent-search-engine-in-elixir-1neb
The Practical Dev
Magnex - Building a torrent search engine in Elixir
In this series of posts we'll build an Elixir library to handle fetching torrent information from multiple different websites and APIs.
#api #elixir #phoenix #yandex_translate #translation
Text translation for elixir/phoenix applications with yandex.translate service
https://medium.com/@kortirso/text-translation-for-elixir-phoenix-applications-with-yandex-translate-service-2364bdbc0a4e
Text translation for elixir/phoenix applications with yandex.translate service
https://medium.com/@kortirso/text-translation-for-elixir-phoenix-applications-with-yandex-translate-service-2364bdbc0a4e
Medium
Text translation for Elixir/Phoenix applications with Yandex.Translate service
Yandex company has a very good service for translators Yandex.Translate. Any user can translate words or whole phrases for free through a…
#elixir #phoenix #api
Build your first api with phoenix
https://medium.com/@sanchez.dav90/build-your-first-api-with-phoenix-45317b85737d
Build your first api with phoenix
https://medium.com/@sanchez.dav90/build-your-first-api-with-phoenix-45317b85737d
Medium
Build your first API with Phoenix
Phoenix is an Elixir framework oriented to highly performant and scalable web applications, but before continuing, we need to know what is…
#elixir #absinthe #graphql #api #programming
Aliasing fields on ecto associations in absinthe for graphql
https://tech.offgrid-electric.com/aliasing-fields-on-ecto-associations-in-absinthe-for-graphql-abcaad92b9b4
Aliasing fields on ecto associations in absinthe for graphql
https://tech.offgrid-electric.com/aliasing-fields-on-ecto-associations-in-absinthe-for-graphql-abcaad92b9b4
Power the People
Aliasing Fields on Ecto Associations in Absinthe for GraphQL
How do we maintain the consistency of our GraphQL APIs over time, while the underlying data structures change? Let’s take a look!
#api #elixir #auth0 #phoenix #authentication
Api authentication with phoenix, auth0 and guardian — part 2
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-2-f76797327251
Api authentication with phoenix, auth0 and guardian — part 2
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-2-f76797327251
Medium
API authentication with Phoenix, Auth0 and Guardian — Part 2
In Part 1 we explored why we want to use Auth0, username and password to acquire a token for authenticating with APIs in Machine to…
#elixir #phoenix #auth0 #authentication #api
Api authentication with phoenix, auth0 and guardian — part 1
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-1-43797eac4bda
Api authentication with phoenix, auth0 and guardian — part 1
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-1-43797eac4bda
Medium
API authentication with Phoenix, Auth0 and Guardian — Part 1
It’s quite a common scenario that we are building an API that’ll be consumed by external applications and clients (machine to machine) who…
#elixir #ecto #absinthe #graphql #api
Organising absithe and ecto errors
https://medium.com/@imanhodjaev/organising-absithe-and-ecto-errors-2a2257ccdff6
Organising absithe and ecto errors
https://medium.com/@imanhodjaev/organising-absithe-and-ecto-errors-2a2257ccdff6
Medium
Organising Absithe GraphQL and Ecto errors
I’ve been using Absinthe in my own project for some time now and wanted to share my thoughts on the topic of organising and working with…
#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...