Visual Studio Code 1.74 boosts remote development

With newly released Visual Studio Code 1.74, the Microsoft-developed code editor introduces a remote tunneling capability that allows developers to securely connect to their VS Code machine from any device anywhere. Remote tunnels is a preview feature. VS Code 1.74, also identified as the November 2022 release, was announced December […]

Exploring Deno and Bun (with code examples)

Node.js is the defacto JavaScript runtime for the backend. In this post, you will learn about newer Node.js alternatives Deno and Bun with a simple Joke API code example and how to host it. Let’s get started! Table of contents # Not comparing with other languages # JavaScript is a […]