Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Deno Web Development
Deno Web Development

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

Arrow left icon
Profile Icon Alexandre Portela dos Santos
Arrow right icon
$26.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5 (13 Ratings)
eBook Mar 2021 310 pages 1st Edition
eBook
$26.99
Paperback
$38.99
Subscription
Free Trial
Renews at $12.99p/m
Arrow left icon
Profile Icon Alexandre Portela dos Santos
Arrow right icon
$26.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5 (13 Ratings)
eBook Mar 2021 310 pages 1st Edition
eBook
$26.99
Paperback
$38.99
Subscription
Free Trial
Renews at $12.99p/m
eBook
$26.99
Paperback
$38.99
Subscription
Free Trial
Renews at $12.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Understand Deno’s essential concepts and features
  • Learn how to use Deno in real-world scenarios
  • Use Deno to develop, test, and deploy web applications and tools

Description

Deno is a JavaScript and TypeScript runtime with secure defaults and a great developer experience. With Deno Web Development, you'll learn all about Deno's primitives, its principles, and how you can use them to build real-world applications. The book is divided into three main sections: an introduction to Deno, building an API from scratch, and testing and deploying a Deno application. The book starts by getting you up to speed with Deno's runtime and the reason why it was developed. You'll explore some of the concepts introduced by Node, why many of them transitioned into Deno, and why new features were introduced. After understanding Deno and why it was created, you will start to experiment with Deno, exploring the toolchain and writing simple scripts and CLI applications. As you progress to the second section, you will create a simple web application and then 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 third section, the book will take you through topics such as dependency management, configuration and testing, finishing with an application deployed in a cloud environment. By the end of this web development book, you will become comfortable with using Deno to create, maintain, and deploy secure and reliable web applications.

Who is this book for?

This book is for web developers who want to leverage their JavaScript and TypeScript skills in a secure, simple, and modern runtime, using Deno for web app development. Beginner-level knowledge of Node.js is recommended but not required.

What you will learn

  • Understand why you should use Deno
  • Get to grips with tooling and the Deno ecosystem
  • Build Deno web applications using existing Node.js knowledge and the newest ECMA Script 6 features
  • Explore the standard library and the benefits of Deno’s security model
  • Discover common practices and web frameworks to build a REST API in Deno
  • Structure a web application using common architecture practices
  • Test and deploy a Deno application in the cloud using Docker

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Mar 26, 2021
Length: 310 pages
Edition : 1st
Language : English
ISBN-13 : 9781800201149
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Mar 26, 2021
Length: 310 pages
Edition : 1st
Language : English
ISBN-13 : 9781800201149
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$12.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$129.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$179.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 130.97
Mastering TypeScript
$54.99
TypeScript 4 Design Patterns and Best Practices
$36.99
Deno Web Development
$38.99
Total $ 130.97 Stars icon
Visually different images

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5
(13 Ratings)
5 star 61.5%
4 star 30.8%
3 star 7.7%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




Gustavo Apr 09, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
A really cool read that clearly explains Deno, its principles, and use-cases while going through the important phases of building a web application. Cool that it starts with the explanation of the technology and finished with a deployed application
Amazon Verified review Amazon
Viktor Daróczi May 16, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
If you're like me, and found this book not by looking for books on Deno particularly, then you might appreciate to learn that Deno is the new project of Node.js founder, Ryan Dahl, where he and the Deno team addressed all the things they learned from developing Node.js during they years, and dedicated themselves to solve problems that Node.js - due to its widespread usage and initial design - is unlikely to solve any time soon. You can learn about these problems, motives, and how Deno solves them from this book, and much more.If you (unlike me) found this book by looking for books on Deno especially, then you're at the right place, because this book professionally presents all the most important informations on Deno and its usage that lets you get started quickly. However, this book is also more than a mere introduction. Through its pages it presents useful examples, and code to develop real-world applications with I/O, for the web, with user management, authentication, database access, configuration testing and deployment. So offers everything that one would need during their work with Deno.Who is this book for?- Professionals wanting to have a sneak-peak into Deno and the solutions it offers.- System architects designing their next project.- Developers who have some concerns about Node.js.- Developers who claim the fun back into programming while keeping high standards.Who is this book not so much for?- Developers who are not familiar with web development yet.- Those who are looking for a complete reference.- Those who like to be entertained while learning about technologies.All in all, this is a great book written with care and keen eye on both the bird's eye view and granular details of application development, presented in just the right format without wasting space and valuable time of its readers, but also focusing on the usefulness of all the information presented.I personally appreciate the professional tone and the sincere approach taken evaluating Deno and all it has to offer, while illustrating it with concrete and usable code examples.
Amazon Verified review Amazon
Mr. Robert Young Jun 06, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
NOTE: I am still working my way through this book - review copy provided by PacktThis book is a good start for those interested in what Deno is and what you can do with it.The book goes over the history of Deno, the architecture and tech that support Deno, how to deal with it's limitations, exploring use cases, the Toolchain, Runtime and Standard library so you get to grasp alot of what it is about and what it can do.Then you go full circle in to building an application using Deno, how to structure it (folder and app architecture) to migration (Oak) to auth, DB connection (MongoDB) then look at how to enable CORS & HTTPS and running Deno code in the browser.Lastly, the book covers testing (unit/integration) and deployment of a Deno application.I have enjoyed the book so far with plenty of the book to consume and learn from. I hope this review heps others make a decision if they want to learn a bit more about Deno and what it can do and how it can be used.
Amazon Verified review Amazon
Carlos Arias May 11, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
really good book.
Amazon Verified review Amazon
Migdon Apr 07, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
A very insightful read that clearly explains Deno and its premises. Loved how practical it is, and how you can go directly to the sections you want and learn about different parts of building a web application. Recommended!
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.