Towards Minimal, Idiomatic, and Performant Ruby Code
Debunking some popular Ruby idioms
Last Updated on May 29, 2023 I try to embrace a particular way of working with code: it should be minimal, idiomatic, and performant by …
Aplicando Design Sprint no seu projeto
Last Updated on May 29, 2023 Assim que comecei a minha iniciação científica não sabia como criar um produto, polir uma ideia e principalmente por …
Deploy de App Ruby on Rails em VPS
PaaS ou VPS? Ultimamente tenho preferido serviços PaaS como o Heroku, mas muitos clientes preferem uma VPS na maioria das vezes pelo preço fixo, mas …
Git: Ours or Theirs? (Part 1)
Tips for resolving conflicts automatically
Last Updated on May 29, 2023 In this article, I will assume that you already have a basic understanding of Git and consequently is familiar …
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 …