marshall159 / Learn-TypeScript-3-by-Building-Web-Applications

Learn TypeScript 3 by Building Web Applications, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript 3.0 Projects

Typescript 3.0 Projects

This is the code repository for Typescript 3.0 Projects , published by Packt.

Gain a solid understanding of TypeScript, Angular, Vue, React, and NestJS

What is this book about?

TypeScript is a superset of the JavaScript programming language, giving developers a tool to help them write faster, cleaner JavaScript. With the help of its powerful static type system and other powerful tools and techniques it allows developers to write modern JavaScript applications.

This book covers the following exciting features:

  • Understand and take advantage of TypeScript's powerful Type System
  • Grasp the key concepts and features of Angular, React, Vue.js, and NestJS
  • Handle asynchronous processes using Promises, async/await, Fetch, RxJS, and more
  • Delve into REST, GraphQL and create APIs using Apollo
  • Discover testing concepts, techniques, and tools like TDD, BDD, E2E, Jest
  • Learn Object-Oriented and Functional Programming concepts and leverage those with TypeScript
  • Explore design practices and patterns such as SOLID, MVC, DI and IoC, LoD, AOP, and more

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

let x = 13;
let y = 37;
[x, y] = [y, x];
console.log(`${x} - ${y}`); // 37 - 13

Following is what you need for this book: This book is for software developers who are willing to discover what TypeScript is and how to leverage it to write great quality software. Developers that are already familiar with TypeScript will find this book useful by learning the languages featured introduced by most recent releases. Basic knowledge of the JavaScript programming is expected.

With the following software and hardware list you can run all code files present in the book (Chapter 1-12).

Software and Hardware List

Chapter Software required OS required
1-12 Visual Studio Code Windows, Mac OS X, and Linux (Any)
1-12 Git Windows, Mac OS X, and Linux (Any)
1-12 Node.js and NPM Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Sebastien Dubois is a passionate software craftsman and FOSS contributor with many years of experience as a senior developer and technical team leader.

He is an entrepreneur, IT consultant/coach, and owner of DeveloPassion, a Belgian IT firm.

Over the years, Sebastien has worked on backend systems, web applications, architecture, and IT security for various organizations. He has used different programming languages, which gives him a broad perspective on modern software development. He has also been using, teaching, and advocating TypeScript since 2015.

You can find him on Twitter as @dSebastien, on Medium as @dSebastien, or on his personal blog: dsebastien.

Alexis Georges is a developer who is passionate about software development, but also about everything related to IT: open source, system administration, respect for privacy, and many others.

During his studies in programming and networking, he learned the basics of programming and system administration.

Alexis has some experience in JavaScript, PHP, Java, C, and (obviously) TypeScript. He discovered the TypeScript programming language when he began his career as a software engineer in Sebastien's team. Later, he participated in the migration of the Stark framework from AngularJS to Angular.

You can find him on Twitter as @Super_ITMan and on his blog: SuperITMan.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Learn TypeScript 3 by Building Web Applications, published by Packt

License:MIT License


Languages

Language:JavaScript 84.9%Language:TypeScript 12.4%Language:HTML 1.5%Language:Vue 0.7%Language:CSS 0.5%