Los simbolos inmortales
May 21, 2021
TL;DR; Valida siempre los nombres de los métodos admitidos cuando realices metaprogramación
¿Necesitamos Background Jobs en Elixir?
August 08, 2020
En Ruby nos hemos acostumbrado al uso de background jobs por medio de herramientas como Sidekiq, o Resque. En este post veremos los beneficios de...
ARM en la MAC, desdela perspectiva del developer
June 26, 2020
Hace unos días Apple reveló sus planes de integrar procesadores con arquitectura ARM en sus equipos de escritorio, dejando a un lado los procesadores de...
Moving back to Jekyll!
May 16, 2018
It has been a while since my last blog post, but before I start writing a new one, I need to do something. Cleanup my...
Swift Vs Objective-C
November 12, 2017
Since 2014 Swift programming language has gotten the fascination of developers and strangers, but what about the old and reliable Objective-C, that for years has...
No big framework, No problem
February 24, 2017
Recently you might face the need to learn a new frontend framework, and last year you had to do the same. Unfortunately, this is a...
8 Reasons Why You Should NOT Shoot in JPEG
July 22, 2016
One of my hobbies is taking pictures, although I am still learning, with my computer science background I know, that If I want to post...
What and where precision matters
May 28, 2016
It is well known in all programming languages the floating point math loses some accuracy. Therefore we have something like the following statement
Divide and... conquer?
May 13, 2016
It has been taught “divide and conquer” is a great technique to solve any problem. Well, sometimes in practice it is harder than we, though,...
5 reasons I move form X to Y programming language?
May 05, 2016
These days there is the a trend of experienced developers leaving X programming language to move to Y, but why is this happening? Is X...
Lessons Learned from a computer graphics background
April 22, 2016
The dream from almost all computer nerd is to make his own video game, unfortunately this goal is harder than we though. It turns that...
Heroku hybrid application with Go and Ruby
February 20, 2016
As a ruby developer I like how easy and convenient is to have an asset pipeline, specially when your frontend gets larger or complex. Serve...
Benchmark tools for Rubyist
December 12, 2015
When in doubt test it!
Speed things up with Go
June 05, 2015
I am always been fascinated about speed, from overclocking hardware to efficient algorithms, but I always struggle with compiled programming languages and concurrency, I remember...