In this article, we will create an example using Polymorphism in React. Acceptance...
In this post, we gonna dive into TLDR with fzf search. Usage of TLDR Go to your favorite...
Some practical examples of how to use the React useEffect() - import React from "react"; export...
When you found something like document.querySelector('.something') in your React codebase, it's...
When working with React, you will notice often used naming called Controlled and Uncontrolled. So,...
A common thing I noticed in a lot of projects I worked on is the Nested Render Functions approach to...
The goal of this articles is to share with you some insights that I have learned over the last few...
In this post, I'll show you how to upgrade from Husky - Git hooks v4.x to v5.x. The motivation to...
On this article, I'm going to share my process of studying software development with videos and...
On this article, I'll show how to update your default branch from "master" to "main". Why d...
Hey there! Some days ago I published about Patterns for writing better git commit messages, it's jus...
It's an opinionated guide I keep with me to consult every time I catch myself in doubt if I'm writing...
Originally posted here A subject that I always see in conversation circles with other developers...
For me, even though I already have experienced remotely work, it's still difficult to maintain the me...
Hey! What flow do you use to organize your life? For me, I use a combo of tools Todoist + Notion. A...
Today I created a notion file with some Posts, Books, Videos, and Courses about frontend architecture...
On this simple trick, I'll show you how to create a PureComponent as a functional way with React.memo...
On this simple trick, I'll show you the benefit of using Nullish Coalescing - ?? instead of OR - ||....
On this simple trick, I'll show you how to give an array of promises and only return after all either...
On this simple trick, I'll show the difference between operators in and hasOwnProperty. class Valid...
On this simple trick, I'll show you how to use the Composite design pattern. const canLowerCase = s...
On this simple trick, I'll show you how to create a Factory method pattern. function HttpErrorFacto...
On this simple trick I'll show you how to compare objects more accurately using Object.is(). consol...
On this article, I will show you to configure eslint with typescript in a quick way. I'll use yarn o...
On this simple trick I'll show how to remove an element from the array and add another one at the sam...
Today I moved a hook that I use to fix the problem of setting the state to an unmounted component and...
On this article, I'll focus on showing how to add, edit and remove items in an array causing mutation...
I was thinking about how there are really cool YouTube channels that we follow and that can help othe...
This post is about my steps to write my own dotfiles and where I get the basis for it.
Functional programming concepts with JavaScript language.