Open in app

Sign In

Write

Sign In

Mayank Choubey
Mayank Choubey

332 Followers

Home

About

Published in The JS runtimes

·Pinned

The basics of Node.js in 30 minutes

Audience Node.js is an extremely popular server-side JavaScript runtime suited for running web apps. If you already know or have used Node.js, you may want to skip this article as this covers the very basics. If you are new to Node.js, this article will take you on a quick crash course…

Nodejs

27 min read

The basics of Node.js in 30 minutes
The basics of Node.js in 30 minutes
Nodejs

27 min read


Published in The JS runtimes

·Pinned

The ultimate guide to Deno

This article is a categorized index to the exclusive medium magazine on Deno: Deno World. The magazine has 300 articles on Deno. This constantly updated article provides pointers to the best and most viewed articles in each category. The official Deno documentation is here. Getting started The ultimate beginner’s guide Installation of…

Deno

6 min read

An ultimate guide to Deno
An ultimate guide to Deno
Deno

6 min read


Published in The JS runtimes

·Pinned

The ultimate beginner’s guide to Deno

The audience of this Deno 101 guide are people who are curious about Deno and want to get started with just enough basics. This is a beginner’s guide that helps to get started from scratch. …

Deno

18 min read

The ultimate beginner’s guide to Deno
The ultimate beginner’s guide to Deno
Deno

18 min read


Published in The JS runtimes

·15 hours ago

Bun v/s Go: Hello world performance comparison — Part 2 fasthttp

In the previous article, I’ve compared Bun’s native HTTP server (Bun.serve) with Go’s net/http server. Go turned out slower than Bun. As promised in the previous article, I’m now comparing Bun’s native HTTP server with Go’s server based on the popular fasthttp framework. Let’s find out if fasthttp makes Go…

Bunjs

3 min read

Bun v/s Go: Hello world performance comparison
Bun v/s Go: Hello world performance comparison
Bunjs

3 min read


Published in The JS runtimes

·17 hours ago

Deno v/s Go: Hello world performance comparison — Part 2 with fasthttp

In the previous article, I’ve compared Deno’s native HTTP server (Deno.serve) with Go’s net/http server. Go turned out slower than Deno. As promised in the previous article, I’m now comparing Deno’s native HTTP server with Go’s server based on the popular fasthttp framework. Let’s find out if fasthttp makes Go…

Deno

3 min read

Deno v/s Go: Hello world performance comparison — Part 2 with fasthttp
Deno v/s Go: Hello world performance comparison — Part 2 with fasthttp
Deno

3 min read


Published in The JS runtimes

·4 days ago

Bun v/s Go: Hello world performance comparison

Continuing my quest of performance comparisons, this article is about Bun and Go. Who do you think is faster for a simple hello world case? In the previous comparison of Deno vs Go, we found that Deno’s native server is faster than Go’s native server. If Deno turned out to…

Go

3 min read

Bun v/s Go: Hello world performance comparison
Bun v/s Go: Hello world performance comparison
Go

3 min read


Published in The JS runtimes

·5 days ago

Deno v/s Go: Hello world performance comparison

Continuing my quest of performance comparisons, this article is about Deno and Go. Who do you think is faster for a simple hello world case? I guess the answer would be Go because it’s compiled into byte code while Deno is interpreted. If you’re interested in finding out the correct…

Deno

3 min read

Deno v/s Go: Hello world performance comparison
Deno v/s Go: Hello world performance comparison
Deno

3 min read


Published in The JS runtimes

·Jan 6

Generate PDF using pdfkit in Deno

In this article, we’ll go over generating PDFs in Deno. Some popular ways to generate PDF in Node or Deno: 1) pdfkit package 2) pdf-lib package. Both of these are popular, but pdfkit has more downloads from NPM. …

Deno

3 min read

Generate PDF using pdfkit in Deno
Generate PDF using pdfkit in Deno
Deno

3 min read


Published in The JS runtimes

·Jan 5

Run a child process or execute shell commands in Deno

In the past, Deno has taken multiple shots at creating APIs for running child process or run shell commands & optionally collect the output. There is an API called Deno.run. There was another one called Deno.spawn. Recently, Deno has introduced another API called Deno.Command. This is the latest attempt on…

Deno

4 min read

Run a child process or execute shell commands in Deno
Run a child process or execute shell commands in Deno
Deno

4 min read


Published in The JS runtimes

·Jan 4

A React SSR hello world project in Deno

Introduction Server-side rendering (in short, SSR) addresses the performance and search engine optimization issues of single-page JavaScript applications. In contrast to client-side rendering, the SSR generates static content on the server before sending it over to the user’s browser. Only static content is sent to the client. Server-side rendering improves site…

Deno

3 min read

A React SSR hello world project in Deno
A React SSR hello world project in Deno
Deno

3 min read

Mayank Choubey

Mayank Choubey

332 Followers

I write about Deno, Bun, and Node.js

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech