#elixir

# My first talk

3 min read

On the 21st of November I performed my first talk at a local Elixir meetup. In front of 15 entire people I gave a 14 minute talk on turning a REST endpoint into a GraphQL one.

Read

# Contributing to Ecto

4 min read

I’ll preface this by saying no I didn’t actually have a PR merged, yet I still had a great experience nonetheless. I was working on a many_to_many relationship for work, one where if you had an empty…

Read

# Elixir connecting to databases part: 1

6 min read

Elixir does a great job when coupled with phoenix to give you a seamless setup when connecting to Postgres, but how does it actually work? What if I want to connect to a different type of database,…

Read