Crazy Developer in Git commit – -amend
Last Updated on May 29, 2023 Are you new on git? And you know these commands: git add , git commit , git pull , …
How to install Docker and docker-compose
A roadmap to install Docker and docker-compose in Linux.
Docker is a tool to wrap a piece of software in a complete filesystem that contains everything needed to run an application, such as code, …
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, …