Martin Chaov chasing bits...

Home | GitHub | LinkedIn | Twitter | Facebook

Performance 101Fri, 08 Jul 2022 07:41:40 GMT

I recently published an article on Medium.com related to performance testing. Read more ->


SSE vs WebSockets vs PollingFri, 08 Jul 2022 07:37:21 GMT

I wrote this article some time ago for SmashingMagazine.com. It explores how SSE compares to WebSockets for streaming data to a client. Read more ->


Abstraction 101Mon, 23 Nov 2020 07:23:38 GMT

One of the most important tools at our disposal in every field of science and our daily lives is abstraction! It doesn't enable us to solve problems faster nor it makes our sistems more efficient. Abstraction allows us to grasp complex ideas/problems and discuss them by pin-pointing the important part and ignoring the irrelevant details. It is helping us humans think and express ourselves, rather than helping computers compute. Read more ->


React Hooks vs FPSat, 15 Aug 2020 21:53:05 GMT

With the release of React 16.8 we got the much anticipated hooks! And immediatelly the whole dev community lost their collective mind about how amazing the hooks are! How much more functional we can write our React components/apps... whatever they are writing. Well, bad news - there is nothing functional about the code that uses hooks... Read more ->


Hello World!Fri, 14 Aug 2020 00:02:54 GMT

What is a new venture whithout a 'Hello World!' message. This post talks about how this page became reality... also why I did write my own static site generator in the process... Read more ->