Store Comment Feature For Elm Picshare Application
Reading Time: 2 minutes
TL;DR In the previous post, we have added the Comment feature to our Picshare application. We only displayed the comment input box, and today we are adding a feature for…
Reading Time: 2 minutes
TL;DR In the previous post, we have added the Comment feature to our Picshare application. We only displayed the comment input box, and today we are adding a feature for…
elixir, functional programming
Reading Time: < 1 minute
TL;DR In the previous post, we presented Elixir operators, where many of them are Elixir Functions. Today we present the most powerful Elixir Feature, Macros. This post is part of the…
Reading Time: 2 minutes
TL;DR In the previous post, we explored refactoring by moving business logic from the Elm view function. Today we are adding the Comment feature to our Picshare application. This post…
elixir, functional programming
Reading Time: 2 minutes
TL;DR In the previous post, we presented I/O Lists, the data type for creating data streams for IO devices. Today we move on Elixir operators, where many of them are…
Reading Time: < 1 minute
TL;DR In the previous post, we explored refactoring the Picshare application using Type Aliases. Let’s keep refactoring by moving business logic from the Elm view function. This post is part of…
elixir, functional programming
Reading Time: < 1 minute
TL;DR In the previous post, we presented what Elixir offers in handling Dates and Time. Today we talk about I/O Lists, the data type for creating data streams for IO…
elm, functional programming, Uncategorized
Reading Time: 2 minutes
TL;DR In the previous post, we explored the Elm architecture life cycle by pressing our heart like button. It is time to handle our accumulated technical debt by refactoring the…
elixir, functional programming
Reading Time: 3 minutes
TL;DR In the previous post, we present higher-level types: Range, Keyword Lists, and MapSet. Let’s see what Elixir offers in handling Dates and Time. This post is part of the…
Reading Time: 2 minutes
TL;DR In the previous post, we created a Picshare Browser Program. Let’s explore the Elm architecture life cycle by pressing our heart like button. This post is part of the…
elixir, functional programming
Reading Time: 2 minutes
TL;DR In the previous post, we introduced the last two Elixir Basic Types, Reference, And Pid. Today we present higher-level types: Range, Keyword Lists, and MapSet. This post is part…