Product details
- Publisher : Manning; 2nd edition (September 10, 2016)
- Language : English
- Paperback : 464 pages
- ISBN-10 : 1617292850
- ISBN-13 : 978-1617292859
کتاب Secrets of the JavaScript Ninja
Summary
More than ever, the web is a universal platform for all types of applications, and JavaScript is the language of the web. If you're serious about web development, it's not enough to be a decent JavaScript coder. You need to be ninja-stealthy, efficient, and ready for anything. This book shows you how.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
JavaScript is rapidly becoming a universal language for every type of application, whether on the web, on the desktop, in the cloud, or on mobile devices. When you become a JavaScript pro, you have a powerful skill set that’s usable across all these domains.
About the Book
Secrets of the JavaScript Ninja, Second Edition uses practical examples to clearly illustrate each core concept and technique. This completely revised edition shows you how to master key JavaScript concepts such as functions, closures, objects, prototypes, and promises. It covers APIs such as the DOM, events, and timers. You’ll discover best practice techniques such as testing, and cross-browser development, all taught from the perspective of skilled JavaScript practitioners.
What’s Inside
- Writing more effective code with functions, objects, and closures
- Learning to avoid JavaScript application pitfalls
- Using regular expressions to write succinct text-processing code
- Managing asynchronous code with promises
- Fully revised to cover concepts from ES6 and ES7
About the Reader
You don’t have to be a ninja to read this book—just be willing to become one. Are you ready?
About the Authors
John Resig is an acknowledged JavaScript authority and the creator of the jQuery library. Bear Bibeault is a web developer and author of the first edition, as well as coauthor of Ajax in Practice, Prototype and Scriptaculous in Action, and jQuery in Action from Manning. Josip Maras is a post-doctoral researcher and teacher.
Table of Contents
PART 1 - WARMING UP
PART 2 - UNDERSTANDING FUNCTIONS
PART 3 - DIGGING INTO OBJECTS AND FORTIFYING YOUR CODE
PART 4 - BROWSER RECONNAISSANCE
- JavaScript is everywhere
- Building the page at runtime
- First-class functions for the novice: definitions and arguments
- Functions for the journeyman: understanding function invocation
- Functions for the master: closures and scopes
- Functions for the future: generators and promises
- Object orientation with prototypes
- Controlling access to objects
- Dealing with collections
- Wrangling regular expressions
- Code modularization techniques
- Working the DOM
- Surviving events
- Developing cross-browser strategies
منابع کتاب کتاب Secrets of the JavaScript Ninja
خلاصه
بیش از هر زمان دیگری، وب یک پلت فرم جهانی برای همه انواع برنامه ها است و جاوا اسکریپت زبان وب است. اگر در مورد توسعه وب جدی هستید، کافی نیست که یک کدنویس جاوا اسکریپت مناسب باشید. شما باید یک نینجا رادار، کارآمد و آماده برای هر چیزی باشید. این کتاب به شما نشان می دهد که چگونه.
خرید کتاب چاپی شامل یک کتاب الکترونیکی رایگان در قالبهای PDF، Kindle و ePub از انتشارات منینگ است.
درباره فناوری
جاوا اسکریپت به سرعت در حال تبدیل شدن به یک زبان جهانی برای هر نوع برنامه ای است، چه در وب، روی دسکتاپ، در ابر یا در دستگاه های تلفن همراه. وقتی یک حرفه ای جاوا اسکریپت می شوید، یک مجموعه مهارت قدرتمند دارید که در همه این دامنه ها قابل استفاده است.
درباره
رازهای کتاب جاوا اسکریپت نینجا، ویرایش دوماز مثال های عملی برای نشان دادن واضح هر مفهوم و تکنیک اصلی استفاده می کند. این نسخه کاملاً اصلاح شده به شما نشان میدهد که چگونه بر مفاهیم کلیدی جاوا اسکریپت مانند توابع، بستهها، اشیاء، نمونههای اولیه و وعدهها مسلط شوید. APIهایی مانند DOM، رویدادها و تایمرها را پوشش می دهد. شما بهترین تکنیکهای عملی مانند آزمایش و توسعه مرورگرهای متقابل را که همگی از دیدگاه متخصصان ماهر جاوا اسکریپت آموزش داده میشوند، کشف خواهید کرد.
چه چیزی در داخل است
- نوشتن کد موثرتر با توابع، اشیا و بستهها
- آموزش جلوگیری از مشکلات برنامه جاوا اسکریپت
- استفاده از عبارات منظم برای نوشتن کد پردازش متن مختصر
- مدیریت کد ناهمزمان با وعده ها
- به طور کامل برای پوشش مفاهیم ES6 و ES7 تجدید نظر شده است
درباره خواننده
لازم نیست برای خواندن این کتاب یک نینجا باشید - فقط مایل باشید که یکی شوید. اماده ای؟
درباره نویسندگان
John Resig یک مرجع معتبر جاوا اسکریپت و خالق کتابخانه jQuery است. Bear Bibeault یک توسعه دهنده وب و نویسنده نسخه اول، و همچنین نویسنده مشترک Ajax in Practice ، Prototype and Scriptaculous in Action ، و jQuery in Action از Manning است. جوسیپ ماراس محقق و معلم فوق دکتری است.
فهرست مطالب
بخش 1 - گرم کردن
بخش 2 - درک عملکردها
قسمت 3 - کاوش در اشیا و تقویت کد خود
قسمت 4 - شناسایی مرورگر
- جاوا اسکریپت همه جا هست
- ساخت صفحه در زمان اجرا
- توابع درجه یک برای تازه کار: تعاریف و آرگومان ها
- توابع برای مسافر: درک فراخوانی تابع
- توابع برای استاد: بسته شدن و محدوده
- توابع برای آینده: مولدها و وعده ها
- شی گرایی با نمونه های اولیه
- کنترل دسترسی به اشیا
- برخورد با مجموعه ها
- مشاجره عبارات منظم
- تکنیک های مدولارسازی کد
- کار با DOM
- حوادث زنده مانده
- توسعه استراتژی های بین مرورگرها
ارسال نظر درباره کتاب Secrets of the JavaScript Ninja