I/O Devices Communication In Elixir
elixir, functional programming
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…
elixir, functional programming
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
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
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…
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
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…
TL;DR In the previous post, we wrote the Picshare update function, but the heart icon had not been interactive yet. In this post, we will create a Picshare Browser Program….
elixir, functional programming
TL;DR In the previous post, we introduced Elixir Closure. Today we present the last two Elixir Basic Types, Reference, And Pid. This post is part of the functional language series,…
TL;DR In the previous post, we learned how to add an Update Model to our Picshare application. In this post, we will write the Picshare update function but heart icon…
elixir, functional programming
TL;DR In the previous post, we introduced Elixir First Class functions, Lambdas. Let’s see what Elixir Closure is. This post is part of the functional language series, and it is…
TL;DR In the previous post, we learned how to add Elm View to our Picshare application. This post is part of the functional language series, and it is based on a…