Lately I was reading the CLRS book about algorithms so this article is inspired by it. We live in an API/libraries world and usually we don't have to implement things like AVL trees or a Max-Heap etc, but studying basic algorithms and data structure train... (more…)
Read more »
If you must encrypt in the browser, JavaScript with Web Crypto API is an option. If you need to decrypt the results in a different language, it takes some time to find out how. Here’s one approach with AES-GCM. (more…)
Read more »
This week I encountered AMP + PWA more than ever before. After twitter lite launch, it’s clear progressive web applications have some… (more…)
Read more »
Promises aren’t a new concept in JavaScript. They are objects that represent the eventual completion or failure of an asynchronous operation, and its resulting value... (more…)
Read more »
Zam is a fast JavaScript library that simplifies DOM traversal, event handling, and Ajax. (more…)
Read more »