Deno Basics
$ Free (Draft Edition)
This micro-course is designed for beginners who want to learn about Deno, a secure JavaScript and TypeScript runtime. In this course, you'll learn the basics of Deno, including its key features, runtime architecture, and how to write and deploy server-side and client-side applications. By the end of this course, you'll have a good understanding of how Deno works and be able to build and deploy basic Deno applications.
Updated:
Lesson 1: Getting Started with Deno
- Introduction to Deno and its benefits
- Key features of Deno and how it differs from Node.js
- Installing and setting up Deno
- Writing a "Hello World" example in Deno
Lesson 2: Exploring Deno Basics (Upcoming)
- Deno's runtime architecture and how it works
- TypeScript support in Deno
- Working with Deno modules and imports
- Using Deno's standard library
- Building and packaging Deno command-line applications
Lesson 3: Building APIs with Deno (Upcoming)
- Writing server-side code with Deno
- Handling HTTP requests and responses
- Working with databases and file systems
- Building and deploying Deno codes
Lesson 4: Frontend Development with Deno (Upcoming)
- Overview of frontend development with Deno
- Creating a simple frontend with Deno
- Integrating Deno with frontend frameworks
- Building and deploying Deno web applications
- Best practices for building web applications with Deno