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 …
Introduction to Functional Programming with Javascript
Last Updated on May 30, 2023 In this article I would like to show you how you can use functional programming with JavaScript. Write your …
Go Full Stack Rails — The Frontend Part 3
A pipeline of functional transformations
Last Updated on May 30, 2023 Although not mandatory, you can catch up with previous episodes if you haven’t already: The Backend Part 1: Working …
Go Full Stack Rails — The Frontend Part 2
About ES6 Promises and improving Promise-based specs
Last Updated on May 30, 2023 Welcome! Each part of this blog post series drills down into a bunch of pertinent details, aiming to form …
Building Scalable Client-side Components
Last Updated on April 11, 2024 Writing components is a good way to structure our client-side apps. However we should be careful when writing and …
Copycatting netcat: from Node.JS to C
Let’s get to the heart of streams, how they work and some classical problems.
Last Updated on October 18, 2023 Mastering web development is a cruel and endless journey. Part of this endeavor is understanding the dystopian world where …
Instalação do Docker e docker-compose
Roteiro de instalação do Docker e docker-compose no Linux.
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, …
My first 2 weeks at Codeminer 42
Last Updated on July 4, 2023 When we go to college, we are desperate to learn. But after some time, we realize that we lost …
Go Full Stack Rails: The Frontend Part 1
A brief introduction to test-driven frontend development
Last Updated on May 30, 2023 In “The Backend” part 1 and part 2, we mediated on the design of an endpoint to serve timeline …