
Description
Welcome to “Deno course”.
Deno is a new project created by Ryan Dahl (the inventor of Node.js) that aims to fix Node.js design mistakes.
Deno’s top features:
- Security
- Module system
- TypeScript support out of the box
I think Deno is on the right path in order to be a better Javascript runtime than Node.js.
In this course we will be building an backend application using Deno.js, Oak and MongoDB along with Typescript.
We will start with a blank text editor and end with a great application.
This course includes:
- Learn main features of Deno
- Understand dependencies
- Write web servers using Deno frameworks
- Building backend API with Deno.js & Oak
It is a practical hands on course for building a server app using awesome Deno framework.
I will try and explain everything as I go so it is possible to follow without Deno experience but it is recommended that you know at least the basics of Javascript or heard about Node.js.
I hope you will enjoy our journey with Deno framework!
I tried to make the course with Clear and Easy English Talking so all students can understand it well.
Who this course is for:
- Anyone looking to launch their own Deno applications
- Changing career title from frontend developer to fullstack developer without big effort
- Switch careers, or freelance as a Deno developer
Requirements
- A computer on which you can install software (Windows, MacOS, or Linux)
- Basic understanding of Javascript or Typescript (variables, functions, objects, arrays, if statements)
- Basic understanding API’s and Backend Services