home.social

#nodejs20 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nodejs20, aggregated by home.social.

fetched live
  1. I self-hosted Jupyter Notebooks supporting Javascript, Python along with Datascience packages. I like it so far. I needed it for doing ad-hoc coding especially in Javascript.

    • Dockerfile and instructions: gist.github.com/adeekshith/ef8

  2. In the latest version of #nodejs, #nodejs20, there's experimental mock timers built in which may be possible to use instead: nodejs.org/api/test.html#class

    But #sinon in general is a very solid package, I would opt for that for now, at least until the built in one is no longer experimental

  3. In the latest version of #nodejs, #nodejs20, there's experimental mock timers built in which may be possible to use instead: nodejs.org/api/test.html#class

    But #sinon in general is a very solid package, I would opt for that for now, at least until the built in one is no longer experimental