본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

[체험판] Learning TypeScript 2.x Second Edition 상세페이지

리디 info

* 이 책은 본권의 일부를 무료로 제공하는 체험판입니다.
* 본권 구입을 원하실 경우, [이 책의 시리즈]→[책 선택] 후 구매해주시기 바랍니다.


[체험판] Learning TypeScript 2.x Second Edition작품 소개

<[체험판] Learning TypeScript 2.x Second Edition> ▶Book Description
TypeScript is an open source and cross-platform typed superset of JavaScript that compiles to plain JavaScript that runs in any browser or any host. TypeScript adds optional static types, classes, and modules to JavaScript, to enable great tooling and better structuring of large JavaScript applications.

This book is a step-by-step guide that will get you started with TypeScript with the help of practical examples. You start off by understanding the basics and the new features of TypeScript 2.x. Next, you will learn to automate your development workflow with tools such as Grunt. Following this, you will be explained in detail about function, generics, and callbacks. Post this, object-oriented features and the memory management functionality of TypeScript are explained in detail. Going forward, you will be introduced to Functional Programming with TypeScript and will delve into Asynchronous programming principles. Finally, you will be introduced to the performance parameters and will learn to test your application.

By the end of this book, you will have learned enough to implement all the concepts with the latest features of TypeScript to build a single page application from scratch.

▶What You Will Learn
⦁ Learn the key TypeScript language features and language runtime
⦁ Develop modular, scalable, maintainable, and adaptable web applications
⦁ Create object-oriented code that adheres to the solid principles
⦁ Save time using automation tools like Gulp, Webpack, Ts node and Karma
⦁ Develop robust applications with testing (Mocha, Chai and SinonJS)
⦁ Put your TypeScript skills into practice by developing a single-page web application framework from scratch
⦁ Use the JavaScript of tomorrow (ES6 and ES7) today with TypeScript

▶Key Features
⦁ Learn how to develop modular, scalable, maintainable, and adaptable web applications by taking advantage of TypeScript
⦁ A comprehensive guide that explains the fundamentals of TypeScript with the help of practical examples
⦁ Enhance your web development skills and accelerate your development using TypeScript 2.x

▶Who This Book Is For
If you are a developer aiming to learn TypeScript to build attractive web applications, this book is for you. No prior knowledge of TypeScript is required. However, a basic understanding of JavaScript would be an added advantage.

▶What this book covers
⦁ Chapter 1, Introducing TypeScript, helps you to get familiar with the TypeScript basics. This chapter explores the purpose, main features, and benefits of the TypeScript programming language.
⦁ Chapter 2, Working with Types, teaches you how to make the most out of the TypeScript type annotations and its type inference system. This chapter will teach you how to use powerful features, such as union types or mapped types.
⦁ Chapter 3, Working with Functions, covers how to work with functions in depth. This chapter will teach you how to take advantage of the power of functions and asynchronous programming in TypeScript.
⦁ Chapter 4, Object-Oriented Programming with TypeScript, deals with the core concepts of the object-oriented programming (OOP) paradigm, such as polymorphism, inheritance, and encapsulation. This chapter also explores some OOP best practices, such as the SOLID principles.
⦁ Chapter 5, Working with Dependencies, explores how to work with application dependencies, third-party dependencies, and type definitions. This chapter explores multiple module systems, such as CommonJS and ES6 modules, and concepts such as dependency injection.
⦁ Chapter 6, Understanding the Runtime, teaches you how the JavaScript runtime works and helps you gain a good understanding of concepts such as the event loop, closures, and hoisting.
⦁ Chapter 7, Functional Programming with TypeScript, explores the core building blocks of the functional programming paradigm, including concepts such as function composition, function partial application, and referential transparency.
⦁ Chapter 8, Working with Decorators, showcases how to apply and declare decorators and how to use decorators to create and read metadata that can be used to power tools such as testing frameworks and inversion of control containers.
⦁ Chapter 9, Automating Your Development Workflow, focuses on how to automate certain tasks in your development workflow and reduce the number of integration issues, using tools, such as TSLint, webpack, Gulp and npm scripts.
⦁ Chapter 10, Node.js Development with TypeScript, teaches you how to use REST APIs powered by Node.js and TypeScript.
⦁ Chapter 11, Frontend Development with React and TypeScript, enables you to learn how to develop single-page web applications powered by React and TypeScript.
⦁ Chapter 12, Frontend Development with Angular and TypeScript, teaches you how to develop single-page web applications powered by Angular and TypeScript.
⦁ Chapter 13, Application Performance, makes you understand how the availability of system resources can affect the performance of a TypeScript application, and how to use the Node.js inspector and the Chrome Development tools to analyze the performance of a TypeScript application.
⦁ Chapter 14, Application Testing, teaches you how to implement automated tests such as unit tests or end-to-end tests powered by tools such as Mocha, Chai, Sinon.JS, Supertest, and Karma.
⦁ Chapter 15, Working with the TypeScript Compiler and the Language Services, explores how to leverage the TypeScript language services to create your own code analysis tools.



출판사 서평

▶Editorial Review
Over the past decade, the JavaScript code base of an average web application has been growing exponentially. However, the current version of JavaScript was designed several years ago and lacks some features necessary to cope with the level of complexity that we may find in a modern JavaScript application. Owing to these missing features, maintainability problems have arisen.

The ECMAScript 2015 specification is meant to solve some of the maintainability issues of JavaScript, but its implementation is in progress, and many incompatible web browsers are still in use today. For these reasons, wide adoption of the ECMAScript 2015 specification is expected to be a slow process


저자 소개

⦁ Remo H. Jansen
Remo H. Jansen is a web development engineer, open source contributor, entrepreneur, technology lover, gamer, and Internet enthusiast. He is originally from Seville, Spain, but currently lives in Dublin, Ireland, where he has a full-time job in the financial services industry. Remo has been working on large-scale JavaScript applications for the last few years, from flight booking engines to investment and portfolio management solutions. Remo is an active member of the TypeScript community. He is the organizer of the Dublin TypeScript Meet-up and the creator of InversifyJS (an inversion of control container for TypeScript applications) and AtSpy (a test spies framework for TypeScript applications). He also writes a blog about TypeScript and other web technologies at wolk software. Remo has previously worked as a technical reviewer on Mastering TypeScript written by Nathan Rozentals and published by Packt Publishing.

목차

▶TABLE of CONTENTS
1: INTRODUCING TYPESCRIPT
2: WORKING WITH TYPES
3: WORKING WITH FUNCTIONS
4: OBJECT-ORIENTED PROGRAMMING WITH TYPESCRIPT
5: WORKING WITH DEPENDENCIES
6: UNDERSTANDING THE RUNTIME
7: FUNCTIONAL PROGRAMMING WITH TYPESCRIPT
8: WORKING WITH DECORATORS
9: AUTOMATING YOUR DEVELOPMENT WORKFLOW
10: NODE.JS DEVELOPMENT WITH TYPESCRIPT
11: FRONTEND DEVELOPMENT WITH REACT AND TYPESCRIPT
12: FRONTEND DEVELOPMENT WITH ANGULAR AND TYPESCRIPT
13: APPLICATION PERFORMANCE
14: APPLICATION TESTING
15: WORKING WITH THE TYPESCRIPT COMPILER AND THE LANGUAGE SERVICES


리뷰

구매자 별점

0.0

점수비율
  • 5
  • 4
  • 3
  • 2
  • 1

0명이 평가함

리뷰 작성 영역

이 책을 평가해주세요!

내가 남긴 별점 0.0

별로예요

그저 그래요

보통이에요

좋아요

최고예요

별점 취소

구매자 표시 기준은 무엇인가요?

'구매자' 표시는 리디에서 유료도서 결제 후 다운로드 하시거나 리디셀렉트 도서를 다운로드하신 경우에만 표시됩니다.

무료 도서 (프로모션 등으로 무료로 전환된 도서 포함)
'구매자'로 표시되지 않습니다.
시리즈 도서 내 무료 도서
'구매자’로 표시되지 않습니다. 하지만 같은 시리즈의 유료 도서를 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
도서를 영구 삭제해도 ‘구매자’ 표시는 남아있습니다.
결제 취소
‘구매자’ 표시가 자동으로 사라집니다.

이 책과 함께 구매한 책


이 책과 함께 둘러본 책



본문 끝 최상단으로 돌아가기

spinner
모바일 버전