Log In
0% completed
All Lessons
Free Lessons (4)
Introduction to Deno, TypeScript, and GraphQL
What is Deno?
What is TypeScript?
JavaScript Vs TypeScript
What is GraphQL?
Basics of GraphQL
GraphQL Playground
Quiz: Introduction to Deno, TypeScript, and GraphQL
Creating a Basic GraphQL Endpoint
“Hello, world!” in Deno
Adding Dependencies to the Project
Schemas and Types
Queries and Mutations
Challenge: Creating a Basic GraphQL Endpoint
Solution: Creating a Basic GraphQL Endpoint
Quiz: Creating a Basic GraphQL Endpoint
Databases and Deno
SQL or NoSQL Databases
Schema and Use Cases
Quiz: Databases and Deno
SQL: Postgres and Deno
Using Postgres with Deno
Updating our Schema
Challenge: Postgres and Deno
Solution: Postgres and Deno
Quiz: Postgres and Deno
NoSQL: Mongo and Deno
Using MongoDB with Deno
Updating our Schema
Challenge: Mongo and Deno
Solution: Mongo and Deno
Quiz: MongoDB and Deno
Wrapping Up
Conclusion
Appendix
Install Deno
Installing a Postgres Service
Installing a MongoDB Service
Introduction to Docker
Deno and Docker
Building a GraphQL Endpoint with Deno
/
...
/
Challenge: Mongo and Deno
Challenge: Mongo and Deno
Challenge yourself on the use of MongoDB databases with Deno.
We'll cover the following...
Problem statement
Playground
Problem
...