Archive

# Teamwork

11 min read

I’ve only ever worked with small teams in my short career, but I’ve worked in teams for most of my life, having played basketball since I was 8 or so. All these team sports have really strengthened…

Read

# Company culture

4 min read

Last night was the 1 year anniversary of Our Very Own (OVO), the company I work for. We had a company presentation, then we went to a mini golf bar.

Read

# Daily exercise

5 min read

As programmers we often neglect our health. We typically consume a lot of caffeine, we don’t exercise much and like most professions we don’t sleep enough.

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

# Testing in Elixir

3 min read

Learning a new language while on a project at work has meant a somewhat rushed learning curve. I’ve had to learn functional programming, Elixir, GraphQL, graph databases namely Dgraph and dabble in…

Read