Probably, most of you have heard in one way or another about the new kid in the JavaScript ecosystem. I am talking about Service Workers which are a key part of modern web development. They have gained traction in recent years, all of that thanks to the popularity of progressive […]
javascript
Today is a special day for those who just are starting out in the JavaScript world. Why? Because it’s well-known that the only way to be master in our craft is through practice. So we are going to dirty our hands and start to improve our DOM manipulation skills. how? […]
In December 2019, during holiday time, I traveled to Los Angeles, I didn’t go on vacation. I spent my time there working remotely. I was so lucky to do that kind of stuff thanks to my current company. Check it out So, one day my two-and-a-half-years-old Son, while I was working […]
In the last few years, we have seen how much front-end stacks have grown. So that has required us to have been trying to catch up on all new frameworks, libraries, or new tools in this really fascinating industry. So knowing what we now know about JavaScript and front-end stuff, […]
React Native continues its growth and popularity in 2020. However, there is a common question I hear everywhere. When is a React Native App a better option against a native development?. I think the best answer could come from an analysis of a few scenarios and points to be taken […]
For all of us, we are in love with the all stuff related to the Javascript ecosystem, today has been launched the State of JS 2019, you can check everything of it in just one place. Here the most highlighted things about this. The Javascript Flavors: Typescript the winner JavaScript […]
Table of contents Introduction Concepts and properties Linked-list types Upsides and downsides Big O time complexity Real use cases From my point of view, data structure and algorithms are the heart and foundation of computer science. I think they’re the most important topics we should care and learn about before […]