#elixir #python #programming #programming_languages
Why elixir should be your next language if you’re a pythonista
https://medium.com/@thiagokokada/why-elixir-should-be-your-next-language-if-youre-a-pythonista-c710cc72a5ec
Why elixir should be your next language if you’re a pythonista
https://medium.com/@thiagokokada/why-elixir-should-be-your-next-language-if-youre-a-pythonista-c710cc72a5ec
Medium
Why Elixir should be your next language if you’re a Pythonista
I started to learn Elixir programming language recently, and as a Pythonista I am liking the language a lot. While the syntax of Elixir is…
#elixir
Download pdf metaprogramming elixir: write less code, get more done (and have fun!) for free
https://medium.com/@zucosufexe/download-pdf-metaprogramming-elixir-write-less-code-get-more-done-and-have-fun-for-free-76eacf04bb2f
Download pdf metaprogramming elixir: write less code, get more done (and have fun!) for free
https://medium.com/@zucosufexe/download-pdf-metaprogramming-elixir-write-less-code-get-more-done-and-have-fun-for-free-76eacf04bb2f
Medium
Download PDF Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!) For Free
Download Here http://fisrtmagazine.biz/?book=1680500414 Write code that writes code with Elixir macros. Macros make metaprogramming…
#elixir #bmw #embedded_systems #canbus
Elixir+nerves for controlling your car (part 1)
https://medium.com/@zolotarev_k/elixir-nerves-for-controlling-your-car-part-1-3474afed4749
Elixir+nerves for controlling your car (part 1)
https://medium.com/@zolotarev_k/elixir-nerves-for-controlling-your-car-part-1-3474afed4749
Medium
Elixir+Nerves for controlling your car (Part 1)
Warning ! All your modifications will cause issues with your car insurance. And may be dangerous ! Please work responsibly and think before…
#elixir
Very simple benchmarking tool to profile long running functions in elixir
https://medium.com/@kelostrada/very-simple-benchmarking-tool-to-debug-long-running-functions-in-elixir-aea6377e3d9b
Very simple benchmarking tool to profile long running functions in elixir
https://medium.com/@kelostrada/very-simple-benchmarking-tool-to-debug-long-running-functions-in-elixir-aea6377e3d9b
Medium
Very simple benchmarking tool to profile long running functions in Elixir
Sometimes I get not so much performance I would like. There are a lot of fancy tools like benchee, ex_prof etc. for Elixir to measure…
#investing #elixir #compound_interest
How we used elixir to boost our xirr computations by 7x
https://medium.com/@scripbox_tech/how-we-used-elixir-to-boost-our-xirr-computations-by-7x-1a1a6fc41011
How we used elixir to boost our xirr computations by 7x
https://medium.com/@scripbox_tech/how-we-used-elixir-to-boost-our-xirr-computations-by-7x-1a1a6fc41011
Medium
How we used elixir to boost our XIRR computations by 7x
By Shubham Gupta.
#tdd #software_development #test_driven_development #elixir
Tdd (test driven development) is the first step to simple design
https://medium.com/@mrfishball/tdd-test-driven-development-is-the-first-step-to-simple-design-8cdfd7a240b7
Tdd (test driven development) is the first step to simple design
https://medium.com/@mrfishball/tdd-test-driven-development-is-the-first-step-to-simple-design-8cdfd7a240b7
Medium
TDD (Test Driven Development) Is the First Step to Simple Design
Understanding the Four Rules Of Simple Design is a very very short book. It starts by putting out the 4 rules that will help Developers…
#elixir #match #pattern #pattern_match #pattern_matching
A use case for match?/2 in elixir
https://medium.com/@tylerpachal/a-use-case-for-match-2-in-elixir-be4c81b530b8
A use case for match?/2 in elixir
https://medium.com/@tylerpachal/a-use-case-for-match-2-in-elixir-be4c81b530b8
Medium
A use case for match?/2 in Elixir
Sometimes I come across code where an map (or tuple) is being tested against a pattern to return a boolean result; like this:
#elixir #blockchain
Building a blockchain - what i've learned over the past few months
https://dev.to/alexdovzhanyn/building-a-blockchain---what-ive-learned-over-the-past-few-months-3e61
Building a blockchain - what i've learned over the past few months
https://dev.to/alexdovzhanyn/building-a-blockchain---what-ive-learned-over-the-past-few-months-3e61
The Practical Dev
Building a Blockchain - What I've learned over the past few months
7 months ago, when I first embarked on the journey of creating a new blockchain...
#api #elixir #authorization
From legacy to elixir: managing user authentication
https://medium.com/@raphael_costa/from-legacy-to-elixir-managing-user-authentication-5fd7783fe2f2
From legacy to elixir: managing user authentication
https://medium.com/@raphael_costa/from-legacy-to-elixir-managing-user-authentication-5fd7783fe2f2
Medium
From legacy to Elixir: Managing user authentication
When I gave my talk at ElixirConf EU 2018, I had people asking me how we managed the user authentication in two different apps. This…
#elixir #phoenix
Does phoenix make database crud too easy?
https://dev.to/michaelherold/does-phoenix-make-database-crud-too-easy-2llf
Does phoenix make database crud too easy?
https://dev.to/michaelherold/does-phoenix-make-database-crud-too-easy-2llf
The Practical Dev
Does Phoenix make database CRUD too easy?
The Phoenix framework was designed to be attractive to Rails developers and productive in the same way. Did that lead it down a path away from core Elixir?
#elixir #programming #music #guitar #algorithms
Algorithmically fingering guitar chords with elixir
https://medium.com/@petecorey/algorithmically-fingering-guitar-chords-with-elixir-d2e9e7d2e8b6
Algorithmically fingering guitar chords with elixir
https://medium.com/@petecorey/algorithmically-fingering-guitar-chords-with-elixir-d2e9e7d2e8b6
Medium
Algorithmically Fingering Guitar Chords with Elixir
Last time we wrote about using Elixir to generate all possible voicings of a given guitar chord to find the voicing with the best voice…
#elixir #erlang #functional_programming #phoenix
Til: determining if an elixir function has a specific arity
https://medium.com/@coryodaniel/til-determining-if-an-elixir-function-has-a-specific-arity-75e7d026d4c
Til: determining if an elixir function has a specific arity
https://medium.com/@coryodaniel/til-determining-if-an-elixir-function-has-a-specific-arity-75e7d026d4c
Medium
TIL: Determining if an Elixir function has a specific arity
I’m working on a small PR for an open source project and I needed to figure out if a function supported a specific arity from the format…
#elixir #phoenix
Handling the error (mix) the task “phx.new” could not be found
https://medium.com/@ssscripting/handling-the-error-mix-the-task-phx-new-could-not-be-found-300528964716
Handling the error (mix) the task “phx.new” could not be found
https://medium.com/@ssscripting/handling-the-error-mix-the-task-phx-new-could-not-be-found-300528964716
Medium
Handling the error (Mix) The task “phx.new” could not be found
Should you receive this error:
#elixir #exunit #repl
Testing elixir repl applications with only exunit
https://medium.com/@thiagokokada/testing-elixir-repl-applications-with-only-exunit-b2688b400ce1
Testing elixir repl applications with only exunit
https://medium.com/@thiagokokada/testing-elixir-repl-applications-with-only-exunit-b2688b400ce1
Medium
Testing Elixir REPL applications with only ExUnit
While writing a REPL toy application in Elixir, I discovered that writing tests to the REPL can be surprisingly difficult. This is thanks…
#elixir #erlang #functional_programming #phoenix
Til: determining if an elixir function has a specific arity
https://medium.com/coryodaniel/til-determining-if-an-elixir-function-has-a-specific-arity-75e7d026d4c
Til: determining if an elixir function has a specific arity
https://medium.com/coryodaniel/til-determining-if-an-elixir-function-has-a-specific-arity-75e7d026d4c
Medium
Determining if an Elixir function has a specific arity
I’m working on a small PR for an open source project and I needed to figure out if a function supported a specific arity from the format…