#elixir
Testing external services with mocks in elixir
https://medium.com/@larryweya/testing-external-services-with-mocks-in-elixir-19858179c02
Testing external services with mocks in elixir
https://medium.com/@larryweya/testing-external-services-with-mocks-in-elixir-19858179c02
Medium
Testing external services with Mocks in Elixir
As a developer, sooner or later you will need to interact with an external service and if you are sufficiently lazy like me and like…
#elixir #engineering
State timeouts with gen_statem
https://dockyard.com/blog/2020/01/31/state-timeouts-with-gen_statem
State timeouts with gen_statem
https://dockyard.com/blog/2020/01/31/state-timeouts-with-gen_statem
#elixir
Easiest way to add toaster inside phoenix/elixir app
https://medium.com/@alvinlactaorapada/easiest-way-to-add-toaster-inside-phoenix-elixir-app-ce3170480e45
Easiest way to add toaster inside phoenix/elixir app
https://medium.com/@alvinlactaorapada/easiest-way-to-add-toaster-inside-phoenix-elixir-app-ce3170480e45
Medium
Easiest Way To Add Toaster inside Phoenix/Elixir App
So I’ve been finding the easiest way to integrate toaster in my phoenix app, and now I think I found one.
#elixir
Writing a quick and dirty web crawler in elixir
https://medium.com/@iantbutler01/writing-a-quick-and-dirty-web-crawler-in-elixir-b6aac2cfaac4
Writing a quick and dirty web crawler in elixir
https://medium.com/@iantbutler01/writing-a-quick-and-dirty-web-crawler-in-elixir-b6aac2cfaac4
Medium
Writing a quick and dirty web crawler in Elixir
Hey there! In this post we’ll learn how to build a quick and dirty web crawler in Elixir leveraging some of Elixir’s high level abilities.
#elixir #beginners #devops
How to get your elixir application ready for ci/cd
https://dev.to/appsignal/how-to-get-your-elixir-application-ready-for-ci-cd-3dj4
How to get your elixir application ready for ci/cd
https://dev.to/appsignal/how-to-get-your-elixir-application-ready-for-ci-cd-3dj4
DEV Community
How to Get Your Elixir Application Ready for CI/CD
In today's post, we'll go over what continuous integration and continuous delivery are, the benefits...
#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...