#elixir
The unofficial guide to extracting google search results in 2021 with elixir.
https://medium.com/@oltarasenko/the-unofficial-guide-to-extracting-google-search-results-in-2021-with-elixir-7a6ef80d0f5b
The unofficial guide to extracting google search results in 2021 with elixir.
https://medium.com/@oltarasenko/the-unofficial-guide-to-extracting-google-search-results-in-2021-with-elixir-7a6ef80d0f5b
Medium
The unofficial guide to extracting google search results in 2021 with Elixir.
In one of my previous articles, we discussed why one might want to extract data from the Internet. Also, I have created a small article…
#functional #erlang #elixir #beginners
Erlang: the programming language that quietly powers whatsapp and wechat
https://dev.to/serokell/is-erlang-worth-learning-in-2021-28h2
Erlang: the programming language that quietly powers whatsapp and wechat
https://dev.to/serokell/is-erlang-worth-learning-in-2021-28h2
DEV Community
Erlang: The Programming Language That Quietly Powers WhatsApp and WeChat
Introduction to Erlang Today, we will look at a rather old and somewhat quirky language th...
#Elixir in Production
Orchestrating computer vision with elixir at v7
https://elixir-lang.org/blog/2021/01/13/orchestrating-computer-vision-with-elixir/
Orchestrating computer vision with elixir at v7
https://elixir-lang.org/blog/2021/01/13/orchestrating-computer-vision-with-elixir/
elixir-lang.github.com
Orchestrating computer vision with Elixir at V7
A case study of how Elixir is being used at V7.
#elixir #engineering
Make rabbitmq retries easier with delayed message exchange and elixir's broadway
https://dockyard.com/blog/2021/01/14/make-rabbitmq-retries-easier-with-delayed-message-exchange-and-elixir-s-broadway
Make rabbitmq retries easier with delayed message exchange and elixir's broadway
https://dockyard.com/blog/2021/01/14/make-rabbitmq-retries-easier-with-delayed-message-exchange-and-elixir-s-broadway
DockYard
Make RabbitMQ Retries Easier with Delayed Message Exchange and Elixir's Broadway - DockYard
RabbitMQ is easily one of the most versatile and reliable message brokers available. DockYarder Scott Hamilton shares his solution that leverages core RabbitMQ features along with a plugin to develop a clear and concise retry pattern for failed or rejected…
#elixir
How to ensure your instant messaging solution offers users privacy and security.
https://www.erlang-solutions.com/blog/how-to-ensure-your-instant-messaging-solution-offers-users-privacy-and-security.html
How to ensure your instant messaging solution offers users privacy and security.
https://www.erlang-solutions.com/blog/how-to-ensure-your-instant-messaging-solution-offers-users-privacy-and-security.html
Erlang-Solutions
How to ensure your Instant Messaging solution offers users privacy and security. | Erlang Solution blog
Concerns around privacy and security in messaging applications have become a big talking point this year. MongooseIM offers privacy by default and control by design. By using MongooseIM to build your chat application you can have peace of mind that your solution…
#elixir
Enum vs. stream: use cases in elixir
https://medium.com/@codythomasdemartin/enum-vs-stream-use-cases-in-elixir-ceacd0747fb1
Enum vs. stream: use cases in elixir
https://medium.com/@codythomasdemartin/enum-vs-stream-use-cases-in-elixir-ceacd0747fb1
Medium
Enum vs. Stream: Use cases in Elixir
In Elixir there exists two built in modules Enum and Stream. Enum and Stream both give us access to a set of algorithms for working with…
#elixir
How to convert the newyorktimes into your database :)
https://medium.com/@oltarasenko/how-to-convert-the-newyorktimes-into-your-database-e34d6293ec43
How to convert the newyorktimes into your database :)
https://medium.com/@oltarasenko/how-to-convert-the-newyorktimes-into-your-database-e34d6293ec43
Medium
How to convert the NewYorkTimes into your database :)
In one of my previous articles, we discussed why one might want to extract data from the Internet. In another article, we were expanding…
#elixir #ruby #types #good code
Type systems and checking in elixir and ruby
https://thoughtbot.com/blog/types-in-dynamic-languages
Type systems and checking in elixir and ruby
https://thoughtbot.com/blog/types-in-dynamic-languages
thoughtbot
Type systems and checking in Elixir and Ruby
Adding type checking to dynamically typed languages is possible, and awesome!
#elixir
Towards maintainable elixir: the development process
https://medium.com/very-big-things/towards-maintainable-elixir-the-development-process-205ee257c109
Towards maintainable elixir: the development process
https://medium.com/very-big-things/towards-maintainable-elixir-the-development-process-205ee257c109
Medium
Towards Maintainable Elixir: The Development Process
In part one of a series, Elixir in Action author Saša Jurić, and full-time Elixir mentor for VBT, shares how to build an Elixir codebase.
#elixir
Algorithm for parsing sec edgar filings with elixir.
https://medium.com/@meliacapital/algorithm-for-parsing-sec-edgar-filings-with-elixir-8877565ed644
Algorithm for parsing sec edgar filings with elixir.
https://medium.com/@meliacapital/algorithm-for-parsing-sec-edgar-filings-with-elixir-8877565ed644
Medium
Algorithm for parsing SEC EDGAR filings with Elixir.
All publicly-traded companies and certain individuals use EDGAR — the Electronic Data Gathering, Analysis, and Retrieval system — to…
#elixir
Visual scraping with elixir and crawly, or how to get data without programming.
https://medium.com/@oltarasenko/visual-scraping-with-elixir-and-crawly-or-how-to-get-data-without-programming-540222750135
Visual scraping with elixir and crawly, or how to get data without programming.
https://medium.com/@oltarasenko/visual-scraping-with-elixir-and-crawly-or-how-to-get-data-without-programming-540222750135
Medium
Visual scraping with Elixir and Crawly, or how to get data without programming.
In one of my previous articles, we discussed why you might want to scrape data from the Internet. We have shown how to extract data from…
#elixir
Functional programming matters in elixir
https://medium.com/@nicolacoding/functional-programming-matters-in-elixir-2c272d560959
Functional programming matters in elixir
https://medium.com/@nicolacoding/functional-programming-matters-in-elixir-2c272d560959
Medium
Functional programming matters in Elixir
This is a short piece (part of an extended series) that will cover the paper Functional Programming Matters, authored by John Hughes (PDF…
#elixir
Sockets or channels? an architecture decision in phoenix
https://medium.com/@codythomasdemartin/sockets-or-channels-an-architecture-decision-in-phoenix-e39211d080a7
Sockets or channels? an architecture decision in phoenix
https://medium.com/@codythomasdemartin/sockets-or-channels-an-architecture-decision-in-phoenix-e39211d080a7
Medium
Sockets or Channels? An architecture decision in Phoenix
The modern web framework Phoenix allows us easily build and deploy soft real time applications. Phoenix does this through two modules…
#elixir
Top 3 tough elixir fights |debugging in production | 2020
https://medium.com/blackode/top-3-tough-elixir-fights-debugging-in-production-2020-6ab712a2c8f4
Top 3 tough elixir fights |debugging in production | 2020
https://medium.com/blackode/top-3-tough-elixir-fights-debugging-in-production-2020-6ab712a2c8f4
Medium
Top 3 Tough Elixir Fights |Debugging in Production | 2020
It’s all about the space