#elixir
Scheduling jobs via genserver. part 2: run at most once an hour (day/minute/etc)
https://medium.com/@apelsinka223/scheduling-jobs-via-genserver-part-2-run-at-most-once-an-hour-day-minute-etc-deb0ae7526a1
Scheduling jobs via genserver. part 2: run at most once an hour (day/minute/etc)
https://medium.com/@apelsinka223/scheduling-jobs-via-genserver-part-2-run-at-most-once-an-hour-day-minute-etc-deb0ae7526a1
Medium
Scheduling jobs via GenServer. Part 2: Run at most once an hour (day/minute/etc)
Some periodic jobs are vulnerable to the number of executions per time and should be run at most one time per interval.
#elixir
🎉 introducing niex — interactive elixir code notebooks built with phoenix liveview
https://medium.com/@verifiablee/introducing-niex-interactive-elixir-code-notebooks-built-with-phoenix-liveview-a2be6fc2c520
🎉 introducing niex — interactive elixir code notebooks built with phoenix liveview
https://medium.com/@verifiablee/introducing-niex-interactive-elixir-code-notebooks-built-with-phoenix-liveview-a2be6fc2c520
Medium
🎉 Introducing Niex — interactive Elixir code notebooks built with Phoenix LiveView
Over the past year, I’ve become throughly convinced that Elixir is the language of the future (I’ve written about it previously here &…
#elixir
Phoenix channels: a quick overview
https://medium.com/@codythomasdemartin/phoenix-channels-a-quick-overview-cece6a6f439
Phoenix channels: a quick overview
https://medium.com/@codythomasdemartin/phoenix-channels-a-quick-overview-cece6a6f439
Medium
Phoenix Channels: A Quick Overview
Phoenix is a modern web framework for the functional programming language Elixir. Phoenix comes shipped with something called Phoenix…
#elixir
Using event sourcing and cqrs with incident — part 2
https://medium.com/@pedroassumpcao/using-event-sourcing-and-cqrs-with-incident-part-2-a6098b33648e
Using event sourcing and cqrs with incident — part 2
https://medium.com/@pedroassumpcao/using-event-sourcing-and-cqrs-with-incident-part-2-a6098b33648e
Medium
Using Event Sourcing and CQRS with Incident — Part 2
This is the second part of a series of posts that I will present on how your application can use Event Sourcing and CQRS for specific…
#elixir
Watch google bucket with elixir: google cloud storage + pubsub + elixir broadway
https://medium.com/@paveltyk/watch-google-bucket-with-elixir-google-cloud-storage-pubsub-elixir-broadway-500279375739
Watch google bucket with elixir: google cloud storage + pubsub + elixir broadway
https://medium.com/@paveltyk/watch-google-bucket-with-elixir-google-cloud-storage-pubsub-elixir-broadway-500279375739
#elixir #phoenix #authentication
How to connect pow and live view in your phoenix project
https://dev.to/oliverandrich/how-to-connect-pow-and-live-view-in-your-phoenix-project-1ga1
How to connect pow and live view in your phoenix project
https://dev.to/oliverandrich/how-to-connect-pow-and-live-view-in-your-phoenix-project-1ga1
DEV Community
How to connect Pow and Live View in your Phoenix project
Even though phx.gen.auth seems to be the hip solution for authentication at the moment in Phoenix lan...
#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…