Tagged in

Web Development

im-becoming-functional
im-becoming-functional
Follow along with my functional programming learning
More information
Followers
800
Elsewhere
More, on Medium

A Phoenix and Elixir REST API— Part 2

Adding POST and PUT

Where We’re Headed

When we left off last time, we had the beginnings of an API. We now have our database configured, and have the routes and controller actions in place…


Dynamically Creating Elm Subscriptions

Cleaning up the Model

Some Ideas for Improvement

In my previous post, I made an attempt to use Elm subscriptions to create message elements that would disappear after a prescribed…