hey!

Welcome to my brain dump, where I write about programming and my projects. or random stuff.

You can find me on LinkedIn and X or Github.

Latest Articles

Understand High Order Component Once and For All

Understand High Order Component Once and For All

Intro Fala galera, tudo beleza? Hoje vou explicar um conceito considerado um tópico...

May 21, 014 min read
javascriptreactprogramming
The Never Ending Battle Against Software Complexity

The Never Ending Battle Against Software Complexity

What is Complexity? Recently, I finished reading "A Philosophy of Software Design" and in...

Jul 26, 245 min read
webdevjavascriptprogrammingproductivity
I created an App to help you get/change jobs as a Dev

I created an App to help you get/change jobs as a Dev

Hey Guys! Recently, I have moved to this Mobile Developer job in Europe, and during this preparation...

Aug 22, 222 min read
javascriptprogrammingcareerflutter
I created a library for mobile developers who cares about color.

I created a library for mobile developers who cares about color.

You know that moment when you needed a color to be a little bit lighter or darker? But you don't...

Apr 5, 221 min read
javascriptreactnativetypescript
How to have different returns from the same mock with React Native + Jest

How to have different returns from the same mock with React Native + Jest

1. Scenario Let's imagine a react-native scenario where you have a component that has a...

Mar 24, 222 min read
javascriptreactjest
The right way to use Flatlist + TypeScript + Styled Components in React Native

The right way to use Flatlist + TypeScript + Styled Components in React Native

1. Scenario Let’s imagine that you need to implement a list of names using TypeScript +...

Feb 21, 223 min read
reactnativetypescriptstyledcomponent
Conditional types for props using TypeScript and React

Conditional types for props using TypeScript and React

Part One: Scenario and Final Result Let’s imagine a scenario where we have an Avatar...

Jan 17, 224 min read

How to load local dynamic images with html in React Native

First we will need to use react-native-render-html (I like it because it doesn’t use WebView, and...

Jul 2, 213 min read
reactnativemobilehtmlimage