Сила Javascript. 68 способов эффективного использования JS. 🔍
Дэвид Херман; [пер. с англ. Н. Вильчинский] Издательский дом Питер, Библиотека специалиста, 2013
English [en] · Russian [ru] · PDF · 10.2MB · 2013 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
description
Эта книга поможет вам освоить всю мощь языка программирования javascript и научит применять его максимально эффективно. Автор описывает внутреннюю работу языка на понятных практических примерах, которые помогут как начинающим программистам, так и опытным разработчикам повысить уровень понимания javascript и существенно обогатить опыт его применения в своей работе.
В книге содержится 68 проверенных подходов для написания «чистого» и работающего кода на javascript, которые можно легко использовать на практике. Вы узнаете, как выбирать правильный стиль программирования для каждого конкретного проекта, как управлять непредвиденными проблемами разработки, а также как работать более эффективно на каждом этапе программирования на javascript.
Alternative filename
lgli/Дэвид Херман;Сила javascript. 68 способов эффективного использования JS;;;Питер;2013;978-5-496-00524-1;;Russian.pdf
Alternative filename
lgrsnf/Дэвид Херман;Сила javascript. 68 способов эффективного использования JS;;;Питер;2013;978-5-496-00524-1;;Russian.pdf
Alternative filename
zlib/no-category/Дэвид Херман/Сила javascript. 68 способов эффективного использования JS_2748590.pdf
Alternative title
Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript (Effective Software Development Series)
Alternative author
Herman, David
Alternative author
David Herman
Alternative author
Херман, Дэвид
Alternative publisher
Addison-Wesley Educational Publishers Inc
Alternative publisher
Addison-Wesley Longman, Incorporated
Alternative publisher
Addison-Wesley Professional
Alternative publisher
Longman Publishing
Alternative publisher
Adobe Press
Alternative publisher
Piter Press
Alternative edition
Effective software development series, Upper Saddle River, NJ, 2013
Alternative edition
Effective software development series, München, 2012
Alternative edition
Pearson Education (US), Upper Saddle River, NJ, 2013
Alternative edition
United States, United States of America
Alternative edition
Санкт-Петербург [и др.], Russia, 2013
Alternative edition
Russia, Russian Federation
Alternative edition
Boston, Mass, 2012
Alternative edition
December 6, 2012
Alternative edition
1, PS, 2012
metadata comments
lg1539877
metadata comments
{"isbns":["0321812182","5496005248","9780321812186","9785496005241"],"last_page":288,"publisher":"Питер","series":"Библиотека специалиста"}
metadata comments
Пер.: Herman, David Effective JavaScript: 68 specific ways to harness the power 978-0321812186
metadata comments
РГБ
metadata comments
Russian State Library [rgb] MARC:
=001 006599818
=005 20130829123514.0
=008 130702s2013\\\\ru\a\\\\\\\\\\000\|\rus|d
=017 \\ $a 13-50041
=020 \\ $a 978-5-496-00524-1
=040 \\ $a RuMoRKP $b rus $e rcr $d RuMoRGB
=041 1\ $a rus $h eng
=080 \\ $a 004.438
=084 \\ $a З973.233.02-044.5-018.19JavaScript,0 $2 rubbk
=100 1\ $a Херман, Дэвид
=245 00 $a Сила JavaScript $h [Текст] : $b 68 способов эффективного использования JS $c Дэвид Херман ; [пер. с англ. Н. Вильчинский]
=260 \\ $a Санкт-Петербург [и др.] $b Питер $c 2013
=300 \\ $a 286 с. $b ил. $c 24 см
=336 \\ $a текст (text) $b txt $2 rdacontent
=337 \\ $a неопосредованный (unmediated) $b n $2 rdamedia
=338 \\ $a том (volume) $b nc $2 rdacarrier
=534 \\ $p Пер.: $a Herman, David $t Effective JavaScript: 68 specific ways to harness the power $z 978-0321812186
=650 \7 $a Вычислительная техника -- Вычислительные машины электронные цифровые -- Автоматическая обработка информации -- Информационные системы и сети -- Элементы и узлы -- Управляющие, вводные и выводные устройства -- Устройства для опознавания и считывания -- Программирование -- Языки программирования -- JavaScript $2 rubbk
=650 \7 $a JAVA SCRIPT, язык программирования $0 RU\NLR\AUTH\661245721 $2 nlr_sh
=852 \\ $a РГБ $b FB $j 2 13-57/266 $x 90
Alternative description
<p>“It’s uncommon to have a programming language wonk who can speak in such comfortable and friendly language as David does. His walk through the syntax and semantics of JavaScript is both charming and hugely insightful; reminders of gotchas complement realistic use cases, paced at a comfortable curve. You’ll find when you finish the book that you’ve gained a strong and comprehensive sense of mastery.”</p>
<p class="null1">—Paul Irish, developer advocate, Google Chrome</p>
<p>“This is not a book for those looking for shortcuts; rather it is hard-won experience distilled into a guided tour. It’s one of the few books on JS that I’ll recommend without hesitation.”</p>
<p class="null1">—Alex Russell, TC39 member, software engineer, Google</p>
<p>In order to truly master JavaScript, you need to learn how to work effectively with the language’s flexible, expressive features and how to avoid its pitfalls. No matter how long you’ve been writing JavaScript code, <b><i><b>Effective JavaScript</b></i></b> will help deepen your understanding of this powerful language, so you can build more predictable, reliable, and maintainable programs.</p>
<p>Author David Herman, with his years of experience on Ecma’s JavaScript standardization committee, illuminates the language’s inner workings as never before—helping you take full advantage of JavaScript’s expressiveness. Reflecting the latest versions of the JavaScript standard, the book offers well-proven techniques and best practices you’ll rely on for years to come.</p>
<p><b><i><b>Effective JavaScript</b></i></b> is organized around 68 proven approaches for writing better JavaScript, backed by concrete examples. You’ll learn how to choose the right programming style for each project, manage unanticipated problems, and work more successfully with every facet of JavaScript programming from data structures to concurrency. Key features include</p>
<ul>
<li>Better ways to use prototype-based object-oriented programming</li>
<li>Subtleties and solutions for working with arrays and dictionary objects</li>
<li>Precise and practical explanations of JavaScript’s functions and variable scoping semantics</li>
<li>Useful JavaScript programming patterns and idioms, such as options objects and method chaining</li>
<li>In-depth guidance on using JavaScript’s unique “run-to-completion” approach to concurrency</li>
</ul>
date open sourced
2016-08-11
Read more…

🐢 Slow downloads

From trusted partners. More information in the FAQ. (might require browser verification — unlimited downloads!)

All download options have the same file, and should be safe to use. That said, always be cautious when downloading files from the internet, especially from sites external to Anna’s Archive. For example, be sure to keep your devices updated.
  • For large files, we recommend using a download manager to prevent interruptions.
    Recommended download managers: Motrix
  • You will need an ebook or PDF reader to open the file, depending on the file format.
    Recommended ebook readers: Anna’s Archive online viewer, ReadEra, and Calibre
  • Use online tools to convert between formats.
    Recommended conversion tools: CloudConvert and PrintFriendly
  • You can send both PDF and EPUB files to your Kindle or Kobo eReader.
    Recommended tools: Amazon‘s “Send to Kindle” and djazz‘s “Send to Kobo/Kindle”
  • Support authors and libraries
    ✍️ If you like this and can afford it, consider buying the original, or supporting the authors directly.
    📚 If this is available at your local library, consider borrowing it for free there.