#javascript #nodejs #phoenix #elixir
Installing node to be able to use brunch with phoenix
https://medium.com/@ssscripting/installing-node-to-be-able-to-use-brunch-with-phoenix-9dac33a8b760
Installing node to be able to use brunch with phoenix
https://medium.com/@ssscripting/installing-node-to-be-able-to-use-brunch-with-phoenix-9dac33a8b760
Medium
installing node to be able to use brunch with phoenix
Needed to get brunch to work, on a phoenix project. The steps found here were helpful:
#elixir
Could not compile dependency :gettext, “mix compile” failed
https://medium.com/@ssscripting/could-not-compile-dependency-gettext-mix-compile-failed-aa0b415338a8
Could not compile dependency :gettext, “mix compile” failed
https://medium.com/@ssscripting/could-not-compile-dependency-gettext-mix-compile-failed-aa0b415338a8
Medium
could not compile dependency :gettext, “mix compile” failed
Received the following error on a my raspberry pi:
#elm #elixir #phoenix
Elixir and phoenix basic passwordless and databaseless authentication (pt. 3)
https://medium.com/cabify-product/elixir-and-phoenix-basic-passwordless-and-databaseless-authentication-pt-3-ea803c7d16f2
Elixir and phoenix basic passwordless and databaseless authentication (pt. 3)
https://medium.com/cabify-product/elixir-and-phoenix-basic-passwordless-and-databaseless-authentication-pt-3-ea803c7d16f2
Medium
Elixir and Phoenix basic passwordless and databaseless authentication (pt. 3)
Setting up webpack as our asset bundler and the Elm single-page application.
#elixir #tickettoride #modules #namingconventions
On naming contextual modules and functions in elixir
https://dev.to/alakra/on-naming-contextual-modules-and-functions-in-elixir-1mi4
On naming contextual modules and functions in elixir
https://dev.to/alakra/on-naming-contextual-modules-and-functions-in-elixir-1mi4
The Practical Dev
On Naming Contextual Modules and Functions in Elixir
There are some very simple rules I follow that make code easy to read, reason a...
#elixir #macros #tickettoride
Defining routes and tickets in ticket to ride with elixir macros
https://dev.to/alakra/defining-routes-and-tickets-in-ticket-to-ride-with-elixir-macros-2fhd
Defining routes and tickets in ticket to ride with elixir macros
https://dev.to/alakra/defining-routes-and-tickets-in-ticket-to-ride-with-elixir-macros-2fhd
The Practical Dev
Defining Routes and Tickets in Ticket to Ride with Elixir Macros
A while back I decided that using macros to define the routes and tickets for m...
#elixir
Which data structure should i use? an elixir cheat sheet
https://dev.to/talum/which-data-structure-should-i-use-an-elixir-cheat-sheet-3epe
Which data structure should i use? an elixir cheat sheet
https://dev.to/talum/which-data-structure-should-i-use-an-elixir-cheat-sheet-3epe
DEV Community
Which Data Structure Should I Use? An Elixir Cheat Sheet
Confused by Elixir's extra data types? Join the club. Read on to learn about the data and collection types in Elixir and their various use cases.
#elixir #phoenix #libraries
Like / follow / vote in phoenix (elixir) web app using votex
https://medium.com/@ramansah/like-follow-vote-in-phoenix-web-app-using-votex-5da51979c815
Like / follow / vote in phoenix (elixir) web app using votex
https://medium.com/@ramansah/like-follow-vote-in-phoenix-web-app-using-votex-5da51979c815
Medium
Like / Follow / Vote in Phoenix (Elixir) Web App using Votex
“Like a photo”, “Up-vote response” or “Follow user” come under a basic set of operations one needs in every other web project. Managing a…
#elixir #phoenix_framework #genserver #batch_processing
Elixir: export, download, zip, and email
https://medium.com/@bvjebin/elixir-export-download-zip-and-email-8492a3322b53
Elixir: export, download, zip, and email
https://medium.com/@bvjebin/elixir-export-download-zip-and-email-8492a3322b53
Medium
Elixir: Export, Download, Zip, and Email
Recently, one of my clients wanted a feature in their Elixir Phoenix application which should export the data in a .csv,
#elixir #phoenix_framework #distillery #gigalixir #api_development
Deploy a phoenix 1.3 api with distillery 2.0 and gigalixir
https://medium.com/@kimchibot64/deploy-a-phoenix-1-3-api-with-distillery-2-0-and-gigalixir-a58e04e51437
Deploy a phoenix 1.3 api with distillery 2.0 and gigalixir
https://medium.com/@kimchibot64/deploy-a-phoenix-1-3-api-with-distillery-2-0-and-gigalixir-a58e04e51437
Medium
Deploy a simple Phoenix 1.3 api with Distillery 2.0 and basic_auth to Gigalixir
This write-up aims to explore one Elixir/Phoenix deployment option with Gigalixir.
#erlang #mnesia #otp #mqtt #elixir
Erlang mnesia : the art of remembering
https://medium.com/@sakibsami/erlang-mnesia-the-art-of-remembering-5f6b975c7094
Erlang mnesia : the art of remembering
https://medium.com/@sakibsami/erlang-mnesia-the-art-of-remembering-5f6b975c7094
Medium
Erlang Mnesia : The Art of Remembering
Erlang is one of the oldest programming language, first appeared in 1986. The language was designed by Joe Armstrong and developed by…
#elixir #programming #software_development #coding #functional_programming
Using facades to simplify elixir modules
https://medium.com/@petecorey/using-facades-to-simplify-elixir-modules-e1934ee68e1c
Using facades to simplify elixir modules
https://medium.com/@petecorey/using-facades-to-simplify-elixir-modules-e1934ee68e1c
Medium
Using Facades to Simplify Elixir Modules
A common trend I see in Elixir projects is that modules tend to become large.
#elixir
Receiving messages in elixir, or a few things you need to know in order to avoid performance issues
https://medium.com/@ErlangSolutions/receiving-messages-in-elixir-or-a-few-things-you-need-to-know-in-order-to-avoid-performance-issues-2b3ce2bf84d8
Receiving messages in elixir, or a few things you need to know in order to avoid performance issues
https://medium.com/@ErlangSolutions/receiving-messages-in-elixir-or-a-few-things-you-need-to-know-in-order-to-avoid-performance-issues-2b3ce2bf84d8
Medium
Receiving messages in Elixir, or a few things you need to know in order to avoid performance issues
We’re kicking off #ElixirOverload with Oleg Tarasenko’s post on receiving messages in Elixir!
#elixir #software_development #programming #coding #jetruby_technical
Elixir: a new way of coding or who said magic doesn’t exist
https://expertise.jetruby.com/elixir-a-new-way-of-coding-or-who-said-magic-doesnt-exist-68f3a1b553d8
Elixir: a new way of coding or who said magic doesn’t exist
https://expertise.jetruby.com/elixir-a-new-way-of-coding-or-who-said-magic-doesnt-exist-68f3a1b553d8
JetRuby
The Elixir Language — Who Said Magic Doesn’t Exist?
As you’ve probably guessed (based on the name of our company), we’re fans of Ruby on Rails. It helped us implement various projects and…
#javascript #elixir #phoenix #react #webpack
Configuring webpack and react with phoenix 1.3 (with heroku deployment)
https://medium.com/@jake_53497/how-to-use-webpack-and-react-with-phoenix-1-3-5498fa24921e
Configuring webpack and react with phoenix 1.3 (with heroku deployment)
https://medium.com/@jake_53497/how-to-use-webpack-and-react-with-phoenix-1-3-5498fa24921e
Medium
How to use Webpack and React with Phoenix 1.3
If you are building an app with the heavy focus on front-end. You may want to use Webpack. Especially if you also would like to add React…
#programming #elixir #uber #homeless #code
Journey from being homeless to a software developer back to homelessness
https://medium.com/@mithereal/journey-from-being-homeless-to-a-software-developer-back-to-homelessness-2da82e16a15d
Journey from being homeless to a software developer back to homelessness
https://medium.com/@mithereal/journey-from-being-homeless-to-a-software-developer-back-to-homelessness-2da82e16a15d
Medium
Journey from being Homeless to a Software Developer back to Homelessness
I was happy to have a new job, and happy to be employed and off the street as i had previously been homeless for a few years due to a…
#elixir #basics #visual_studio_code
Elixir development with visual studio code
https://medium.com/@abadon.gutierrez/elixir-development-with-visual-studio-code-16b923e82653
Elixir development with visual studio code
https://medium.com/@abadon.gutierrez/elixir-development-with-visual-studio-code-16b923e82653
Medium
Elixir Development with Visual Studio Code
It is always helpful to have an IDE where you can run and debug your programs. Unfortunately, there is no a decent IDE yet for the Elixir…