Developer Notes

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

Posts:


Build Chrome Extension with Web Components

July 28, 2021

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…

JavaScript: Number rounding

July 21, 2021

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…

JavaScript: is something empty?

January 13, 2021

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…

JavaScript: NPM Registry API query

January 13, 2021

Few times in my life I needed to fetch some data from the NPM registry and display some information for a given package, versions…

JavaScript: find the types of a variables

January 12, 2021

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…

© 2021, Build version 2.0.5