null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Effective TypeScript (83 Specific Ways to Improve Your TypeScript)

List Price: $59.99
SKU:
9781098155063
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Dan Vanderkam
    Format:
    Paperback
    Pages:
    401
    Publisher:
    O'Reilly Media (June 4, 2024)
    Language:
    English
    ISBN-13:
    9781098155063
    ISBN-10:
    1098155068
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20260210163226-20260210.xml
    Folder:
    TWO RIVERS
    List Price:
    $59.99
    Country of Origin:
    United States
    Case Pack:
    10
    As low as:
    $51.59
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Pub Discount:
    60
    Weight:
    22.56oz
    Imprint:
    O'Reilly Media
  • Overview

    TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches for which JavaScript is famous. But TypeScript has a learning curve of its own, and understanding how to use it effectively takes time and practice. Using the format popularized by Effective C++ and Effective Java (both Addison-Wesley), this practical book features 83 items that give specific advice on what to do and what not to do, and how to think about the language.

    Author Dan Vanderkam shows you how to apply each item's advice through concrete examples. This book will help you advance from a beginning or intermediate user familiar with TypeScript basics to an expert who knows how to use the language well.

    Updated for TypeScript 5, this second edition includes two new chapters on type-level programming and TypeScript recipes.

    • Learn the nuts and bolts of TypeScript's type system
    • Use type inference to get full safety with a minimum of type annotations
    • Design types to make your code safer and more understandable
    • Model complex APIs using generic types and type-level programming
    • Understand how dependencies and type declaration files work in TypeScript
    • Successfully migrate your JavaScript code base to TypeScript