Javascript has several types of “for” loops. here we are going to look each one bit deeper… (more…)
Read more »
DukPy is a simple javascript interpreter for Python built on top of
duktape engine without any external dependency.
It comes with a bunch of common transpilers built-in for convenience: (more…)
Read more »
Creating a timezone-aware clock without any JavaScript, using IP address geolocation. (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 »