Deep Learning with Elixir Step by Step
We create a Multi-Layered Neural Network with Elixir called Deepnet and then we show how it can be trained to reach a goal. http://tinyurl.com/jkgy3za
Write your own Sigils - Elixir
Sigils looks simple but they are powerful when you used them perfectly. Lets create our own Sigils…..
https://medium.com/@blackode/write-your-own-sigils-elixir-ce648f531211#.r59adavd8
End-to-end Testing in Elixir with Hound
Hound is an Elixir library for browser automation. This tutorial will show you how to use it for web scraping and end-to-end testing Phoenix applications.
https://semaphoreci.com/community/tutorials/end-to-end-testing-in-elixir-with-hound
The story of Conn in the world of Phoenix
A detailed study of Phoenix request-response cycle:
http://shankardevy.github.io/code/elixir-phoenix-conn-request-life-cycle/
Throttle / Debounce your tasks / operations, group them together!
https://github.com/princemaple/together
-
group notifications to be sent in one email
- cancel the previously queued email if another event happens within a short period (type: debounce / throttle)
-
make heavy operations happen less often, i.e. refresh some global statistics
- allow only 1 operation per certain period (type: throttle)
-
protect some write api
- additonally you can choose to use the first value in a period (keep: first)
- or the last value in the period (keep: last)
Designed to work both on a single node and across nodes in a cluster
Checkout the repo README and the docs for more information
Parsing Markdown with Earmark - ElixirCasts.io
Check out our latest episode where we parse some Markdown with Earmark: https://elixircasts.io/parsing-markdown-in-elixir-with-earmark
airbrake-elixir 0.5 is released with a bunch of new features.
Now airbrake-elixir supports system-wide error reporting enriched with the information from Plug and Phoenix channels. In case when you don’t want system-wide monitoring you have an opportunity to monitor specified processes or your own GenServers. https://hex.pm/packages/airbrake
Atom Editor for Elixir Development (Revisted)
Developing Elixir applications in the Atom Editor? Revisiting some recommended plugins that most people don’t seem to know about.
Atom Editor for Elixir Development (Revisited)
Broken Links - A phoenix app Part 06
This episode shows how to run scheduled jobs using crontab and elixir distribution https://www.youtube.com/watch?v=1AIZsdikJBs
Create a riak_core application in Elixir (Part 3)
I just published the third post about how to write riak_core application in Elixir. https://medium.com/@GPad/create-a-riak-core-application-in-elixir-part-3-8bac36632be0#.v7kfuzm0n
Write Your First Macro - Meta Programming
Just now published an article about writing the first macro with a clean explanation. Animated Gifs are added as examples.
Check the following link
https://medium.com/@blackode/write-your-first-macro-elixir-meta-programming-31037e1d83bf#.p1iohgsic
Phoenix |> CircleCI |> Heroku deployment
Learn how to build and deploy Phoenix apps to Heroku from CircleCI: https://medium.com/@tliversidge/phoenix-circleci-heroku-deployment-9d6cc9ef3739#.k6dexskml
Using Feature Folders in Phoenix
Organise your Phoenix code by features rather than traditional MVC types. https://medium.com/@tliversidge/phoenix-feature-folders-179e4dbc1e8a#.2xan1zl0a
Phoenix and Elm, a real use case (pt. 3)
Here is part 3 of the series. This time we will implement the pagination navigation and full text search.
http://codeloveandboards.com/blog/2017/02/14/phoenix-and-elm-a-real-use-case-pt-3
Learning Elixir - First Impressions
Loving Elixir! Here’s a writeup on my first impressions of the language (& phoenix).
http://masnun.rocks/2017/02/18/learning-elixir-first-impressions/
Telegram Inline Bot Creation in Elixir
Telegram Inline Bot Creation in Elixir
https://medium.com/@kanishkablack/telegram-inline-bot-creation-in-elixir-90fbae0ce3df#.cl1bj1mas
Presenting Clusterable
https://github.com/princemaple/clusterable the package that helps you prepare your node for clustering
10 Killer Elixir Tips
Here I published an article on medium about 10 Elixir tips, you may or may not know them. The link is in below
https://medium.com/blackode/10-killer-elixir-tips-2a9be1bec9be#.xjs1qksw2