24th October 2022
During my research to write this post I noticed that Engines in Rails are a
little known tool, even by experienced developers in large companies. And
although you might think that it is because they don't need them, I think they
d…
14th July 2022
Have you ever worked on a feature that involves lots of record counting? It
happened to me.
Think of this scenario: you have multiple Authors with multiple Books, each book
has a category and you want to constantly know the numbe…
7th March 2022
Following Part 1 of this series, we'll now have a look at a different use case.…
25th February 2022
Starting a project is a good way to get experience in order to grow as a developer.…
1st February 2022
[PART 1 of 2]
Working with HEIC files is a challenge. As of today, there is not a single
browser that renders HEIC/HEIF files. I had the challenge at work
[https://www.michelada.io/] of being able to handle these type of files. I…