Introducing Deno: A First Look at the Newest JavaScript Runtime
Autor Fernando Doglioen Limba Engleză Paperback – 17 sep 2020
You’ll see how to take advantage of the security layer in order to avoid unwanted security holes, and how to use TypeScript to develop your applications without having to manually set up a build process. You'll also learn how to create and use modules without having to depend on a package manager, and much more. Armed with these newly learned concepts, by the time you finish this book, you’ll be ready to build and test your own Deno applications.
Whether you’re a brand new developer to the back end with a JavaScript background or a seasoned Node.js developer looking to understand this competing technology, Introducing Deno will put you on the right path.
What You'll Learn
- Learn why Deno was created and why it is different from Node
- Build real applications using Deno and related technologies
- Create backend applications with Typescript
- Resolve how to live without npm and package.json
- Set permissions and default behavior
Anyone with knowledge of back-end development looking to learn a new way of doing things and those with a basic understanding of JavaScript and Node.js core concepts.
Preț: 203.08 lei
Preț vechi: 253.85 lei
-20% Nou
Puncte Express: 305
Preț estimativ în valută:
38.87€ • 40.37$ • 32.28£
38.87€ • 40.37$ • 32.28£
Carte disponibilă
Livrare economică 13-27 ianuarie 25
Livrare express 27 decembrie 24 - 02 ianuarie 25 pentru 89.80 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484261965
ISBN-10: 1484261968
Pagini: 141
Ilustrații: XV, 141 p. 19 illus.
Dimensiuni: 155 x 235 x 15 mm
Greutate: 0.23 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484261968
Pagini: 141
Ilustrații: XV, 141 p. 19 illus.
Dimensiuni: 155 x 235 x 15 mm
Greutate: 0.23 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Why Deno?.- 2. TypeScript You Need to Know.- 3. Living a Secure Life.- 4. No More NPM.- 5. Existing Modules.- 6. Putting it all Together-Sample Apps.
Notă biografică
Fernando Doglio has been a part of the Software Development industry for the past 16 years. He’s worked on countless web projects, which include (amongst other things) APIs, Web Services, SPA, Node.js applications, PHP, Ruby, and a lot of JavaScript/HTML/CSS. He was there when SOAP hit the web and it was all the rage and he was also there when XML was the magic X on AJAX. He’s worked with Node.js for several years now and he’s written several books and countless articles about it, covering everything from the art of designing REST APIs with it to understanding the best design patterns and how they can be implemented with it. Now, working as a Technical Manager, he’s an eager evangelist of using JavaScript for backend development given how flexible and powerful this language is. You can find him on Twitter @deleteman123.
Textul de pe ultima copertă
Learn everything there is to know about the new secure runtime for JavaScript: Deno. A proposed replacement for Node.js envisioned and created by the same developer who wrote the first version of Node, Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. This book will cover everything from its inception to the currently available version.
You’ll see how to take advantage of the security layer in order to avoid unwanted security holes, and how to use TypeScript to develop your applications without having to manually set up a build process. You'll also learn how to create and use modules without having to depend on a package manager, and much more. Armed with these newly learned concepts, by the time you finish this book, you’ll be ready to build and test your own Deno applications.
Whether you’re a brand new developer to the back end with a JavaScript background or a seasoned Node.js developer looking to understandthis competing technology, Introducing Deno will put you on the right path.
You will:
You’ll see how to take advantage of the security layer in order to avoid unwanted security holes, and how to use TypeScript to develop your applications without having to manually set up a build process. You'll also learn how to create and use modules without having to depend on a package manager, and much more. Armed with these newly learned concepts, by the time you finish this book, you’ll be ready to build and test your own Deno applications.
Whether you’re a brand new developer to the back end with a JavaScript background or a seasoned Node.js developer looking to understandthis competing technology, Introducing Deno will put you on the right path.
You will:
- Learn why Deno was created and why it is different from Node
- Build real applications using Deno and related technologies
- Create backend applications with Typescript
- Resolve how to live without npm and package.json
- Set permissions and default behavior
Caracteristici
The first book on the market that covers Deno Focuses on the innovative aspects that Deno brings to the JavaScript ecosystem Takes a practical approach, using all the covered concepts to build a working project