My name is Bozhidar Dryanovski and I'm a Software Engineer at Clarity
You should follow me on Twitter or Check my work at Github
Let's build a Chrome extension with Web Components. That is what I said last night, and to be honest I never had any idea how to do it. I…
So to be able to round a number in JavaScript I found that this is the best and easy way. This way I don't have to convert the Number to…
Often the question is is something empty ? And what is empty really? The quick answer is empty is what we decide to be empty. The function…
Few times in my life I needed to fetch some data from the NPM registry and display some information for a given package, versions…
Often I need to find what is the type of given variable so I could decide how to handle it or what methods I may expect. At the same time…