#elixir #microservices #database
Implementing message outbox pattern with oban
https://dev.to/calvinsadewa/implementing-message-outbox-pattern-with-oban-131
Implementing message outbox pattern with oban
https://dev.to/calvinsadewa/implementing-message-outbox-pattern-with-oban-131
DEV Community 👩💻👨💻
Implementing Message Outbox Pattern with Oban
Hey guys, today i want to share Message Outbox pattern and implementation with Oban in Elixir I have...
#beginners #elixir #productivity #javascript
An intro to elixir from a javascript background
https://dev.to/ryanmoragas/an-intro-to-elixir-4k0d
An intro to elixir from a javascript background
https://dev.to/ryanmoragas/an-intro-to-elixir-4k0d
DEV Community
An Intro to Elixir from a JavaScript Background
Elixir is a functional programming language that extends the Erlang language, which is an older langu...
#elixir #phoenix #authentication #webdev
Easy authentication in elixir & phoenix with the pow & pow_assent libraries
https://dev.to/knowthen/easy-authentication-in-elixir-phoenix-with-the-pow-powassent-libraries-3436
Easy authentication in elixir & phoenix with the pow & pow_assent libraries
https://dev.to/knowthen/easy-authentication-in-elixir-phoenix-with-the-pow-powassent-libraries-3436
DEV Community
Easy Authentication in Elixir & Phoenix with the pow & pow_assent libraries
Setting up authentication in new Phoenix web apps I always enjoy starting new web proj...
#erlang #elixir #devops
Monitoring the erlang vm with appsignal's magic dashboard
https://dev.to/appsignal/monitoring-the-erlang-vm-with-appsignal-s-magic-dashboard-12a2
Monitoring the erlang vm with appsignal's magic dashboard
https://dev.to/appsignal/monitoring-the-erlang-vm-with-appsignal-s-magic-dashboard-12a2
The DEV Community
Monitoring the Erlang VM With AppSignal's Magic Dashboard
Today, we will dive into one of the hard parts of using any monitoring - making sense out of all the...
#beginners #elixir #absinthe #graphql
Absinthe journey with wolfiton or how to bring the absinthe tutorial up to date- part 2 foundation
https://dev.to/wolfiton/absinthe-journey-with-wolfiton-or-how-to-bring-the-absinthe-tutorial-up-to-date-part-2-foundation-3jnh
Absinthe journey with wolfiton or how to bring the absinthe tutorial up to date- part 2 foundation
https://dev.to/wolfiton/absinthe-journey-with-wolfiton-or-how-to-bring-the-absinthe-tutorial-up-to-date-part-2-foundation-3jnh
DEV Community
Absinthe Journey with Wolfiton or How to Bring the Absinthe Tutorial UP to Date- Part 2 Foundation
Series navigation PART 1 Introduction PART 2 Foundation PART 3 The Walls PART 4 The Door PART 5 Testi...
#elixir
Learn pattern matching — elixir for an absolute beginner
https://medium.com/@puneettiwari61/learn-pattern-matching-elixir-for-an-absolute-beginner-d2ffed0e6352
Learn pattern matching — elixir for an absolute beginner
https://medium.com/@puneettiwari61/learn-pattern-matching-elixir-for-an-absolute-beginner-d2ffed0e6352
Medium
Learn Pattern Matching — Elixir for an absolute beginner
Learning Elixir is not just about learning its syntax, it gives a whole new way of thinking.
#elixir
Send slack message through elixir (the easy way)
https://medium.com/@alvinlactaorapada/send-slack-message-through-elixir-the-easy-way-7edf5b212dd
Send slack message through elixir (the easy way)
https://medium.com/@alvinlactaorapada/send-slack-message-through-elixir-the-easy-way-7edf5b212dd
Medium
Send Slack Message Through Elixir (The Easy Way)
Prerequisite:
#elixir #configuration #tutorial
Skogsrå: simplifying your elixir configuration
https://dev.to/alexdesousa/skogsra-simplifying-your-elixir-configuration-35im
Skogsrå: simplifying your elixir configuration
https://dev.to/alexdesousa/skogsra-simplifying-your-elixir-configuration-35im
The DEV Community
Skogsrå: Simplifying Your Elixir Configuration
Once an Elixir project is large enough, maintaining config files and configuration variables becomes...
#elixir
Adventures in ecto and postgresql: partial unique indexes and upserts with associations
https://medium.com/@woylie/adventures-in-ecto-and-postgresql-partial-unique-indexes-and-upserts-with-associations-ccf20114dfa1
Adventures in ecto and postgresql: partial unique indexes and upserts with associations
https://medium.com/@woylie/adventures-in-ecto-and-postgresql-partial-unique-indexes-and-upserts-with-associations-ccf20114dfa1
Medium
Adventures in Ecto and PostgreSQL: Partial unique indexes and upserts with associations
Let’s say you were asked by your government to implement a national dog registry in order to help them to enforce their new one-dog-policy…
#elixir
Elixir: functional programming continues to rise in 2020
https://medium.com/bluebash/elixir-functional-programming-continues-to-rise-in-2020-8d320f9e3d18
Elixir: functional programming continues to rise in 2020
https://medium.com/bluebash/elixir-functional-programming-continues-to-rise-in-2020-8d320f9e3d18
Medium
Elixir: Functional programming continues to rise in 2020
The base of Functional programming is lambda calculus which was developed in 1930. Lambda is used for calculation utilizing functions. We…