Phoenix GraphQL Tutorial with Absinthe

I decided to write up a couple tutorial posts for getting started with the Absinthe GraphQL library in Phoenix. This is the first one https://ryanswapp.com/2016/11/29/phoenix-graphql-tutorial-with-absinthe/

Introducción a Elixir y Phoenix desde la perspectiva de un programador Rails

I recently gave a talk in the city of La Plata about Elixir and Phoenix for Rails developers. I share with you the complete text of the talk in spanish with a link to the slides.

Recientemente dí una charla en la ciudad de La Plata acerca de Elixir y Phoenix para desarrolladores Rails. A continuación el texto completo con link a las diapositivas.

http://nicanor.github.io/2016/11/29/phoenix-desde-una-perspectiva-rails.html

Project Blinkenlights: embedded Elixir on a Raspberry Pi

An Elixir Nerves powered Raspberry Pi which uses Raspberry’s GPIO to make a LED on a breadboard blink: http://www.carstenblock.org/post/project-blinkenlights/index.html

Playlist: Parse playlist files (M3U and PLS)

https://github.com/sotojuan/playlist

Maru - Elixir RESTful Framework

Maru v0.11.0 has been released. https://github.com/elixir-maru/maru/blob/master/CHANGELOG.md

API wrapper for Medium.com

https://github.com/roperzh/medium-sdk-elixir

Budapest |> Elixir on Dec. 08

https://www.meetup.com/budapest-elixir/events/235642606/

Video & Slides: Elixir & Phoenix – fast, concurrent and explicit

The video of the talk I gave at Rubyconf Portugal is online along with the slides. It’s a look at Elixir & Phoenix focusing on the explicit part of the title. Namely, how do Elixir and Phoenix make my programming life better apart from just raw speed? The talk is aimed at people not yet too familiar with Elixir & Phoenix and should serve as a good introduction, especially for ruby folks.

Sky - Library with utilities for transforming functions

Sky is a library that exposes functions, macros and operators for dealing with functions.

It is common in elixir to pipe data through functions, and since functions are also data, why not extending the idea?

How to Capture All Errors Returned by a Function Call in Elixir

Error propagation in Elixir follows a different logic from that of mainstream languages. Here’s a blog post showing you how to capture all errors in an Elixir application.

http://semaphoreci.com/blog/2016/11/24/how-to-capture-all-errors-generated-by-a-function-call-in-elixir.html

Phoenix - First Impressions

https://blog.codingpl.us/2016/11/17/phoenix-first-impressions/

Find out which versions of your elixir libraries people depend upon

I just shipped a feature on https://libraries.io to help library maintainers find out which versions people currently depend on: https://libraries.io/hex/poison/usage

screen shot 2016-11-24 at 2 29 23 pm

Elixir for Rubyists: Charlists |> Binarys |> Strings | IOLists

Check it out here!

Using Apollo Client with Elixir's Absinthe

Check out how to use the Apollo #GraphQL client in conjunction with Elixir’s Absinthe library. http://www.east5th.co/blog/2016/11/21/using-apollo-client-with-elixirs-absinthe/

Binary data over Phoenix sockets

How to send raw binary data through channels in the Phoenix framework using the MessagePack format to deliver the payload.

https://nerds.stoiximan.gr/2016/11/23/binary-data-over-phoenix-sockets/

Building Widgets for Kitto

The next post in my series on building Kitto dashboard is up. This time on building widgets to display data in your dashboards.

Dress - Cli app that makes your stdout fancy.

https://github.com/veelenga/dress

Elixir, Ruby, don’t fight. Talk.

Series of posts, how to talk from elixir to ruby, and vice versa.

Part one: Export / Erlport

https://blog.fazibear.me/elixir-ruby-dont-fight-talk-d83d5abc8898#.kuvsnpkeq

Real Responses from Mock Modules

Follow up to my last post, showing how to use the mock HTTP module in testing. https://medium.com/perplexinomicon-of-philosodad/real-responses-from-mock-modules-56709b536261#.3j0ssrpro

Morphix - A couple of useful utility methods for maps

Morphix 0.0.2 - now handles nested lists when doing a deep atomization of keys in maps.

https://hex.pm/packages/morphix

Previous page Next page