Functional Programming with Lodash/FP
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 …
Codeminer42’s Engineering Blog
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, …
Metaprogramming is one of Ruby’s most powerful, intriguing and hard-to-grasp features. Ruby has a deep kind of truth that I could not yet find in …
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, …
Writing components is a good way to structure our client-side apps. However we should be careful when writing and using them. In my recent projects …
Mastering web development is a cruel and endless journey. Part of this endeavor is understanding the dystopian world where all the magic sits on — …
Docker é uma ferramenta para isolamento de software num outro sistema de arquivos que tenha tudo que precisa para rodar: arquivos binários, arquivos de configuração, …
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 …