Why OOP failed?This is an entry with some personal traits. Since I was in high-school I’ve owned — as, I guess, many other people on this planet — a…Apr 27, 2020Apr 27, 2020
Why I don’t attend White Board interviews anymore.After thinking about it for some time I decided henceforth to be clear to the interviewers that I’m willing to solve and then discuss an…Apr 24, 2020Apr 24, 2020
La Región Más TransparenteAntes de iniciar me gustaría aclararme el cogote y confesar que entro a la obra de Fuentes no sin la contaminación de ciertas nociones…Oct 13, 2019Oct 13, 2019
Keep your database config options in AWS Parameter StoreI don’t like to have a passwords.yml file hanging around so:Apr 3, 2019Apr 3, 2019
Test Node lambda with Jest+aws-sdk-mockMy handler function, callled save_transfer, takes a Json from the web, makes a new hashmap and save it in a SQS service, to test it:Mar 15, 2019Mar 15, 2019
Invoke AWS lambda from another lambda with Node 8.10TypeScript resolver version for GraphQL:Mar 4, 2019Mar 4, 2019
Clojure for Rails Developer using Luminus(Oops! Medium doesn’t render Markdown. Better try here.)Sep 10, 2018Sep 10, 2018
Notes from the book “On Lisp” by Paul GrahamThe flexibility of Lisp has spawned a whole new style of programming. In Lisp, you can do much of your planning as you write the program.Dec 8, 2017Dec 8, 2017
Testing ReactJS components with mocha-webpackIf you are using Webpack in your project, you probably want to use the bundle.js file to test your React components during the TDD cycle…Oct 12, 20161Oct 12, 20161
ReactJS pagination using the will_paginate gem1.) Install the gem in your Gemfile:Oct 11, 20161Oct 11, 20161