#elixir #phoenix #ci
Continuous integration in elixir phoenix with travis-ci and codecov
https://dev.to/silva96/continuous-integration-in-elixir-phoenix-with-travis-ci-and-codecov-32pi
Continuous integration in elixir phoenix with travis-ci and codecov
https://dev.to/silva96/continuous-integration-in-elixir-phoenix-with-travis-ci-and-codecov-32pi
DEV Community
Continuous Integration in Elixir Phoenix with Travis-CI and Codecov
I'll show how to get travis-ci run your test suit and then upload the coverage report to codecov. All...
#elixir
Two-factor authentication in your crypto wallet: are you safe?
https://www.erlang-solutions.com/blog/two-factor-authentication-in-your-crypto-wallet-are-you-safe.html
Two-factor authentication in your crypto wallet: are you safe?
https://www.erlang-solutions.com/blog/two-factor-authentication-in-your-crypto-wallet-are-you-safe.html
Erlang-Solutions
Two-factor authentication in your crypto wallet: are you safe? | Erlang Solution blog
Just what level of authentication is enough when it comes to the security of cryptocurrencies? In this blog post we will guide you through several attack scenarios and then suggest approaches to mitigate against bad actors when integrating crypto into your…
#elixir #testing #productivity
Speed-up building your elixir unit tests with fictitious
https://dev.to/abiwinanda/speed-up-building-your-elixir-unit-tests-with-fictitious-5gk1
Speed-up building your elixir unit tests with fictitious
https://dev.to/abiwinanda/speed-up-building-your-elixir-unit-tests-with-fictitious-5gk1
DEV Community
Speed-up Building your Elixir Unit Tests with Fictitious
Imagine the following situation, you have several APIs to build or complete in a day or days. You sta...
#elixir
Web scraping with elixir and crawly. extracting data behind authentication.
https://medium.com/@oltarasenko/web-scraping-with-elixir-and-crawly-extracting-data-behind-authentication-a52584e9cf13
Web scraping with elixir and crawly. extracting data behind authentication.
https://medium.com/@oltarasenko/web-scraping-with-elixir-and-crawly-extracting-data-behind-authentication-a52584e9cf13
Medium
Web scraping with Elixir and Crawly. Extracting data behind authentication.
In our previous articles, we have covered the topic of web scraping with Elixir, and have shown how Crawly can simplify this work if you…
#elixir #nerves #iot #raspberrypi
[elixir/nerves] pulse width modulation (pwm) for leds
https://dev.to/mnishiguchi/elixir-nerves-pulse-width-modulation-pwm-for-led-mj2
[elixir/nerves] pulse width modulation (pwm) for leds
https://dev.to/mnishiguchi/elixir-nerves-pulse-width-modulation-pwm-for-led-mj2
DEV Community
[Elixir/Nerves] Pulse Width Modulation (PWM) for LEDs
I started learning Nerves and Raspberry Pi this year. I really enjoy controlling hardware with my Gen...
#elixir
How to: swap registration flow to a live view with phx_gen_auth
https://medium.com/@coretheory/how-to-swap-registration-flow-to-a-live-view-with-phx-gen-auth-4966f80b412e
How to: swap registration flow to a live view with phx_gen_auth
https://medium.com/@coretheory/how-to-swap-registration-flow-to-a-live-view-with-phx-gen-auth-4966f80b412e
Medium
How to (Part 1): Swap Registration Flow to a Live View With phx_gen_auth
Background
#elixir
Planetary scale rust and golang applications by embedding webassembly in elixir
https://medium.com/@hansonkd/planetary-scale-rust-and-golang-applications-by-embedding-webassembly-in-elixir-1e905b33a626
Planetary scale rust and golang applications by embedding webassembly in elixir
https://medium.com/@hansonkd/planetary-scale-rust-and-golang-applications-by-embedding-webassembly-in-elixir-1e905b33a626
#elixir
Top 5 elixir skills to learn in 2021 [for juniors]
https://curiosum.dev/blog/elixir-key-skills-junior
Top 5 elixir skills to learn in 2021 [for juniors]
https://curiosum.dev/blog/elixir-key-skills-junior
Curiosum
Top 5 Elixir Skills to Learn in 2021 [for Juniors] | Curiosum
In our short guide you will find the top skills and tutorials necessary to achieve success programming in Elixir in 2021 - especially for junior developers!
#elixir
Kaffy - admin interface for phoenix applications
https://dev.to/abiwinanda/kaffy-admin-interface-for-phoenix-applications-3oon
Kaffy - admin interface for phoenix applications
https://dev.to/abiwinanda/kaffy-admin-interface-for-phoenix-applications-3oon
DEV Community
Kaffy - Admin Interface for Phoenix Applications
If you are using elixir right now, chances are that this isn't your first programming language that y...
#elixir #opensource #beginners
Learning elixir's genserver with a real-world example
https://dev.to/reichert621/learning-elixir-s-genserver-with-a-real-world-example-5fef
Learning elixir's genserver with a real-world example
https://dev.to/reichert621/learning-elixir-s-genserver-with-a-real-world-example-5fef
DEV Community
Learning Elixir's GenServer with a real-world example
I started learning Elixir a few months ago, mostly through hacking on Papercups. I'm ashamed to say m...
#Elixir in Production
Integrating travel with elixir at duffel
https://elixir-lang.org/blog/2020/12/10/integrating-travel-with-elixir-at-duffel/
Integrating travel with elixir at duffel
https://elixir-lang.org/blog/2020/12/10/integrating-travel-with-elixir-at-duffel/
elixir-lang.github.com
Integrating travel with Elixir at Duffel
A case study of how Elixir is being used at Duffel.
#elixir
Using elixir and crawly for price monitoring
https://medium.com/@oltarasenko/using-elixir-and-crawly-for-price-monitoring-7364d345fc64
Using elixir and crawly for price monitoring
https://medium.com/@oltarasenko/using-elixir-and-crawly-for-price-monitoring-7364d345fc64
Medium
Using Elixir and Crawly for price monitoring
In one of my previous articles, we discussed might want to extract data from the Internet and why. In this article, we want to be more…