Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Beginning Deno Development (Future Node js)
Rating: 4.5 out of 5(9 ratings)
70 students

Beginning Deno Development (Future Node js)

Build your own Deno Todo app and REST API in 3 hours
Created byGreg Lim
Last updated 8/2020
English

What you'll learn

  • Building your first Deno app within minutes. Create a Deno Todo app and a Deno REST API.

Course content

9 sections52 lectures2h 55m total length
  • Introduction2:32

    Learn Deno development with Oak and MongoDB, building a full-stack app from a basic server to a server-rendered to-do app and a REST API for products with CRUD.

  • What is Deno2:16
  • Features of Deno1:15

    Explore Deno features, including JavaScript support and native TypeScript integration. Learn how secure by default permissions control reading and writing files.

  • Should we switch away from Node?1:07

    Evaluate node's flaws and ecosystem against deno's newer features, and explore a coexistence that offers early adopter opportunities.

  • Easy to switch to the other0:49

    Explore the similarities and differences between Deno and Node, learn how to transfer knowledge between them, and revisit a practical comparison after building a Deno app.

  • Installing Deno2:00

    Install deno using the recommended instructions on your system, run a simple program in the terminal to verify, and explore deno's interactive environment.

  • Creating our first server7:19

    Create your first Deno HTTP server to handle requests and return responses on port 8000. Learn with Visual Studio Code and Deno's HTTP server module, demonstrating a simple request-response cycle.

  • Working with permissions1:32

    Learn how to grant explicit permissions when running Deno scripts, such as network, filesystem access, and environment variables, by using the --allow flags and exploring common permission types.

  • More on request and response4:56
  • Responding with HTML3:08

    learn to respond with html by building proper html structure with head and body, include meta data and headers, and serve home, about, contact pages with 404 handling.

  • The way to build large sites0:57
  • Deno Visual Studio Code Extension0:52

    Install the Visual Studio Code extension for Deno, then search for the Deno extension and enjoy improved development experience with code suggestions.

  • Summary0:32

    Install Deno, build your first server, and explore the client–server request–response cycle; learn to handle text and HTML responses and leverage a middleware framework for web apps.

Requirements

  • Basic Programming Knowledge

Description

In this course, we take you on a fun, hands-on and pragmatic journey to learning Deno development. You'll start building your first Deno app within minutes. Every chapter is written in a bite-sized manner and straight to the point as I don’t want to waste your time (and most certainly mine) on the content you don't need. In the end, you will have the skills to create a Deno web app and a Deno REST API.
In this course, we will cover:

  • Chapter 1: Introduction

  • Chapter 2: Introduction to Oak

  • Chapter 3: Introducing Templating Engines

  • Chapter 4: Styling a User Interface

  • Chapter 5: Re-structuring Our App

  • Chapter 6: Implementing C.R.U.D. Operations

  • Chapter 7: Using MongoDB as Our Database

  • Chapter 8: Building Rest APIs with Deno

  • Chapter 9: Comparing Deno and Node

The goal of this course is to teach you Deno development in a manageable way without overwhelming you. We focus only on the essentials and cover the material in a hands-on practice manner for you to code along.

Working Through This Course

This course is purposely broken down into nine short chapters where the development process of each chapter will center on different essential topics. The course takes a practical hands-on approach to learning through practice. You learn best when you code along with the examples in the course.

Requirements

No previous knowledge of Deno or Node development required, but you should have basic programming knowledge.

Who this course is for:

  • Beginner developers who want to develop server side apps