Published inwinnintechImplementing Reduce in javascript (Part 2)You can see the part 1 here: https://medium.com/@ericholiveira/implementing-reduce-in-javascript-part-1-7ea8711e194May 18, 20181May 18, 20181
Published inwinnintechImplementing Reduce in javascript (Part 1)I've spent a lot of time trying to learn the map/reduce functions, and more after that trying to use it in a daily basis.May 10, 20181May 10, 20181
Nodejs microservices. From Zero to Hero. Pt3 (Plugins and clustering)It’s time for a new post teaching the basics of studio and how to implement microservices in nodejs.May 12, 2016May 12, 2016
Published inMicroservices Practitioner ArticlesNodejs microservices. From Zero to Hero. Pt2 (Basic usage)This is part 2 of a series of posts on motivations for microservices on nodejs and how to implement it using Studio . You can read Part 1…May 6, 2016May 6, 2016
Published inMicroservices Practitioner ArticlesNodejs Microservices. From Zero to Hero. Pt1 (Motivation)I’ve decided to create this series of posts explaining what are microservices, how can you make it scale, and how to implement it on…Apr 30, 20162Apr 30, 20162
Truques com arguments em javascriptMuitos iniciantes no mundo do js não sabem, mas dentro do escopo de toda função existe uma variável chamada arguments que contém algumas…Oct 6, 20151Oct 6, 20151
Slides FRP em javascriptOntem eu tive a felicidade de palestrar no the developers conference em Porto Alegre, e aqui estão os slidesSep 25, 2015Sep 25, 2015
Short-circuit operators. Como escrever um código mais conciso e expressivo.Uma das intenções desse blog é mostrar aspectos do javascript que muitos programadores não conhecem. Hoje além de operadores de…Sep 10, 20151Sep 10, 20151
Multiplicando funções… Ou números executáveis?No último post, eu falei um pouco sobre memoization e para isso, mostrei como utilizar propriedades em funções, no post de hoje, eu vou…Aug 31, 20151Aug 31, 20151
Memoization em javascript. Como acelerar funções lentas.Memoization é uma técnica de otimização utilizada para fazer com que funções lentas fiquem mais rápida. A técnica consiste em armazenar o…Aug 27, 20152Aug 27, 20152