-
Find the differences between two arrays with Javascript
Author:
Date:
Often on a day to day as a developer is very common to work with arrays, I’d say is one of the most used data structures and there’s a need to learn how to manipulate them. In this post, I’ll be explaning how to find the differences between two arrays of objects (this can be […]
-
Create a phone mask on React.js w/o libraries
Author:
Date:
Recently I had to create a form that includes a phone number input. Such number input had to had some validations and an input mask to display properly the phone number. Nowadays there are a different npm packages that might help with this task (like react-input-mask), but from times to times, you want to do […]
-
Think responsively
Author:
Date:
Nowadays, in order to create a web app or a simple web page is fundamental to make it readable in many devices as possible.
-
Hello world!
Author:
Date:
As a common standard in programming, the “Hello World” is an introduction for the very basic understanding of a programming language and are literally the first steps of a programmer (usually a newbie into programming or an expert trying to learn a new language).