Tag: Javascript

  • Deno 2.0 and the npm: specifier

    Deno 2.0 and the npm: specifier

    The Deno 2.0 announcement mentions many cool new features. I’m still working through things in the blog post, but something as simple as using the npm: specifier will be great for writing one-off scripts using Typescript and any number of great packages in the NPM ecosystem. For example, here’s a quick script that uses chalk to…

  • Javascript Dev Environment under Ubuntu in 2021

    Javascript Dev Environment under Ubuntu in 2021

    Let’s go over installing and configuring a Javascript development environment under Ubuntu 21.04 to compliment our recent Python configuration!