#elixir #web_development #functional_programming #programming
Quote do, unquote, use, require, and import?
https://medium.com/flatiron-labs/quote-do-unquote-use-require-and-import-63fd672aeb8b
Quote do, unquote, use, require, and import?
https://medium.com/flatiron-labs/quote-do-unquote-use-require-and-import-63fd672aeb8b
Medium
Quote Do, Unquote, Use, Require, and Import?
Explaining where Elixir modules get their functions when they’re not explicitly defined from the perspective of a Rails developer
#elixir #plug #cowboy #programming
Elixir app with plug and cowboy
https://medium.com/@miprio101/elixir-app-with-plug-and-cowboy-2ecee23c39dd
Elixir app with plug and cowboy
https://medium.com/@miprio101/elixir-app-with-plug-and-cowboy-2ecee23c39dd
Medium
Elixir app with Plug and Cowboy
This week I am going to demonstrate about how you can create an Elixir app with the power of Plug and Cowboy. And after reading this post…
#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…