Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks CGI, JavaScript, Perl, VB Script

Si vous aimez les titres CGI, JavaScript, Perl, VB Script, vous allez adorer cette sélection.
Affichage de 1 à 24 sur 680 résultats
Skip side bar filters
  • Node.js: Novice to Ninja

    par Craig Buckler ...
    Node.js: Novice to Ninja is your hands-on guide to learning everything needed to build a professional web application using Node.js, the hugely popular open-source, cross-platform, back-end JavaScript runtime environment. You'll start off by getting familiar with the basics - installation and building your first apps - before moving onto more advanced concepts, including debugging, asynchronous ... En savoir plus

    $26.63 CAD

  • JavaScript: Best Practice

    There's no doubt that the JavaScript ecosystem changes fast. Not only are new tools and frameworks introduced and developed at a rapid rate, the language itself has undergone big changes with the introduction of ES2015 (aka ES6). Understandably, many articles have been written complaining about how difficult it is to learn modern JavaScript development these days. We're aiming to minimize that ... En savoir plus

    $11.51 CAD

  • Node.js: The Collection

    While there have been quite a few attempts to get JavaScript working as a server-side language, Node.js (frequently just called Node) has been the first environment that's gained any traction. It's now used by companies such as Netflix, Uber and Paypal to power their web apps. Node allows for blazingly fast performance; thanks to its event loop model, common tasks like network connection and ... En savoir plus

    $23.75 CAD

  • Practical Modern JavaScript

    Dive into ES6 and the Future of JavaScript

    To get the most out of modern JavaScript, you need learn the latest features of its parent specification, ECMAScript 6 (ES6). This book provides a highly practical look at ES6, without getting lost in the specification or its implementation details. Armed with practical examples, author Nicolas Bevacqua shows you new ways to deal with asynchronous flow control, declare objects or functions, and ... En savoir plus

    $41.03 CAD

  • Mastering Web Application Development with AngularJS

    This book will be a step-by-step guide showing the readers how to build a complete web app with AngularJS. This book will be most useful to developers who are evaluating or have decided to use AngularJS for a real life project. You should have some prior exposure to AngularJS, at least through basic examples. We assume that youve got working knowledge of HTML, CSS, and JavaScript. ... En savoir plus

    $24.29 CAD ou Gratuit avec Kobo Plus

  • JavaScript Basics

    Flinging Event, Element, and Object Bombs at Zombie Heads

    par John Rhea ...
    Collections series Undead Institute
    Got basic programming skills but are new to JavaScript? Ready to pitch in and save humanity from the zombie hordes? Now you can do both at the same time.You’ll learn how to work with JavaScript objects, creating and setting properties, defining and using methods and the way objects are used in the Document Object Model (DOM). All while kicking serious zombie tuchus.Speaking of the DOM you’ll ... En savoir plus

    $6.29 CAD ou Gratuit avec Kobo Plus

  • Python: Quick Reference - Cheat Sheet - Print & Laminate

    Digital Print & Laminate

    par Kaitlyn Chick ...
    This Quick Reference Sheet is designed for new and experienced programmers alike. If you want a cheat sheet for your laptop, Kindle or smart phone, or if you would simply like to print out and laminate this is the ideal reference chart for you.    ... En savoir plus

    $1.84 CAD

  • Node.js, MongoDB, and AngularJS Web Development

    par Brad Dayley ...
    Collections series Developer's Library
    The definitive guide to building JavaScript-based Web applications from server to browserNode.js, MongoDB, and AngularJS are three new web development technologies that together provide an easy to implement, fully integrated web development stack. Node.js is a leading server-side programming environment, MongoDB is the most popular NoSQL database, and AngularJS is quickly becoming the leading ... En savoir plus

    $35.45 CAD

  • jQuery and jQuery UI

    Visual QuickStart Guide

    par Jay Blanchard ...
    Collections series Visual QuickStart Guide
    jQuery is a popular JavaScript library that simplifies event handling, animating, and Ajax interactions for rapid web development. Even casual web designers, who create web pages for fun, want to add the latest cool effects to their sites, and jQuery--the fast, flexible JavaScript library--is a tool of choice. From visual effects, special controls, and Ajax made easy, the jQuery Visual QuickStart ... En savoir plus

    $21.23 CAD

  • JavaScript

    Visual QuickStart Guide

    Collections series Visual QuickStart Guide
    This task-based, visual-reference guide has been fully revised and uses step-by-step instructions and plenty of screenshots to give beginning and intermediate scripters what they need to know to keep their skills up-to-date. Readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to know. In this updated eighth edition, ... En savoir plus

    $24.83 CAD

  • AngularJS Programming by Example

    par Agus Kurniawan ...
    AngularJS is JavaScript framework to accelerate developer to build front-end web application. This book helps who want to learn AngularJS programming by providing sample code illustration.**TOC**Preparing Development Environment1.1 AngularJS1.2 Development Tools1.3 Hello WorldAngular Modules and Controllers2.1 Angular Modules2.2 Controllers2.3 Working with Multi Controllers2.4 Calling AngularJS... ... En savoir plus

    $4.27 CAD

  • Guide to: Learning Python Decorators

    par Matt Harrison ...
    Guide To: Learning Python Decorators is a complete guide to the theory and implementation of decorators. Decorators are pretty common in Python. While not strictly necessary, they can reduce code size while enabling control of function input, invocation and output. Many explanations of decorators are brief and leave the reader somewhat confused. This book is an attempt to remedy that. It is based ... En savoir plus

    $7.85 CAD

  • Learning React

    Modern Patterns for Developing React Apps

    If you want to learn how to build efficient React applications, this is your book. Ideal for web developers and software engineers who understand how JavaScript, CSS, and HTML work in the browser, this updated edition provides best practices and patterns for writing modern React code. No prior knowledge of React or functional JavaScript is necessary.With their learning road map, authors Alex Banks ... En savoir plus

    $48.95 CAD

  • Guide to: Learning Iteration and Generators in Python

    par Matt Harrison ...
    Understanding iteration enables understanding generators and easily creating objects that can iterate. This guide will explain the theory behind iteration in Python and teach best practices for generator creation and use. Do not beware the yield, rather embrace the power it provides. ... En savoir plus

    $5.52 CAD

  • Essential ActionScript 3.0

    ActionScript 3.0 Programming Fundamentals

    par Colin Moock ...
    ActionScript 3.0 is a huge upgrade to Flash's programming language. The enhancements to ActionScript's performance, feature set, ease of use, cleanliness, and sophistication are considerable. Essential ActionScript 3.0 focuses on the core language and object-oriented programming, along with the Flash Player API.Essential ActionScript has become the #1 resource for the Flash and ActionScript ... En savoir plus

    $35.99 CAD

  • Your First Week With React

    React is a remarkable JavaScript library that' taken the development community by storm. In a nutshell, it's made it easier for developers to build interactive user interfaces for web, mobile and desktop platforms. One of its best features is its freedom from the problematic bugs inherent in MVC frameworks, where inconsistent views is a recurring problem for big projects. Today, thousands of ... En savoir plus

    $10.07 CAD

  • Going GAS

    From VBA to Google Apps Script

    par Bruce Mcpherson ...
    Whether you’re moving from Microsoft Office to Google Docs or simply want to learn how to automate Docs with Google Apps Script, this practical guide shows you by example how to work with each of the major Apps Script services.Office still supports VBA, but it’s not likely to do so for much longer. If you’re a VBA or .NET developer, you’ll learn how to port existing VBA code and structure to their ... En savoir plus

    $25.19 CAD

  • Learning PHP, MySQL & JavaScript

    A Step-by-Step Guide to Creating Dynamic Websites

    par Robin Nixon ...
    Build interactive, data-driven websites with the potent combination of open source technologies and web standards, even if you have only basic HTML knowledge. With the latest edition of this popular hands-on guide, you'll tackle dynamic web programming using the most recent versions of today's core technologies: PHP, MySQL, JavaScript, CSS, HTML5, jQuery, Node.js, and the powerful React library ... En savoir plus

    $46.07 CAD

  • Learning Three.js: The JavaScript 3D Library for WebGL

    par Jos Dirksen ...
    “Learning Three.js is a hands-on guide which provides everything you need to start working with the powerful JavaScript library, and start creating awesome in-browser visualizations”.Learning Three.js is written for anyone looking to get started with Three.js, or looking to improve their skills with the popular js library. The book assumes some knowledge of javascript, but you dont need any ... En savoir plus

    $26.99 CAD ou Gratuit avec Kobo Plus

  • ActionScript 3.0 Cookbook

    Solutions for Flash Platform and Flex Application Developers

    Well before Ajax and Microsoft's Windows Presentation Foundation hit the scene, Macromedia offered the first method for building web pages with the responsiveness and functionality of desktop programs with its Flash-based "Rich Internet Applications". Now, new owner Adobe is taking Flash and its powerful capabilities beyond the Web and making it a full-fledged development environment.Rather than ... En savoir plus

    $25.91 CAD

  • Learning Node.js

    A Hands-On Guide to Building Web Applications in JavaScript

    Collections series Learning
    Get Started Fast with Node.js Apps and Server Development Node.js makes it far easier to create fast, compact, and reliable web/network applications and web servers, and is rapidly becoming indispensable to modern web developers. Learning Node.js brings together the knowledge and JavaScript code you need to build master the Node.js platform and build server-side applications with extraordinary ... En savoir plus

    $28.34 CAD

  • Windows 8.1 Apps with HTML5 and JavaScript Unleashed

    par Stephen Walther ...
    Collections series Unleashed
    Take advantage of your existing JavaScript and HTML skills to build apps for Windows 8.1 and add them to the Windows Store. It’s a remarkable opportunity—and best-selling Microsoft web development author Stephen Walther will show you how to take full advantage of it.Offering the same deep insight and practical code that has made his ASP.NET Unleashed the #1 ASP.NET book of all time, Walther covers ... En savoir plus

    $28.34 CAD

  • Javascript: The Ultimate Guide to Learn Javascript Step by Step

    par Andy Richmond ...
    Would you like to join today's world and understand the specifics of one of the most popular programming languages?Maybe you have only heard about Javascript and got some thoughts about trying it yourself?Or maybe you already want to get into Javascript programming but just don't know the absolute best way to start?If your answer is "Yes" to at least one of these questions, then keep reading...We ... En savoir plus

    $3.59 CAD ou Gratuit avec Kobo Plus

  • 680 Dot Net (.NET) Framework Interview Questions and Answers

    680 most important and frequently asked questions and answers to crack interviews

    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive Dot Net (.NET) ... En savoir plus

    $3.36 CAD