elixir Use Wit.ai Natural Language Processing in Elixir for bots When creating bots you have to converse with the users and maintain context of the conversation so you can understand the intent of the users, do the necessary actions and provide users with
bot Create messenger bots using Elixir and Microsoft bot framework Microsoft recently released the bot framework to create bots for various messaging platforms such as Slack, Facebook, Telegram etc. It provides a unified interface for all of these platforms so you can reach
elixir Guts of Phoenix websocket channels Final results from Phoenix channel benchmarks on 40core/128gb box. 2 million clients, limited by ulimit #elixirlang pic.twitter.com/6wRUIfFyKZ— Chris McCord (@chris_mccord) October 28, 2015 I knew that
elixir What's 'use' statement in Elixir? use just calls the __using__ macro on the specified module. You might have run into that explanation of use but that does not explain much even though that's exactly what it does. You
elixir Binary pattern matching in Elixir with PNG parsing example Dealing with binary data has always been a pickle in OOP language. Pattern matching is very fundamental to Elixir making the functions much more descriptive. I was very pleased to see that the
elixir Spacemacs and Alchemist to make Elixir of immortality Ok, lets be clear; this post is not about immortality, that will be for next time :). Instead its about transitioning to a combination of Emacs, Vim and Alchemist for an awesome development experience
elixir Monads in Elixir This post is not about what monads are, I expect that you already know about them. The post is to see how you can use monads in Elixir using already created libraries. Monads
elixir Elixir Phoenix framework embedded image for Raspberry Pi 2 Phoenix is a great framework and I think it will do for soft-realtime applications what Rubby on Rails did for typical CRUD applications i.e. make it really easy to create such kind
docker Blinking LED using Elixir embedded image on Raspberry Pi In the April Seattle Erlang/Elixir Meetup the awesome guys at Rose Point Navigation gave a demo of burning Elixir/Erlang application as part of a custom built image and then running it
elixir Railway Oriented Programming in Elixir It would be a great world if everything ran without errors. Validating inputs from users and handling various other kinds of error ranging from databases access, file access, network issues or any other
elixir Elixir Cowboy with IIS 8 HttpPlatformHandler: Microsoft recently release the HttpPlatformHandler module for IIS 8+. This module will allow any process that can receive request on some port to be used in IIS. What this means is that
elixir Connecting Elixir nodes in Azure What is location transparency "In computer networks, location transparency is the use of logical names to identify network resources, independent of both the user's location and the resource location." - Wikipedia
docker Using ElasticSearch in Elixir ElasticSearch is a document database, not in the typical sense, topped up with a Lucene for doing free form text search on your document. This is kind of the storage you want to
docker Docker file for Phoenix How many time have you started some project, setup your machine with the correct version of softwares and then after a while have to move to another PC or something went wrong with