Tag: deno

Deno Logo

Setting up cron jobs in Deno

Dev

Here, you can learn what a cron job is and how to set up cron jobs in Deno to automate tasks.

Wisdom Ekpot
Dec 28, 2020 ⋅ 3 min read
JWT authentication deno

Using JSON web tokens in Deno

Dev

Keep your application secure by integrating JSON web tokens and using Deno’s djwt package for integrations.

Wisdom Ekpot
Dec 16, 2020 ⋅ 3 min read
Using Redis in Deno

Using Redis in Deno

Dev

Learn how to use Redis in Deno to make your application much more efficient by calling data from the cache.

Wisdom Ekpot
Dec 8, 2020 ⋅ 3 min read
Deno Node Logo

Deno alternatives to popular Node projects

Dev

Here, you can learn about some Deno alternatives to the most popular Node projects used during development.

Victor Jonah
Dec 7, 2020 ⋅ 6 min read
Understanding Deno’s File System

Understanding Deno’s file system

Dev

Deno comes with its own file system, which can be used for any kind of file or directory manipulation. This guide breaks down the most important file system methods in Deno.

Wisdom Ekpot
Dec 2, 2020 ⋅ 4 min read
Using Deno's STMP Client

Using Deno’s SMTP client

Dev

In this tutorial, we’ll build a Deno application that sends mail to another user using Deno’s SMTP mail client.

Wisdom Ekpot
Nov 27, 2020 ⋅ 3 min read
Setting up MongoDB in Deno

Setting up MongoDB in Deno

Dev

You can use any database with Deno as long as there’s a controller for it. In this post, we’ll set up MongoDB.

Wisdom Ekpot
Nov 16, 2020 ⋅ 3 min read
Deno's Standard Library: 4 Core Modules

Deno’s standard library: 4 core modules

Dev

The intention of Deno’s standard library is to provide a comprehensive collection of high-quality modules that all Deno projects can use seamlessly.

Wisdom Ekpot
Nov 4, 2020 ⋅ 4 min read

How to deploy Deno applications to production

Dev

In this article, we’ll learn how to create a simple Deno web server, how to create a Docker configuration for a Deno web server, how to push your code to GitHub, and how to make your Deno application available on the internet.

Michael Okoh
Jun 8, 2020 ⋅ 2 min read
Deno 1.0: What You Need to Know

Deno 1.0: What you need to know

Dev

Deno, a general-purpose JavaScript/TypeScript programming environment set for release on May 13, brings together many of the best open-source technologies and offers a comprehensive solution in one small executable file.

David Else
May 6, 2020 ⋅ 14 min read