Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de CGI, JavaScript, Perl, VBScript

Si te gustan los eBooks de CGI, JavaScript, Perl, VBScript, seguro que te encanta esta selección.
Mostrando 1 - 24 de 1286 resultados
Skip side bar filters
  • JavaScript with Promises

    Managing Asynchronous Code

    de Daniel Parker ...
    Asynchronous JavaScript is everywhere, whether you’re using Ajax, AngularJS, Node.js, or WebRTC. This practical guide shows intermediate to advanced JavaScript developers how Promises can help you manage asynchronous code effectively—including the inevitable flood of callbacks as your codebase grows. You’ll learn the inner workings of Promises and ways to avoid difficulties and missteps when using ... Leer más

    $186 MXN

  • UI Animations with Lottie and After Effects

    Create, render, and ship stunning animations natively on mobile with React Native

    Understand and develop immersive animations along with animated stickers for Telegram using Bodymovin, After Effects and LottieFiles and integrate them in your React Native apps using this color guide to UI animationsKey FeaturesExplore key principles of storytelling, 2D digital animation, and design thinkingCreate animations in After Effects, learn how to export them with both Bodymovin and ... Leer más

    $857 MXN o gratis con Kobo Plus

  • Web Workers

    Multithreaded Programs in JavaScript

    de Ido Green ...
    Web apps would run much better if heavy calculations could be performed in the background, rather than compete with the user interface. With this book, you’ll learn how to use Web Workers to run computationally intensive JavaScript code in a thread parallel to the UI. Yes, multi-threaded programing is complicated, but Web Workers provide a simple API that helps you be productive without the ... Leer más

    $174 MXN

  • The Past, Present, and Future of JavaScript

    What’s next for JavaScript? Its phenomenal rise from a simple client-side scripting tool to a versatile and flexible programming language exceeded everyone’s expectations. Now, hopes and expectations for JavaScript’s future are considerable.In this insightful report, Dr. Axel Rauschmayer explains how the combination of several technologies and opportunities in the past 15 years turned JavaScript’s ... Leer más

    Gratis

  • HTML5 para Mentes Maestras, 2da Edición

    Cómo aprovechar HTML5 para crear sitios web adaptables y aplicaciones revolucionarias

    de J.D Gauchat ...
    HTML5 para Mentes Maestras guía al lector paso a paso en el desarrollo de sitios y aplicaciones web. Luego de leer este libro sabrá cómo estructurar sus documentos con HTML, cómo otorgarles estilos con CSS, y cómo trabajar con las más poderosas APIs de JavaScript. Este libro no es solo una introducción a HTML5, es un curso completo que le enseñará cómo construir sitios webs adaptables y ... Leer más

    $150 MXN

  • Solidity Smart Contracts: Build DApps In The Ethereum Blockchain

    For the past couple of years, there hasn't been a bigger breakthrough in the IT world than the one that the Blockchain technology has made. The extremely fast growth of the industry, market and the technology itself leads to an enormous shortage of programmers that truly understand the blockchain. Along with the blockchain, smart contracts have emerged and with them - Solidity.The idea of this ... Leer más

    Gratis

  • What Is Node?

    Node.js. It’s the latest in a long line of “Are you cool enough to use me?” programming languages, APIs, and toolkits. In that sense, it lands squarely in the tradition of Rails, and Ajax, and Hadoop, and even to some degree iPhone programming and HTML5.Dig a little deeper, and you’ll hear that Node.js (or, as it’s more briefly called by many, simply “Node”) is a server-side solution for ... Leer más

    Gratis

  • The Problem with Native JavaScript APIs

    Many features inspired by popular JavaScript libraries are now available as native JavaScript APIs in today’s powerful browsers. While that may seem convenient given all of the JavaScript you need to write, relying on these APIs will only make code maintenance more difficult in the long run.In this report, Nicholas Zakas—consultant and former front-end tech leader at Yahoo!—provides a case study ... Leer más

    Gratis

  • Information Architecture

    For the Web and Beyond

    Information architecture (IA) is far more challenging—and necessary—than ever. With the glut of information available today, anything your organization wants to share should be easy to find, navigate, and understand. But the experience you provide has to be familiar and coherent across multiple interaction channels, from the Web to smartphones, smartwatches, and beyond.To guide you through this ... Leer más

    $375 MXN

  • AngularJS Programming by Example

    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** 1. Preparing Development Environment 1.1 AngularJS 1.2 Development Tools 1.3 Hello World 2. Angular Modules and Controllers 2.1 Angular Modules 2.2 Controllers 2.3 Working with Multi Controllers 2.4 ... Leer más

    $60 MXN

  • La Guía Básica de JavaScript

    JavaScript es un lenguaje de programación interpretado, que define como orientado a objetos,3 basado en prototipos, imperativo, débilmente tipado y dinámico.Se utiliza principalmente en su forma del lado del cliente (client-side), implementado como parte de un navegador web permitiendo mejoras en la interfaz de usuario y páginas web dinámicas4 aunque existe una forma de JavaScript del lado del ... Leer más

    $34 MXN

  • Regular Expression Pocket Reference

    Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET

    This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular ... Leer más

    $144 MXN

  • Ejercicios prácticos con React

    Las webs actuales exigen aplicaciones eficientes en tiempo real y escalabilidad. Si ya tiene conocimientos básicos sobre la creación de aplicaciones web, JavaScript y Node.js, y quiere ir más allá, ha llegado al libro indicado. Con él aprenderá a crear aplicaciones rápidas y de alto rendimiento con React. Gracias a este manual se sumergirá directamente en los conceptos más importantes de React y ... Leer más

    $529 MXN o gratis con Kobo Plus

  • Perl Programming Language (2026)

    Dive into Perl for Beginners and Embark on a Hands-on Project to Solidify Your Skills.

    Unlock the Power of Perl: Your Essential Guide to Mastering Programming Excellence! **Exploring Perl: Your Gateway to Programming Success** Embark on your journey into the dynamic world of Perl programming with confidence! Whether you're a programmer, system administrator, or aspiring web hacker, this is the ultimate book to launch your Perl expertise. Perl, the "Practical Extraction and Reporting ... Leer más

    $516 MXN o gratis con Kobo Plus

  • JavaScript: The Good Parts

    The Good Parts

    Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and ... Leer más

    $231 MXN

  • Hands-On Functional Programming with TypeScript

    Explore functional and reactive programming to create robust and testable TypeScript applications

    Discover the power of functional programming, lazy evaluation, monads, concurrency, and immutability to create succinct and expressive implementationsKey FeaturesGet a solid understanding of how to apply functional programming concepts in TypeScriptExplore TypeScript runtime features such as event loop, closures, and PrototypesGain deeper knowledge on the pros and cons of TypeScriptBook ... Leer más

    $606 MXN o gratis con Kobo Plus

  • JavaScript

    Beginner's Guide to Programming Code with JavaScript

    Series Libro 1 - JavaScript Programming Series
    Learn JavaScript programming today and begin your path towards JavaScript programming mastery!In this Definitive JavaScript Guide, you're about to discover how to...Program code in JavaScript through learning the core essentials that every JavaScript programmer must know. JavaScript is on the internet everywhere we look. Thanks to JavaScript, many of the sites that you enjoy are able to run the ... Leer más

    $57 MXN o gratis con Kobo Plus

  • Aprende a Programar Ajax y jQuery

    de Ángel Arias ...
    AJAX no es un lenguaje de programación nuevo, sino una técnica para desarrollar software mejor y más rápidamente, y una aplicación más interactiva de las aplicaciones web.Con AJAX, su Javascript puede comunicarse directamente con el usuario, usando el objeto de XMLHttpRequest del Javascript. Con este objeto, Javascript puede negociar datos con un servidor web, sin necesidad de recargar la página ... Leer más

    $68 MXN

  • HTML5 canvas in tempo reale (estratto)

    Questo e-book è un estratto delle guida interattiva: HTML5 canvas in tempo reale.E-book interattivo significa che il lettore può inserire dei dati nelle pagine ed il contenuto di queste si adeguerà ai nuovi valori.Per inserire i dati, nelle pagine dell’e-book, sono stati implementati dei controlli simili a quelli che si possono trovare sulle pagine Internet ed un pulsante esegui per impartire il ... Leer más

    Gratis

  • JavaScript Patterns JumpStart Guide (Clean up your JavaScript Code)

    de Dan Wahlin ...
    Are you writing a lot of JavaScript code and finding that it's growing into an unmanageable mess? In this concise and focused jump start guide you'll learn how to fix common problems such as function spaghetti code and pollution of the global scope, and gain the skills necessary to write clean JavaScript code. By applying patterns, JavaScript code can be made more modular and easier to work with ... Leer más

    $103 MXN

  • HTML5: Up and Running

    Dive into the Future of Web Development

    de Mark Pilgrim ...
    If you don't know about the new features available in HTML5, now's the time to find out. This book provides practical information about how and why the latest version of this markup language will significantly change the way you develop for the Web.HTML5 is still evolving, yet browsers such as Safari, Mozilla, Opera, and Chrome already support many of its features -- and mobile browsers are even ... Leer más

    $231 MXN

  • jQuery Pocket Reference

    Read Less, Learn More

    "As someone who uses jQuery on a regular basis, it was surprising to discover how much of the library I’m not using. This book is indispensable for anyone who is serious about using jQuery for non-trivial applications." -- Raffaele Cecco, longtime developer of video games, including Cybernoid, Exolon, and StormlordjQuery is the "write less, do more" JavaScript library. Its powerful features and ... Leer más

    $132 MXN

  • Eloquent JavaScript, 4th Edition

    Start building beautiful web applications in JavaScript with the bestselling introduction to the language, updated with new features, fresh exercises, and fun projects.JavaScript, the programming language that allows us to add programs to web pages, lies at the heart of almost every modern web application, from social media sites to browser-based games. Just about every device can run it, making ... Leer más

    Antes $495 MXN Ahora $93 MXN

  • JavaScript: The Definitive Guide

    Master the World's Most-Used Programming Language

    For web developers and other programmers interested in using JavaScript, this bestselling book provides the most comprehensive JavaScript material on the market. The seventh edition represents a significant update, with new information for ECMAScript 2020, and new chapters on language-specific features.JavaScript: The Definitive Guide is ideal for experienced programmers who want to learn the ... Leer más

    $490 MXN