De Aller-Bedste Bøger - over 12 mio. danske og engelske bøger
Levering: 1 - 2 hverdage

Bøger af Stoyan Stefanov

Filter
Filter
Sorter efterSorter Populære
  • af Gaston C. Hillar, Stoyan Stefanov, Kumar Chetan Sharma & mfl.
    893,95 kr.

  • af Stoyan Stefanov & Ved Antani
    513,95 kr.

    The Unity game engine has revolutionized the gaming industry with its complete set of intuitive tools.. This book will guide you through the entire process of creating a 3D VR game, from downloading the Unity game engine to publishing your game. It not only gives you a strong foundation, but puts you on the path to game development.

  • - Building Web Applications
    af Stoyan Stefanov
    513,95 kr.

    Hit the ground running with React, the open-source technology from Facebook for building rich web applications fast. With this practical guide, Yahoo! web developer Stoyan Stefanov teaches you how to build components-React's basic building blocks-and organize them into maintainable, large-scale apps.

  • af Stoyan Stefanov
    443,95 kr.

    Create scalable, reusable high-quality JavaScript applications and libraries. Learn to think in JavaScript, the language of the web browser. Object-oriented programming made accessible and understandable to web developers. Do it yourself: experiment with examples that can be used in your own scripts.Write better, more maintainable JavaScript code.

  • af Stoyan Stefanov & Kumar Chetan Sharma
    573,95 kr.

  • af Stoyan Stefanov & Jeremy Rogers
    293,95 kr.

    phpBB is a free, open source Internet community application, with outstanding discussion forums and membership management. Presenting the process of setting up a phpBB site, this guide helps to create, customize, and manage online community with phpBB. Written by experienced phpBB administrators and enthusiasts, it contains step-by-step examples.

  • - A Concise Guide to Mastering JavaScript
    af Stoyan Stefanov
    127,95 kr.

    If you want to significantly expand your web development skills beyond PHP, this practical, hands-on book teaches you ECMAScriptthe core JavaScript languagefrom the ground up. Youll discover some similarities between JavaScript and PHP, such as conditions and loops, but the primary focus is on JavaScripts unique object creation, classes, prototypes, and inheritance.JavaScript knowledge is essential for working with todays Web, whether youre building applications for the client, the server, or for mobile useand your PHP experience gives you a head start. This book will help you become fluent with JavaScript quickly, and then serve as a handy reference once you start coding.Explore JavaScript syntax, including variables, arrays, loops, and conditionsLearn how functions are important in JavaScriptand why theyre actually objectsDelve into JavaScripts object-oriented features, including prototypes, code reuse, and inheritanceExamine the built-in API and explore its global functions, properties, and objectsLearn about updates in ECMAScript5, the latest version of the standardUse common design patterns to organize your code in large applications

  • af Stoyan Stefanov
    188,95 kr.

    Performance is critical to the success of any website. In this book, web performance experts including Steve Souders, Tom Hughes-Croucher, Nicholas Zakas, and Stoyan Stefanov offer a collection of practical tips, techniques, and advice to help you optimize your site's user experience.

  • - Build Better Applications with Coding and Design Patterns
    af Stoyan Stefanov
    318,95 kr.

    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 idealwhether you're using JavaScript to write a client-side, server-side, or desktop application.Written by JavaScript expert Stoyan StefanovSenior Yahoo! Technical and architect of YSlow 2.0, the web page performance optimization toolJavaScript 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 moreLearn why literal notation patterns are simpler alternatives to constructor functionsDiscover different ways to define a function in JavaScriptCreate objects that go beyond the basic patterns of using object literals and constructor functionsLearn the options available for code reuse and inheritance in JavaScriptStudy sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and moreExamine patterns that apply specifically to the client-side browser environment