Performance 101Fri, 08 Jul 2022 07:41:40 GMT
I recently published an article on Medium.com related to performance testing. Read more ->
I recently published an article on Medium.com related to performance testing. Read more ->
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 ->
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 ->
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 ->
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 ->