𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Advanced TypeScript Programming Projects

✍ Scribed by O'Hanlon, Peter


Publisher
Packt Publishing
Year
2019
Tongue
English
Leaves
408
Edition
1st edition
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Gain in-depth knowledge of TypeScript and the latest ECMAScript standards by building robust web applications across different domains Key Features Apply the cutting-edge features of TypeScript 3.0 to build high-performance, maintainable applications Learn through practical examples of using TypeScript with popular frameworks, such as Angular and React Focus on building high-quality applications that are modular, scalable and adaptable Book Description With the demand for ever more complex websites, the need to write robust, standard-compliant JavaScript has never been greater. TypeScript is modern JavaScript with the support of a first-class type system, which makes it simpler to write complex web systems. With this book, you'll explore core concepts and learn by building a series of websites and TypeScript apps. You'll start with an introduction to TypeScript features that are often overlooked in other books, before moving on to creating a simple markdown parser. You'll then explore React and get up to speed with creating a client-side contacts manager. Next, the book will help you discover the Angular framework and use the MEAN stack to create a photo gallery. Later sections will assist you in creating a GraphQL Angular Todo app and then writing a Socket.IO chatroom. The book will also lead you through developing your final Angular project which is a mapping app. As you progress, you'll gain insights into React with Docker and microservices. You'll even focus on how to build an image classification program with machine learning using TensorFlow. Finally, you'll learn to combine TypeScript and C# to create an ASP.NET Core-based music library app. By the end of this book, you'll be able to confidently use TypeScript 3.0 and different JavaScript frameworks to build high-quality apps. What you will learn Discover how to use TypeScript to write code using common patterns Get to grips with using popular frameworks and libraries with TypeScript Leverage the power of both server and client using TypeScript Learn how to apply exciting new paradigms such as GraphQL and TensorFlow Use popular cloud-based authenticated services Combine TypeScript with C# to create ASP.NET Core applications Who this book is for This book is for programmers and web developers who are familiar with TypeScript and want to put their knowledge to work by building real-world complex applications. Prior experience with any other web framework is not required. Downloading the e...

✦ Subjects


Electronic books ; local;Electronic books;local


πŸ“œ SIMILAR VOLUMES


Advanced TypeScript Programming Projects
✍ Peter O'Hanlon πŸ“‚ Library πŸ“… 2019 πŸ› Packt Publishing 🌐 English

<p><b>Gain in-depth knowledge of TypeScript and the latest ECMAScript standards by building robust web applications across different domains</b></p><h4>Key Features</h4><ul><li>Apply the cutting-edge features of TypeScript 3.0 to build high-performance, maintainable applications</li><li>Learn throug

Advanced TypeScript programming projects
✍ Peter O'Hanlon πŸ“‚ Library πŸ“… 2019 πŸ› Packt Publishing 🌐 English

<p><b>Gain in-depth knowledge of TypeScript and the latest ECMAScript standards by building robust web applications across different domains</b><p><b>Key Features</b><li>Apply the cutting-edge features of TypeScript 3.0 to build high-performance, maintainable applications<li>Learn through practical

Programming TypeScript
✍ Boris Cherny πŸ“‚ Library πŸ“… 2019 πŸ› O’Reilly 🌐 English

Any programmer working with a dynamically typed language will tell you how hard it is to scale to more lines of code and more engineers. That’s why Facebook, Google, and Microsoft invented gradual static type layers for their dynamically typed JavaScript and Python code. This practical book shows yo

Programming TypeScript
✍ Boris Cherny πŸ“‚ Library πŸ“… 2019 πŸ› O'Reilly Media, Inc. 🌐 English

BOOK MARKETING DESCRIPTION HERE. (This can be supplied by the author, but otherwise the Consumer Short Text from the Marketing tab in the PDB works here - just make sure not to paste curly quotes or em dashes! Replace with straight quotes and hyphens.)

TypeScript Programming Language
✍ TypeScript Publishing πŸ“‚ Library πŸ“… 2019 πŸ› TypeScript Publishing 🌐 English

TypeScript lets you write JavaScript the way you really want to. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript is pure object oriented with classes, interfaces and statically typed like C# or Java. The popular JavaScript framework Angular is written in