• Complain

Alexandre Portela dos Santos - Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno

Here you can read online Alexandre Portela dos Santos - Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: Packt Publishing, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Alexandre Portela dos Santos Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno
  • Book:
    Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2021
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

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

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

A curious JavaScript developers practical guide to deep dive into Deno and get the most out of it for building secure web applications

Key Features
  • Understand Denos essential concepts and features
  • Learn how to use Deno in real-world scenarios
  • Use Deno to develop, test, and deploy web applications and tools
Book Description

Deno is a JavaScript and TypeScript runtime with secure defaults and a great developer experience. With Deno Web Development, youll learn all about Denos 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 Denos runtime and the reason why it was developed. Youll 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.

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 Denos 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
Who this book is 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.

Table of Contents
  1. What is Deno?
  2. The Toolchain
  3. The Runtime and Standard Library
  4. Building a Web Application
  5. Adding Users and Migrating to Oak
  6. Adding Authentication and Connecting to the Database
  7. HTTPS, Extracting Configuration, and Deno in the Browser
  8. Testing - Unit and Integration
  9. Deploying a Deno Application
  10. Whats Next?

Alexandre Portela dos Santos: author's other books


Who wrote Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno? Find out the surname, the name of the author of the book and a list of all author's works by series.

Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Deno Web Development Write test maintain and deploy JavaScript and - photo 1
Deno Web Development

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

Alexandre Portela dos Santos

BIRMINGHAMMUMBAI Deno Web Development Copyright 2021 Packt Publishing All - photo 2

BIRMINGHAMMUMBAI

Deno Web Development

Copyright 2021 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing or its dealers and distributors, will be held liable for any damages caused or alleged to have been caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

Associate Group Product Manager: Pavan Ramchandani

Publishing Product Manager: Aaron Tanna

Commissioning Editor: Pavan Ramchandani

Senior Editor: Sofi Rogers

Content Development Editor: Rakhi Patel

Technical Editor: Saurabh Kadave

Copy Editor: Safis Editing

Project Coordinator: Manthan Patel

Proofreader: Safis Editing

Indexer: Rekha Nair

Production Designer: Prashant Ghare

First published: March 2021

Production reference: 1240321

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham

B3 2PB, UK.

ISBN 978-1-80020-566-6

www.packt.com

To my parents, Ftima and Antnio, and to my brother Pedro. Thanks for your unconditional support you are the best. Wouldn't have made it without you.

To my friends, who helped me make this book a reality. Thank you, Felipe, Gonalo, Bruno, Nuno, Jnos, Joo, and Miguel for all the conversations, reviews, and suggestions.

Alexandre

Foreword

Many of us witnessed a time where JavaScript was not considered a real language but rather a scripting tool for those who wanted to improve the user experience when interacting with the browser.

Its increasing popularity drove the JavaScript community to broaden its purpose. Suddenly, someone who was mainly skilled in client-side web development now had the chance to dive into the world of server-side with no language barrier. On top of that, they had something quite natural that was becoming trendy concurrency and event-driven design.

At the same time, looking around the programming language landscape over the last 10-15 years, other languages were being released as well, positioned to be more advanced alternatives leveraging the learnings of the traditional ones; simpler to package; removing legacy; providing more advanced standard libraries and features so that we developers could focus on delivering value to the end users of the software. There are, however, two trends worth highlighting. Concurrency and interoperability were topics we could see being addressed in all of them. Golang, Kotlin, Elixir, and Rust offered easier ways to handle concurrency, but they also provided an easy way to interop with other languages. You could use Erlang code in Elixir, Java code in Kotlin, C in Golang and Rust, and so on... Interop was critical for language adoption in existing legacy systems.

On one hand, most of these languages did well in solving a problem that Node.js was also solving while being quite mature because they leveraged existing ecosystems with interop capabilities. On the other hand, Node.js suffers from some design decisions that drag improvement in different areas such as security, packaging, and interoperability to name a few. One might say there's some catching up to be done...

Being a software engineer means being in an infinite loop of learning. This book is a remarkable achievement and a must-read in one iteration of that learning loop. It is an introduction to a new language that promises to fill some gaps, building a strong foundation to consolidate the reason why the most popular language in the world is even more everywhere Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno.

Miguel Loureiro

Chief Technology Officer, KI group

Contributors
About the author

Alexandre Portela dos Santos is a software engineer passionate about products and start-ups. For the last 8+ years, he's been working together with multiple companies, using technology as an enabler for ideas and businesses. With a big interest in education and getting people excited about technology, he makes sure he's always involved with people that are learning about it, be it via blog posts, books, open source contributions, or meetups. This is, by itself, a learning adventure that Alexandre loves to be a part of. Being a true believer that great software only happens through collaboration, ownership, and teams of great people, he strives to nurture those values in every project he works on.

About the reviewers

Maxim Mazurok is a software engineer with a focus on web development. He has 6+ years of enterprise experience in software product and e-commerce companies located in Silicon Valley, Ukraine, and Sydney.

He has applied this experience to teach teens the basics of web development and taught adults more advanced web technologies.

He is passionate about open source and sharing knowledge, an active GitHub contributor, and a Stack Overflow member, always happy to connect.

When not at the computer, he rides a bicycle, takes pictures of nature, and attends meetups and conferences.

Yusuke Tanaka is a software engineer living in Tokyo, Japan. After getting a BS degree in engineering at the University of Tokyo in 2019, he now works at STADIUM Co., Ltd. engaging in the development of a web application that provides an online job interview system. Although he uses TypeScript and Go at work, he has been enthusiastic about the Rust programming language for about 2 years and makes contributions to open source software related to Rust in his spare time. In particular, he is so interested in Deno and the core of Rust that he devotes a lot of time to them. To get in touch with him or for more details, feel free to visit his GitHub (@magurotuna) or Twitter (@yusuktan).

Acknowledgement

Firstly, I am grateful to the editors and publishers who gave me a chance to participate in such a wonderful project. And most of all, I would like to thank Alexandre Santos for making this book happen. I am delighted to get involved in this book, hoping it will help more people recognize the fantastic development experience with Deno.

Table of Contents
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno»

Look at similar books to Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno»

Discussion, reviews of the book Deno Web Development: Write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.