Recent Posts

Showing 11 total posts

In this post I want to touch on something I've found myself writing a few times as a prerequisite as a starting point for a new phoenix application. In this post I go over some of the very basics to getting a basic phoenix application going for local development.

Views: 25

I wanted to get a better understanding of what gradual typing is in elixir. Currently gradual typing is under development in elixir and not fully implemented but in short its a way to add static typing to the dynamic language. In this post I explore what is currently available.

Views: 14