Skip to content

Iteam1337/backend-course-typescript

Repository files navigation

Backend development with Typescript

This repo contains the course material for learning backend development in Typescript/Node.

Content

  1. Introduction to Typescript
    • Introduces the Typescript language and compares it to JavaScript.
  2. Typescript and NodeJS
    • How does Typescript relate to NodeJS, and how can we build and deploy backend services.
    • How to use ExpressJS with Typescript.
  3. Project setup and Devops
    • How to setup your development environemnt for Typescript.
    • How to use Docker for running applications locally and in the cloud.
    • How to deploy a Docker application on a cloud provider.
  4. Building a REST API with Typescript and ExpressJS
    • GET, POST, PUT, and DELETE methods
  5. Building GraphQL API with Typescrict and Apollo
    • Introduction to Apollo
  6. Typescript and databases
    • How to use Typescript with MongoDB and PostgresQL
  7. Backend Architecture and Design Patterns
    • How to structure your Typescript/NodeJS application.
    • What design patterns do we have and how do we use them.
  8. Backend security
    • What is the difference between Authentication and Authorization?
    • What is CORS and how does it work?
    • Using JWT (Json Web Token)
    • HTTPS and TLS certificates
  9. Writing tests for Typescript applications
    • Writing unit tests with Jest
  10. Advanced networking techniques for backend
    • Web Sockets
    • HTTP/2
    • Server-Sent Events
  11. Micro-Services and Cloud Functions
  12. Spare lecture/TBD

About

A complete backend course, using Typescript and NodeJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published