Explore >> Select a destination


You are here

techinsights.manisuec.com
| | v8.dev
2.4 parsecs away

Travel
| | Top-level `await` is coming to JavaScript modules! Youll soon be able to use `await` without needing to be in an async function.
| | nurkiewicz.com
11.3 parsecs away

Travel
| | Podcast for developers, testers, SREs... and their managers. I explain complex and convoluted technologies in a clear way, avoiding buzzwords and hype. Never longer than 4 minutes and 16 seconds.
| | nodesource.com
7.8 parsecs away

Travel
| | Discover how Node.js's new support for synchronous ESM graphs simplifies transitions to ECMAScript Modules, enhancing developer experience.
| | dht.is
71.8 parsecs away

Travel
| Background I was packaging up a website as a PWA (progressive web application) so that it could be used offline at a conference, and I wanted to have some analytics collected while offline. After a lot of searching, I came across Piwik Pro, a capable analytics package that specifically included capabilities for offline analytics tracking. Perfect! However, their code assumes that you are building your project using a framework with a packaging-based workflow. My project was simple, vanilla html and javascript.