Elixir List Recursion
TL;DR In the previous post, we explain what Elixir Lists are and when to use them. Today we reveal the recursion concept in Elixir Lists. This post is part of…
TL;DR In the previous post, we explain what Elixir Lists are and when to use them. Today we reveal the recursion concept in Elixir Lists. This post is part of…
TL;DR We already created Main module for our application. Let’s add some style to application text along with our first photo. This post is part of the functional language series,…
TL;DR In the previous post, we started to organize Elixir’s primary data type in Tuples. Today we explain what Elixir Lists are and when to use them. This post is…
TL;DR In Elm List Collection, we learned how to use List collection. Today we create our first Web Application for sharing pictures. This post is part of the functional language…
TL;DR In the previous post, we discussed Elixir’s short circuit operators and how those could help you to write less code. Today we explain what Elixir Tuples are and when…
TL;DR In Elm Type Annotations, we learned why it is essential to add type annotations. Today we talk about important features, Elm List. This post is part of the functional…
TL;DR In the previous post, we explained Elixir Atoms. Today we discuss Elixir short circuit operators and how those could help you to write less code. This post is part…
TL;DR In Elm Static Types, we discussed why Elm is a statically typed language. Today we talk about important feature, Elm type annotations. This post is part of the functional…
TL;DR In the previous post, we explained Elixir Numbers. Today we discuss Elixir literal named constants, atoms. This post is part of the functional language series, and it is based…
TL;DR The static type describes the kind of data that could be associated with value. This post is part of the functional language series, and it is based on a…