Railway development in Elixir using `with`
A year ago, I came across the great post by Zohaib Rauf on Railway programming in Elixir. Here was the code Zohaib used as an example »
A year ago, I came across the great post by Zohaib Rauf on Railway programming in Elixir. Here was the code Zohaib used as an example »
Recently, I was needing to drop down to the raw Mongo driver instead of working through Ecto. It turns out it's really simple. Just use MyApp. »
I was trying out convox.com as an alternative to Heroku (it's fantastic, btw). Convox requires apps to be in docker containers and have a handy »
Tonight, I was trying to debug a bug I was running into with mongodb_ecto (it's a great project, btw). I opened up deps > mongodb_ »
When I start coding a new feature, I typically start in a program like Evernote where my code won't be runnable. It's a bit unconventional, but »