This article is in a series of code review articles that take a deep look at a popular module and discuss its merits, flaws, and overall fitness for a task. SummaryAxios is a solid, battle-tested, r... (more…)
Read more »
Learn Language Like a Linguist (LLLL) is a series video course to teach programming languages in an advanced perspective. This is the 1st video of LLLL serie... (more…)
Read more »
JavaScript/TypeScript static analyzer for call graph construction, library usage pattern matching, and vulnerability exposure analysis - GitHub - cs-au-dk/jelly: JavaScript/TypeScript static analyz... (more…)
Read more »
Breaking a loop in JavaScript is confusing. Few tips to write a better code to understand for loops in JavaScript. (more…)
Read more »