Elixir modules, files, directories, and naming conventions
Today, let’s talk about naming and organising Elixir project modules and files. Then, I’ll try to summarise some conventions that I have seen out there and h...
A Slack bookmarking application in Elixir with Opus · Dimitris Zorbas
This post describes how we used Elixir and Opus in one of our services at Tefter, which implements bookmarking collaboration in Slack.
My relationship with Slack I remember, when Slack started getting viral and it was set as the main chat app at work, I was very reluctant to use it. I was quite happy with IRC and always in favour of open protocols. Since it supported an IRC / XMPP gateway, tweaking my irssi config and later finch was trivial and my overall experience was good.
Functional Programming eXchange 2014 conference cast. Scott Wlaschin: Join Scott Wlaschin who will explain how to create robust real world applications in a ...
Scott Wlaschin - Railway Oriented Programming -- error handling in functional languages
When you build real world applications, you are not always on the "happy path". You must deal with validation, logging, network and service errors, and…
How I Centralized Our Scattered Business Logic Into One Clear Pipeline For Our Elixir Webhook Service
Find out how centralizing scattered business logic into one clear pipeline for our Elixir webhook service helped PagerDuty as a company gain better visibility into how the service actually worked.
Livebook recently dropped and I was curious to see what the hype was all about. I had dabbled with ipython notebook (Jupyter) long ago, so I was curious to see what an Elixir version would offer.
Switching to Pyhton for huge mathematical calculations can help your Elixir/Phoenix app in a significant way. Ever encountered such a problem? Don't worry, just learn how to finally make your programming work easier!