Day 10: Errors and Processes
Coming soon
Coming soon
Coming soon
Records Records are, first of all, a hack. They are more or less an afterthought to the language and can have their share of inconveniences.They’re still pre...
On this chapter there was nothing interesting from the book, just an implementation of a prefix notation or Polish notation. In Erlang to solve a problem is ...
Errors come in many flavours such as compile-time errors, logical errors, run-time errors and generated errors. Compile-time errors are often syntactic mista...
In functional programming concept of higher order functions is where we use functions as parameters to other functions. Resulting in the function parameter b...
Type Safety is the new cool, type systems give programmers more safety and speed due to less errors. Erlang is a dynamically typed language where error is ca...
An = sign in Erlang/Elixir is not about assignment but rather is a match operator, the same way it is in Algebra. Pattern matching allows for using different...
An = sign in Erlang/Elixir is not about assignment but rather is a match operator, the same way it is in Algebra. Pattern matching allows for using different...
With Erlang you can try out the language using the Erlang shell by typing erl, one great thing about the Erlang shell is that it has a built-in line editor ...
I consider myself an advanced beginner in Elixir, being a Rubyist, Elixir was destined to be my next language, like it has been for many other Ruby developer...
Writing Javascript at scale is not easy, however, Javascript has experienced a lot of improvements over the past decade making it modern, less buggy, predict...
Elixir despite being a compiled language, it somehow behaves like an interpreted language. For instance Usually you would not put an Application.get_env or S...
So according to my good friend Wikipedia Vim is a clone, with additions, of Bill Joy’s vi text editor program for Unix. Vim’s author, Bram Moolenaar, based i...
Tmux as defined in Wikipedia is a terminal multiplexer for Unix-like operating systems. It allows multiple terminal sessions to be accessed simultaneously in...
Coming soon
On this chapter there was nothing interesting from the book, just an implementation of a prefix notation or Polish notation. In Erlang to solve a problem is ...
Errors come in many flavours such as compile-time errors, logical errors, run-time errors and generated errors. Compile-time errors are often syntactic mista...
This theme supports link posts, made famous by John Gruber. To use, just add link: http://url-you-want-linked to the post’s YAML front matter and you’re done.
According to Wikipedia a data structure is a way that data is organized, managed and stored to enable efficient access and modification of the data. A data s...
Here you will find posts about different things I learned and continue to learn on a daily basis. Most of the things will cover software development, but on ...
Here you will find posts about different things I learned and continue to learn on a daily basis. Most of the things will cover software development, but on ...
According to Wikipedia a data structure is a way that data is organized, managed and stored to enable efficient access and modification of the data. A data s...
This theme supports link posts, made famous by John Gruber. To use, just add link: http://url-you-want-linked to the post’s YAML front matter and you’re done.
Ruby has many ways of doing the same thing, for instance when you have an array to get its size you could either use one of the following methods: Array.size...
Factory Method is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of obj...
With Erlang you can try out the language using the Erlang shell by typing erl, one great thing about the Erlang shell is that it has a built-in line editor ...
With Erlang you can try out the language using the Erlang shell by typing erl, one great thing about the Erlang shell is that it has a built-in line editor ...
With Erlang you can try out the language using the Erlang shell by typing erl, one great thing about the Erlang shell is that it has a built-in line editor ...
An = sign in Erlang/Elixir is not about assignment but rather is a match operator, the same way it is in Algebra. Pattern matching allows for using different...
Type Safety is the new cool, type systems give programmers more safety and speed due to less errors. Erlang is a dynamically typed language where error is ca...
In functional programming concept of higher order functions is where we use functions as parameters to other functions. Resulting in the function parameter b...
In functional programming concept of higher order functions is where we use functions as parameters to other functions. Resulting in the function parameter b...
Records Records are, first of all, a hack. They are more or less an afterthought to the language and can have their share of inconveniences.They’re still pre...
Coming soon
Coming soon