#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…
#bitcoin #ethereum #elixir #blockchain #cryptocurrency
Building great blockchain software, smart contract scaling and elixir
https://medium.com/@QuantLayer/building-great-blockchain-software-smart-contract-scaling-and-elixir-ae94687e34dd
Building great blockchain software, smart contract scaling and elixir
https://medium.com/@QuantLayer/building-great-blockchain-software-smart-contract-scaling-and-elixir-ae94687e34dd
Medium
Building Great Blockchain Software, Smart Contract Scaling and Elixir
Here’s a transcript of QuantLayer Crypto Podcast #4.
#elixir #erlang #functional_programming #phoenix
Determining if an elixir function has a specific arity
https://medium.com/coryodaniel/til-determining-if-an-elixir-function-has-a-specific-arity-75e7d026d4c
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…
#elixir #serverless #lambda #nodejs #kubernetes
From $erverless to elixir
https://medium.com/coryodaniel/from-erverless-to-elixir-48752db4d7bc
From $erverless to elixir
https://medium.com/coryodaniel/from-erverless-to-elixir-48752db4d7bc
Medium
From $erverless to Elixir
I recently rewrote a service that was on AWS API Gateway and Lambda in Elixir and apparently that intrigued some people, so I decided to do…
#docker #elixir #phoenix_framework #software_engineering
Setting up a phoenix 1.3.4 project with docker
https://medium.com/@hex337/setting-up-a-phoenix-1-3-4-project-with-docker-72f019c5954f
Setting up a phoenix 1.3.4 project with docker
https://medium.com/@hex337/setting-up-a-phoenix-1-3-4-project-with-docker-72f019c5954f
Medium
Setting up a Phoenix 1.3.4 Project With Docker
As a follow up to my original post, I wanted to create a cleaner system for getting phoenix projects up and running.
#elixir #erlang #programming #hiring_for_startup #software_development
What i have learned working 1 year full-time using elixir
https://medium.com/@lorenzo_sinisi/what-i-have-learned-working-1-year-with-full-time-using-elixir-51efd4c1f66
What i have learned working 1 year full-time using elixir
https://medium.com/@lorenzo_sinisi/what-i-have-learned-working-1-year-with-full-time-using-elixir-51efd4c1f66
Medium
What I have learned working 1 year full-time using Elixir
Today I celebrate one year of full-time work using Elixir as a programming language. I have build scrumex.com to start with, worked 6…
#python #programming #programming_languages #compilers #elixir
Adding a pipe operator to python
https://hackernoon.com/adding-a-pipe-operator-to-python-19a3aa295642
Adding a pipe operator to python
https://hackernoon.com/adding-a-pipe-operator-to-python-19a3aa295642
Hackernoon
Adding a pipe operator to Python
The other day, I was looking at some Python code that was made up of a sequence of deeply-nested function calls and a thought immediately got pushed up brain’s stack:
#elixir #phoenix_framework #angularjs
Building web api application entirely with elixir (phoenix framework ) and angularjs — part 1 : building back-end app…
https://medium.com/@chungkhanhduy/building-web-api-application-entirely-with-elixir-phoenix-framework-and-angularjs-part-1-4989547b5fbd
Building web api application entirely with elixir (phoenix framework ) and angularjs — part 1 : building back-end app…
https://medium.com/@chungkhanhduy/building-web-api-application-entirely-with-elixir-phoenix-framework-and-angularjs-part-1-4989547b5fbd
Medium
Building web api application entirely with Elixir (Phoenix framework ) and AngularJS — Part 1 : Building back-end app with phoenix
Why I chose Elixir as back-end ?
#elixir #computerscience #beginners #programming
Lists vs tuples in elixir
https://dev.to/appsignal/lists-vs-tuples-in-elixir-17ln
Lists vs tuples in elixir
https://dev.to/appsignal/lists-vs-tuples-in-elixir-17ln
The Practical Dev
Lists vs Tuples in Elixir
In this episode of Elixir Alchemy, we’ll explore the use of Lists and Tuples in Elixir. We’ll take a look at how each of these data structures is used and see when it’s appropriate to use either one over the other.