MMarcoinmarcomruz.hashnode.dev·Mar 6, 2022 · 3 min readHow to be more productive without stress?From the start, we need to say that time management does not exist okay? Why? Well, how can you handle time if time is one of the few things you cannot change? Can you change it or add more hours to a day or even can you move unused time for later? I...00
MMarcoinmarcomruz.hashnode.dev·Feb 13, 2022 · 3 min readHow much does you setup effect you?Many of us since the beginning of the pandemic switched to remote work. We started working from our homes and there we created places where we can work effectively. If I should be honest with you, during the pandemic I got the chance to work remotel...00
MMarcoinmarcomruz.hashnode.dev·Jan 30, 2022 · 5 min readWhat about scope in JavaScript?Scope... The scope is to JavaScript coder like air is to everyone. It is everywhere in your project. And most of the time you don't even notice it, because it is so natural to you. The scope exists for you in your code. So the scope is our theme for ...00
MMarcoinmarcomruz.hashnode.dev·Jan 23, 2022 · 3 min readCoercions in JavaScriptTL;DR In this blog post, I will try to explain what coercion is. How you can use it or what can cause you problems in your code. Introduction There are some things you want to be aware of when you start to create in JavaScript. For example, convertin...00