Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    TypeScript High Performance

    Posted By: arundhati
    TypeScript High Performance

    Ajinkya Kher, "TypeScript High Performance"
    2017 | ISBN-10: 1785288644 | 230 pages | PDF | 6 MB

    Key Features
    Efficiently use Data Structures, Language Constructs, & Handle Asynchrony
    Monitor the performance, Code Quality, & Resource Optimizations
    Build & Deploy Strategies for Large Scale TypeScript Projects
    Book Description
    In a world where a tiny decrease in frames per second impacts customer engagement greatly, writing highly scalable code is more of a necessity than a luxury. Using TypeScript you get type checking during development. This gives you the power to write optimized code quickly. This book is also a solid tool to those who're curious to understand the impact of performance in production, and it is of the greatest aid to the proactive developers who like to be cognizant of and avoid the classic pitfalls while coding.

    The book will starts with explaining the efficient implementation of basic data Structures, data types, and flow control. You will then learn efficient use of advanced language constructs and asynchronous programming. Further, you'll learn different configurations available with TSLint to improve code quality and performance. Next, we'll introduce you to the concepts of profiling and then we deep dive into profiling JS with several tools such as firebug, chrome, fiddler. Finally, you'll learn techniques to build and deploy real world large scale TypeScript applications.

    What you will learn
    Learn about the critical rendering path, and the performance metrics involved along the same
    Explore the detailed inner intricacies of a web browser
    Build a large scale front end applications and learn the thought process behind architecting such an effort
    Understand the challenges of scalability and how TypeScript renders itself