28 Best Typescript Books of All Time

We've researched and ranked the best typescript books in the world, based on recommendations from world experts, sales data, and millions of reader ratings. Learn more

1
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 you how one such type layer, TypeScript, is unique among them: it makes programming fun with its powerful static type system.

If you're a programmer with intermediate JavaScript experience, author Boris Cherny will teach you how to master the TypeScript language. You'll understand how...
more

See more recommendations for this book...

3

Dragon Spear (Dragon Slippers, #3)

For Creel, all is right with the world. The dragon king, Shardas, and his queen, Velika, have made a comfy home on the Far Isles, and humans and dragons seem to be at peace. It's the perfect time for Creel to plan her wedding to Prince Luka. Well, it was perfect -- until Velika gets kidnapped, and Creel and Luka set off to save her. And if their most dangerous adventure yet wasn't enough to throw off the wedding, a bridal-gown fiasco just might do the trick. Creel wouldn't trade her friendship with the dragons for the world, but doesn't every girl deserve her happily ever after? less

See more recommendations for this book...

4
If you've been paying attention to all the recent developer conferences, you'll notice that chatbots (or bots) are becoming all the rage. Both Microsoft and Facebook have invested heavily in technology to help create bots for their own messaging platforms, with Microsoft creating a framework for cross-platform messaging interaction called the Bot Framework.

Why all this attention? Advances in artificial intelligence like natural language processing (NLP) and computer vision have made identifying things like intention and sentiment a lot easier for applications. Bots are the first...
more

See more recommendations for this book...

5

When The Pedlar Called

When Nell Bailey is wounded in a Flying Bomb attack, it is up to her daughter, Josie, to hold the family together. But Josie's new responsibilities don't stop her imagining a brighter future - a future she hopes to share with Jonny Francis, whom she has loved for as long as she can remember.





Her younger brother Tommy, however, does not adjust so easily to the changes in family life. The mounting tension between himself and Josie reaches its peak and Tomy storms out of the house, vowing to live with his dad. But when he finds himself caught up in the...
more

See more recommendations for this book...

6

Big Typescript

Long awaited by the scholarly community, Wittgenstein's so-called Big Typescript (von Wright Catalog # TS 213) is presented here in an en face English-German scholar's edition.


Presents scholar's edition of important material from 1933, Wittgenstein's first efforts to set out his new thoughts after the publication of the Tractatus Logico Philosophicus
Includes indications to help the reader identify Wittgenstein's numerous corrections, additions, deletions, alternative words and phrasings, suggestions for moves within the text, and marginal comments
less

See more recommendations for this book...

7
Agatha Christie’s debut novel was the first to feature Hercule Poirot, her famously eccentric Belgian detective. A refugee of the Great War, Poirot is settling in England near Styles Court, the country estate of his wealthy benefactress, the elderly Emily Inglethorp. When Emily is poisoned and the authorities are baffled, Poirot puts his prodigious sleuthing skills to work. Suspects are plentiful, including the victim’s much younger husband, her resentful stepsons, her longtime hired companion, a young family friend working as a nurse, and a London specialist on poisons who just happens to be... more

See more recommendations for this book...

8

Typescript of the Second Origin

The first English translation of a Catalan science fiction masterpiece

Manuel de Pedrolo’s widely acclaimed post-apocalyptic novel, which includes a foreword by Kim Stanley Robinson, tells the story of two children who survive the brutal destruction of Earth by alien explorers. The protagonists, Alba and Dídac, retreat to the forest, then journey to the rubble of Barcelona to rescue and preserve the remnants of human civilization in the city’s bombed libraries and cultural institutions. In the absence of the rule of law and social norms, the children create a utopian world of two...
more

See more recommendations for this book...

9
Completely revised and updated, this best-selling introduction to programming in JavaScript focuses on writing real applications.

Eloquent JavaScript dives into the JavaScript language to show programmers how to write elegant, effective JavaScript code. Like any good programming book, Eloquent JavaScript begins with fundamentals--variables, control structures, functions, and data structures--then moves on to complex topics like object-oriented programming and regular expressions. This third edition introduces new features covering the 2017 version of...
more

See more recommendations for this book...

Don't have time to read the top Typescript books of all time? Read Shortform summaries.

Shortform summaries help you learn 10x faster by:

  • Being comprehensive: you learn the most important points in the book
  • Cutting out the fluff: you focus your time on what's important to know
  • Interactive exercises: apply the book's ideas to your own life with our educators' guidance.
11

Life Is Real Only Then, When "I Am"

Typescripts

All and Everything: Ten Books, in Three Series, of which this is the Third Series.

FIRST SERIES: Three books under the title of "An Objectively Impartial Criticism of the Life of Man," or, "Beelzebub's Tales to His Grandson."
SECOND SERIES: Three books under the common title of "Meetings with Remarkable Men."
THIRD SERIES: Four books under the common title of "Life Is Real Only Then, When 'I Am.' "

All written according to entirely new principles of logical reasoning and strictly directed towards the solution of the following three cardinal problems:
more

See more recommendations for this book...

12
The TypeScript language, compiler, and opensource development toolset brings JavaScript development up to the enterprise level. It allows us to use ES5, ES6, and ES7 JavaScript language features today, including classes, interfaces, generics, modules, and more. Its simple typing syntax enables building large, robust applications using object-oriented techniques and industry standard design principles.

Packed with practical, real-world examples, this book is a guide to bringing the benefits of strongly typed, object-oriented programming and design principles into the JavaScript...
more

See more recommendations for this book...

13
Explore the features of this innovative open source language in depth, from working with the type system through object-orientation to understanding the runtime and the TypeScript compiler. This fully revised and updated second edition of Steve Fenton’s popular book covers everything you need to discover this fascinating language and transform your experience of JavaScript development.

What’s New in This Edition
• Coverage of major changes to modules, namespaces, and module loading
• New guidance on how to use inference to reduce the effort of using TypeScript
more

See more recommendations for this book...

14
Work with Typescript and get the most from this versatile open source language. Author Adam Freeman begins this book by describing Typescript and the benefits it offers, and goes on to show you how to use TypeScript in realistic scenarios, going in-depth to give you the knowledge you need.
Starting from the nuts-and-bolts and building up to the most advanced and sophisticated features, you will learn how TypeScript builds on the JavaScript type system to create a safer and more productive development experience and understand how TypeScript can be used to create applications...
more

See more recommendations for this book...

16

TypeScript Quickly

TypeScript Quickly teaches you to build outstanding modern apps with Typescript! To start, you’ll master the TypeScript syntax, preparing you to delve into the practical examples that follow. Thanks to the authors’ easy-to-digest style, you’ll effortlessly learn about types, object-oriented programming with classes and interfaces, and using TypeScript with JavaScript libraries. You’ll discover TypeScript’s excellent tooling as you explore code-quality improvement with TSLint, debugging with source maps, unit testing, and more.

As you progress through this code-centric guide, you’ll...
more

See more recommendations for this book...

17

Programming with Types

Type-related failures are common and can be very costly. Famously, in 1999, NASA's Mars Climate Orbiter burned up in the atmosphere because of an error that could have easily been prevented with typing. By taking advantage of the strong type systems available in most modern programming languages, you can eliminate whole classes of errors.

Programming with Types teaches you type system techniques for writing software that's safe, correct, easy to test and maintain, and that practically documents itself. Master these techniques, and you may even help prevent an interstellar...
more

See more recommendations for this book...

18
*Updated to Angular 6!

Angular is one of the leading frameworks to develop apps across all platforms. Reuse your code and build fast and high performing apps for any platform be it web, mobile web, native mobile and native desktop. You use small manageable components to build a large powerful app. No more wasting time hunting for DOM nodes!

In this book, we take you on a fun, hands-on and pragmatic journey to master Angular from a web development point of view. You'll start building Angular apps within minutes. Every section is written in a bite-sized manner and straight...
more

See more recommendations for this book...

19

Angular 2 Development with TypeScript

Angular 2 Development with Typescript teaches you what you need to start using Angular, while you also learn TypeScript and how to take advantage of its benefits. This hands-on book begins with an overview of Angular 2 architecture and an introduction to the online auction application that you’ll be developing throughout the book. You’ll learn TypeScript and how to write classes, interfaces, and generics, as well as how to transpile TypeScript code into today’s JavaScript that can be deployed in all Web browsers. More topics include data and views, user interaction with forms, and... more

See more recommendations for this book...

Don't have time to read the top Typescript books of all time? Read Shortform summaries.

Shortform summaries help you learn 10x faster by:

  • Being comprehensive: you learn the most important points in the book
  • Cutting out the fluff: you focus your time on what's important to know
  • Interactive exercises: apply the book's ideas to your own life with our educators' guidance.
21
Explore what React, Node, TypeScript, Webpack, and Docker have to offer individually, and how they all fit together in modern app development.
React is one of the most popular web development tools available today, and Node.js is extremely popular for server-side development. The fact that both utilize JavaScript is a big selling point, but as developers use the language more, they begin to recognize the shortcomings, and that's where TypeScript comes in and why it's gaining in popularity quickly. Add Webpack and Docker to the mix, and you've got a potent full development stack on which...
more

See more recommendations for this book...

23

Getting MEAN with Mongo, Express, Angular, and Node

Summary

Getting MEAN, Second Edition teaches you how to develop full-stack web applications using the MEAN stack. This edition was completely revised and updated to cover MongoDB 4, Express 4, Angular 7, Node 11, and the latest mainstream release of JavaScript ES2015.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Juggling languages mid-application can radically slow down a full-stack web project. The MEAN stack—MongoDB, Express, Angular, and...
more

See more recommendations for this book...

24

Ang-Book

The Complete Guide to Angular 4

ng-book. The in-depth, complete, and up-to-date book on Angular 4. Become an Angular 4 expert today.

Updated for Angular 4, Angular CLI, and Community Style Guide

Ready to master Angular 4?

What if you could master the entire framework - with solid foundations - in less time without beating your head against a wall? Imagine how quickly you could work if you knew the best practices and the best tools?

Stop wasting your time searching and have everything you need to be productive in one, well-organized place, with complete examples to...
more

See more recommendations for this book...

25

Typescript Design Patterns

Boost your development efficiency by learning about design patterns in TypeScript About This Book This step-by-step guide will would demonstrate all the important design patterns in practice This book is the only documentation on the market focusing on design patterns in TypeScript This book is packed with rich examples that will improve your efficiency and encourage code reuse Who This Book Is For If you are a TypeScript developer, this book is for you. No knowledge of design patterns is required to read this book. What You Will Learn Understand the challenges and implications of developing... more

See more recommendations for this book...

26

In Search of Lost Books

The Forgotten Stories of Eight Mythical Volumes

'Brilliant... a little masterpiece' - Guardian

The gripping and elegiac stories of eight lost books, and the mysterious circumstances behind their disappearances.

They exist as a rumour or a fading memory. They vanished from history leaving scarcely a trace, lost to fire, censorship, theft, war or deliberate destruction, yet those who seek them are convinced they will find them. This is the story of one man's quest for eight mysterious lost books.

Taking us from Florence to Regency London, the Russian Steppe to British Columbia,...
more

See more recommendations for this book...

27
Japanese: The Spoken Language has been written by Eleanor Harz Jorden, with collaboration by Mari Noda, to replace her widely used Beginning Japanese in introductory and intermediate courses. Extensive changes and innovations are incorporated into this three-volume textbook to improve it as a teaching tool. Stressing Japanese as it is spoken today in Japan, the books introduce the language in a totally systematic fashion and in manageable segments, so that students who have mastered the full thirty lessons can handle the spoken language with considerable facility. The core... more

See more recommendations for this book...

28

Typescript Essentials

The book introduces the TypeScript language and its features to anyone looking to develop rich web applications. Whether you are new to web development or are an experienced engineer with strong JavaScript skills, this book will get you writing code quickly. A basic understanding of JavaScript and its language features are necessary for this book. less

See more recommendations for this book...

Don't have time to read the top Typescript books of all time? Read Shortform summaries.

Shortform summaries help you learn 10x faster by:

  • Being comprehensive: you learn the most important points in the book
  • Cutting out the fluff: you focus your time on what's important to know
  • Interactive exercises: apply the book's ideas to your own life with our educators' guidance.