Descriere YEO:
Pe YEO găsești JavaScript Patterns: Build Better Applications de la O\'Reilly Media, în categoria Foreign Books.
Indiferent de nevoile tale, JavaScript Patterns: Build Better Applications with Coding and Design Patterns, Paperback/Stoyan Stefanov din categoria Foreign Books îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 170.99 Lei
Caracteristicile produsului JavaScript Patterns: Build Better Applications
- Brand: O\'Reilly Media
- Categoria: Foreign Books
- Magazin: elefant.ro
- Ultima actualizare: 21-12-2024 01:38:29
Comandă JavaScript Patterns: Build Better Applications Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda JavaScript Patterns: Build Better Applications de la elefant.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
What\'s the best approach for developing an application
with JavaScript? This book helps you answer that question
with numerous
JavaScript coding patterns and best practices. If you\'re an experienced developer looking to solve problems related to objects, functions, inheritance, and other language-specific categories, the abstractions and code templates in this guide are ideal--whether you\'re using
JavaScript to write a client-side, server-side, or desktop application. Written by JavaScript expert
Stoyan Stefanov--Senior YahooTechnical and architect of YSlow 2.0, the web page performance optimization tool-- JavaScript
Patterns includes practical advice for implementing each pattern discussed, along
with several hands-on examples. You\'ll also learn about anti-patterns: common programming approaches that cause more problems than they solve. Explore useful habits for writing high-quality JavaScript code, such as avoiding globals, using single var declarations, and more Learn why literal notation patterns are simpler alternatives to constructor functions Discover different ways to define a function in JavaScript Create objects that go beyond the basic patterns of using object literals and constructor functions Learn the options available for code reuse and inheritance in JavaScript Study sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and more Examine patterns that apply specifically to the client-side browser environment