Once I did a work sample for an IT company in Sweden. I was even more junior then than now. My feedback was that they thought my solutions was OK, but not good. I don't know if I would've gotten the job since I got another before they had time to decide. (more…)
Read more »
Modern JS frameworks tend not to reload the page but manipulate DOM and change URL path for internal navigation, for performance and smooth UX. But since there is no page reload, window.onload event does not get triggered for subsequent navigation. W... (more…)
Read more »
The Space SDK is a complimentary framework that enables the use of features enabled by IPFS, Textile, Ethereum, GunDB, and other Open Web protocols via the Space API. (more…)
Read more »
I wrote a todo app. Unlike TodoMVC (where I took the design from) it doesn’t use JavaScript and instead all interactions are driven by CSS. (more…)
Read more »