Refatorando para JavaScript Funcional: Composição de Funções (parte 1)
If you cannot read in Portuguese, try to use the Google Translator. Each code sample here will be written in English. Feel free to translate …
Codeminer42’s Engineering Blog
If you cannot read in Portuguese, try to use the Google Translator. Each code sample here will be written in English. Feel free to translate …
If you cannot read in Portuguese, try to use the Google Translator. Each code sample here will be written in English. Feel free to translate …
If you cannot read in Portuguese, try to use the Google Translator. Each code sample here will be written in English. Feel free to translate …
We have been hearing a lot about functional programming since the past couple of years and even how to use the paradigm in Javascript. For …
In this article I would like to show you how you can use functional programming with JavaScript. Write your code avoiding iteration, start using map, …
Although not mandatory, you can catch up with previous episodes if you haven’t already: The Backend Part 1: Working on the backend, exploring requirements and …
Welcome! Each part of this blog post series drills down into a bunch of pertinent details, aiming to form the big picture of a clean, …
Mastering web development is a cruel and endless journey. Part of this endeavor is understanding the dystopian world where all the magic sits on — …
When we go to college, we are desperate to learn. But after some time, we realize that we lost that feeling. Since all our projects …
In “The Backend” part 1 and part 2, we mediated on the design of an endpoint to serve timeline tweets to a frontend client. In …