I've been learning how to build websites with Gatsby for more than 3 months now and what that I can say is that I don't like it, I really LOVE it 💖! Gatsby is a powerful React-based framework that makes building static websites and apps super easy…
Read MoreBlog
In this article I want to take a close look at one of the most weird argument I found while learning to code: Regular Expressions. Any time I work with Regular Expressions I feel like Jon Snow in front of Ygritte listening to her saying "YOU KNOW…
Read MoreThis time I want to talk about basic Arrays Methods which are commonly used in Javascript to solve problems and algorithms. I've been working on solving algorithms both on FreeCodeCamp and CodeWars for the last 4 weeks and find out I used a lot of…
Read MoreIn this article we are going to take a close look at some arrays iterators like map, filter, reduce or others methods that use callbacks to make arrays more flexible and help you solve problems and algorithms in javascript. Learning these higher…
Read MoreIn this article I want to talk about few basic string methods which are most commonly used in Javascript and very useful when it comes to solve problems and algorithms. I've been working on solving algorithms both on FreeCodeCamp and CodeWars for the…
Read More