Master Deno, React, Mongo, NGINX running with Docker-Compose

Master Deno, React, Mongo, NGINX running with Docker-Compose

Register & Get access to index

TUTProfessor

Processing....
Staff member
Administrator
Uploader
Jul 31, 2020
9,107
964,208
129
TUTProfessor submitted a new resource:

Master Deno, React, Mongo, NGINX running with Docker-Compose - Master Deno, React, Mongo, NGINX running with Docker-Compose

WNOTpoN.jpg

What you'll learn
  • Backend Development
  • Frontend Development
  • Docker
  • Docker-Compose
  • MongoDb
  • Running development setups in containers
  • NGINX
Description
You just found the most comprehensive online resource on Deno, React Mongo, Docker, Docker-Compose and NIGNX available to date. This project-based course will introduce you, step by step to all of the modern tools that all...

Read more about this resource...
 

dikk

Well-known member
TutFlixer
Sep 8, 2020
788
6,915
52
eu
deno is basically node, only using the more modern es6 import / export syntax (already built into mainline browsers). Besides it has async/await on the top level, no need to define functions for this to work. It is the v8 javascript engine, packaged differently. It uses one(!) executable file, instead of node, npm, node_modules, etc. So in a way it's js's future better self.

True, it does not have so many modules written for it like node, but there are quite a few by now. express or koa like server (oak), you do have a compatibility layer
deno.land/std/node

and so on. It is definitely worth taking a look at.
 

Latest resources