Elixir Application Design
I examine the OTP application design of Mix.
I examine the OTP application design of Mix.
I continue looking at OTP application design by examining the structure of Ranch.
I examine the application structure of Cowboy HTTP Server.
I continue developing Domain Scrapper by adding a pool of workers.
I continuing putting an application together by composing multiple OTP applciations.
I continuing developing my application by fetching posts and comments from reddit.
I test my assumptions and put my OTP applications together.
I add a cache of unshortened URLs using ETS.
I take a deep dive into Elixir's Collectable Protocol and implement Collectable for some of my modules.
I setup Ecto within my Domain Scrapper application.