Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Javascript: The Definitive Guide: Master the World`s Most-Used Programming Language, Flanagan David


Варианты приобретения
Цена: 10136.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: Есть  Склад Америка: Есть  
При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября

Добавить в корзину
в Мои желания

Автор: Flanagan David   (Дэвид Фланаган)
Название:  Javascript: The Definitive Guide: Master the World`s Most-Used Programming Language
Перевод названия: Дэвид Фланаган: Javascript. Исчерпывающее руководство. Освоить самый используемый в мире язык програ
ISBN: 9781491952023
Издательство: Wiley
Издательство: O'Reilly Media
Классификация:

ISBN-10: 1491952024
Обложка/Формат: Paperback
Страницы: 600
Вес: 1.16 кг.
Дата издания: 11.08.2020
Язык: English
Размер: 178 x 233 x 41
Читательская аудитория: Technical / manuals
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Англии
Описание: For nearly 25 years this best seller has been the go-to guide for JavaScript programmers. The seventh edition is fully updated to cover the 2020 version of JavaScript, and new chapters cover classes, modules, iterators, generators, Promises, async/await, and metaprogramming.


      Старое издание

JavaScript for Sound Artists

Автор: Turner
Название: JavaScript for Sound Artists
ISBN: 1138961531 ISBN-13(EAN): 9781138961531
Издательство: Taylor&Francis
Рейтинг:
Цена: 4898.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Learn how to program JavaScript while creating interactive audio applications with JavaScript for Sound Artists: Learn to Code With the Web Audio API William Turner and Steve Leonard showcase the basics of JavaScript language programing so that readers can learn how to build browser based audio applications, such as music synthesizers and drum machines. The companion website offers further opportunity for growth. Web Audio API instruction includes oscillators, audio file loading and playback, basic audio manipulation, panning and time. This book encompasses all of the basic features of JavaScript with aspects of the Web Audio API to heighten the capability of any browser.

Key Features

  • Uses the readers existing knowledge of audio technology to facilitate learning how to program using JavaScript. The teaching will be done through a series of annotated examples and explanations.
  • Downloadable code examples and links to additional reference material included on the books companion website.
  • This book makes learning programming more approachable to nonprofessional programmers
  • The context of teaching JavaScript for the creative audio community in this manner does not exist anywhere else in the market and uses example-based teaching
  • 3D Game Programming for Kids: Create Interactive Worlds with JavaScript

    Автор: Strom Chris
    Название: 3D Game Programming for Kids: Create Interactive Worlds with JavaScript
    ISBN: 1680502700 ISBN-13(EAN): 9781680502701
    Издательство: Wiley
    Рейтинг:
    Цена: 6098.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание:

    You know what's even better than playing games? Programming your own Make your own online games, even if you're an absolute beginner. Let your imagination come to 3D life as you learn real-world programming skills with the JavaScript programming language - the language used everywhere on the web. This new edition is completely revised, and takes advantage of new programming features to make game programming even easier to learn. Plus, new effects make your games even cooler. When you're done, you're going to be amazed at what you can create.

    Jump right in Start programming cool stuff on page 1. Keep building new and different things until the very last page. This book wants you to play. Not just play games, but play with code. Play with programming. Because the best way to learn something is to have fun with it

    This second edition is updated from start to finish to make it even easier to get started programming in JavaScript. Every example has been updated to make it easier, with new example games to explore and new 3D effects that make your games even more fun Want a red donut? You can make hundreds of them, spinning around like mad. Want to create a star field? Make a hundred or a thousand stars. Make them red, green, or blue. Explosions? Fireworks? Planets? It's up to you. And, using a code editor created especially for this book, you'll program right in your web browser. You'll see the results of your work and imagination right away - right next to the code that you just typed Along the way, you'll pick up a ton of programming knowledge, and dive in even deeper with some more advanced chapters.

    Whatever you want to do, this book has your back. Best of all, you get to create awesome games and say, "I made this "

    What You Need:

    You need the latest version of the Google Chrome Web browser, available for free from https: //chrome.google.com. You also need an Internet connection to access the ICE Code Editor the first time. ICE Code Editor will be loaded onto your computer, so you won't need Internet access for later projects.

    The JavaScript Programming Language

    Автор: Toal, R.
    Название: The JavaScript Programming Language
    ISBN: 0763766585 ISBN-13(EAN): 9780763766580
    Издательство: Jones & Bartlett
    Рейтинг:
    Цена: 16674.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: The JavaScript Programming Language provides a brief introduction to the JavaScript language that is now an important component of every programmers tool box. It offers an overview of JavaScript to students interested in pursuing advanced programming skills.

    Clear and Concise, The JavaScript Programming Language is an excellent primer to this popular dynamic language and is ideal for use on its own or when coupled with one of Jones and Bartlett's outstanding introductory computer science texts.

    Modern Programming Made Easy: Using Java, Scala, Groovy, and JavaScript

    Автор: Davis Adam L.
    Название: Modern Programming Made Easy: Using Java, Scala, Groovy, and JavaScript
    ISBN: 1484255682 ISBN-13(EAN): 9781484255681
    Издательство: Springer
    Рейтинг:
    Цена: 4890.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Starting Out1. Introduction1.1 Problem Solving1.2 This Book2. Software to Install2.1 Java/Groovy2.2 Others2.3 Code on Github3. The Basics3.1 Coding Terms3.2 Primitives and Reference3.3 Strings/Declarations3.4 Statements3.5 Assignment3.6 Class and Object3.7 Comments3.8 SummaryGlorified Calculator4. Math4.1 Adding, subtracting, etc.4.2 More complex Math4.3 Random numbers4.4 Summary5. Arrays, Lists, Sets, and Maps5.1 Arrays5.2 Lists5.3 Sets5.4 Maps5.5 Summary6. Conditionals and Loops6.1 If, Then, Else6.2 Switch Statements6.3 Boolean logic6.4 Looping6.5 Summary7. Methods7.1 Call me7.2 Break it down7.3 Return to sender7.4 Static7.5 Varargs7.6 Main method7.7 Exercises7.8 SummaryPolymorphic Spree8. Inheritance8.1 Objectify8.2 Parenting 1018.3 Packages8.4 Public Parts8.5 Interfaces8.6 Abstract Class8.7 Enums8.8 Annotations8.9 Autoboxing8.10 Summary9. Design Patterns9.1 Observer9.2 MVC9.3 DSL9.4 Actors10. Functional Programming10.1 Functions and Closures10.2 Map/Filter/etc.10.3 Immutability10.4 Java 810.5 Groovy10.6 Scala10.7 Summary11. Refactoring11.1 Object-Oriented Refactoring11.2 Functional Refactoring11.3 Refactoring Examples12. Utilities12.1 Dates and Times12.3 TimeZone12.4 ScannerReal-life13. Building13.1 Ant13.2 Maven13.3 Gradle14. Testing14.1 Types of Tests14.2 JUnit15. Input/Output15.1 Files15.2 Reading Files15.3 Writing Files15.4 Downloading Files15.5 Summary16. Version Control16.1 Subversion16.2 Git16.3 Mercurial17. The Inter-webs17.1 Web 10117.2 My First Web-app17.3 The Holy Grails17.4 Cloud17.5 The REST17.6 Summary18. Swinging Graphics18.1 Hello Window18.2 Push my Buttons18.3 Fake Browser18.4 Griffon18.5 Advanced Graphics18.6 Graphics Glossary18.7 Summary19. Creating a Magical User Experience19.1 Application Hierarchy19.2 Consider your Audience19.3 Choice is an Illusion19.4 Direction19.5 Skuemorphism19.6 Context is Important19.7 KISS19.8 You Are Not the User19.9 Summary20. Databases20.1 SQL (Relational) Databases20.2 NoSQL Databases20.3 SummaryAfterwordAppendices A-D

    Beginning Functional JavaScript: Uncover the Concepts of Functional Programming with Ecmascript 8

    Автор: Aravinth Anto, Machiraju Srikanth
    Название: Beginning Functional JavaScript: Uncover the Concepts of Functional Programming with Ecmascript 8
    ISBN: 1484240863 ISBN-13(EAN): 9781484240861
    Издательство: Springer
    Рейтинг:
    Цена: 9083.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Understand functional programming concepts and the functional nature of the JavaScript language. Starting with an introduction to functional programming concepts, you will learn the key differences between imperative and functional programming. Diving straight into JavaScript functions, you will learn to write them with ES8. Followed by this you will move to higher order functions and learn how 'Function as Data' opens up a world of possibilities. You will then build higher order functions with closures. Arrays will then be introduced, followed by a set of APIs you can use with them. You will learn how to transform one function to another using currying and partial application. The compose function will be discussed in detail, followed by functors and monads. After having an in-depth look at applicative functors, you will learn the new features offered in ES8. The concluding chapters of Beginning Functional JavaScript will show you how to use a functional toolkit to build a small library that allows you to develop web applications, followed by tips on testing your functional code.What You Will Learn Discover functional programming concepts such as string padding and async functionsIdentify how functions are treated in JavaScriptCreate a functional library that mimics Underscore.JSDeep dive into ES8 functional features such as spread operators and generatorsCreate a library that works like the react-redux pattern by following the functional paradigmWho This Book Is ForNovice JavaScript developers.

    JavaScript Cookbook: Programming the Web

    Автор: Paxton John, Scott Adam D., Powers Shelley
    Название: JavaScript Cookbook: Programming the Web
    ISBN: 1492055751 ISBN-13(EAN): 9781492055754
    Издательство: Wiley
    Рейтинг:
    Цена: 10136.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Why reinvent the wheel every time you run into a problem with JavaScript? This cookbook is chock-full of code recipes for common programming tasks, along with techniques for building apps that work in any browser. You`ll get adaptable code samples that you can add to almost any project--and you`ll learn more about JavaScript in the process.

    Programming with JavaScript

    Автор: Elliott Eric
    Название: Programming with JavaScript
    ISBN: 1491950293 ISBN-13(EAN): 9781491950296
    Издательство: Wiley
    Рейтинг:
    Цена: 5067.00 р.
    Наличие на складе: Есть у поставщика Поставка под заказ.

    Описание: Take advantage of JavaScript`s power to build robust web-scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that`s easier - yes, easier - to work with as your code base grows.


    ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
       В Контакте     В Контакте Мед  Мобильная версия