22nd December 2020
The first thing I have to say about the book is that it is huge and, coming from
someone with a physical book, it is kind of uncomfortable to even read it but,
coming from a book called Code Complete, it is kind of expected.
Sett…
17th August 2020
Is understanding regular expressions difficult to you? It usually happens to me
and, for such reason, I decided to read and reread information about this topic.
I wrote down some notes which I think will be enough to work with the…
7th August 2020
In Ruby, we are used to implement background jobs through tools such as Sidekiq,
or Resque. In this post, we will see the benefits of some OTP concurrency tools.
Hold your horses! OTP to the rescue
In the face of background pro…
12th March 2020
Some days ago I was reading chapter 4 of The rails way 5 (a very good book about
Ruby on Rails, even for experienced programmers IMO) this chapter is all about
how rails routing and redirections work.
There was a paragraph in p…