Deno Web Development: Write, test, maintain and deploy JavaScript and TypeScript web applications using Deno

Deno Web Development: Write, test, maintain and deploy JavaScript and TypeScript web applications using Deno

English | 2021 | ISBN: 978-1800205666 | 267 Pages | PDF, EPUB, MOBI | 86 MB

Learn how to use Deno, the secure JavaScript and TypeScript runtime written in Rust, to write reliable web applications

Deno is a JavaScript/TypeScript runtime with secure defaults and a great developer experience.

“Deno Web Development” will introduce Deno’s primitives, its principles, and how developers can use them to build real-world applications. The book is divided into three main sections: introducing Deno, building an API from scratch, and testing and deploying a Deno application. The first chapters present the runtime and the motivations behind its creation. It explores some of the concepts introduced by Node, why many of them transitioned into Deno, and why new features were introduced. After getting comfortable with Deno and why it was created, the reader will start to experiment with Deno, exploring the toolchain, and writing simple scripts and CLI applications.

As we transition in the second section of the book, the reader will start with a very simple web application and will slowly add more features to it. This application will evolve from a simple “hello world” API to a web application connected to the database, with users, authentication, and a JavaScript client. In the meantime, topics like dependency management, configuration, testing, and application structure, among others will be addressed.

By the end of the read, the reader is comfortable in using Deno to create, maintain, and deploy secure and reliable web applications.

What you will learn

  • Why should you use Deno?
  • Tooling and the Deno ecosystem
  • Leverage existing Node and EcmaScript6 knowledge in Deno
  • Leverage the standard-library and Deno’s security model
  • Explore common practices and web frameworks to build a REST API in Deno
  • Implementing real-world functionalities in Deno
  • Using dependency injection, inversion of control, and explore application architecture practices
  • Test and deploy a Deno application in the cloud using Docker
Homepage