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 649 - 672 de 1289 resultados
Skip side bar filters
  • Head First jQuery

    A Brain-Friendly Guide

    Want to add more interactivity and polish to your websites? Discover how jQuery can help you build complex scripting functionality in just a few lines of code. With Head First jQuery, you'll quickly get up to speed on this amazing JavaScript library by learning how to navigate HTML documents while handling events, effects, callbacks, and animations. By the time you've completed the book, you'll be ... Leer más

    $307 MXN

  • Unleashing the Power of TypeScript

    de Steve Kinney ...
    If you're a JavaScript developer struggling to get to grips with TypeScript or use it effectively in your projects, this book will guide you in making the most of this powerful language and its latest features, and help you overcome some common misunderstandings and pitfalls.TypeScript 5.0 is a major advancement to the user-friendliness and flexibility of the language. It nudges us toward better ... Leer más

    $190 MXN o gratis con Kobo Plus

  • Drag and Drop API

    Learn how to drag and drop content to your website with HTML5 and JavaScript

    de J.D Gauchat ...
    Learn how to use the Drag and Drop API to let your users drag and drop elements on your website. After reading this guide, you will know how to prepare the elements to be dragged, how to control the information being transferred, and how to drag elements from other applications to the browser, including files.Table of ContentsDRAG AND DROP APIDrag and DropValidationThumbnailFilesQUICK ... Leer más

    $33 MXN

  • Redux Quick Start Guide

    A beginner's guide to managing app state with Redux

    Integrate Redux with React and other front-end JavaScript frameworks efficiently and manage application states effectivelyKey FeaturesGet better at building web applications with state management using ReduxLearn the fundamentals of Redux to structure your app more efficientlyThis guide will teach you develop complex apps that would be easier to maintainBook DescriptionStarting with a detailed ... Leer más

    $517 MXN o gratis con Kobo Plus

  • Building a Screenshot Capture Web App with Vanilla HTML, CSS, and JavaScript.

    A Practical Q&A Guide Using a Screenshot Capture App

    This practical guide shows you how to build a working Screenshot Capture web app using only HTML, CSS, and JavaScript. Designed for beginners and early intermediates, it uses a clear question-and-answer format to explain every step in simple terms.You will learn how to:Set up your project structure and layoutUse the Screen Capture API to access screen contentConvert live video previews into still ... Leer más

    $87 MXN o gratis con Kobo Plus

  • El gran libro de Node.js

    Node.js ha revolucionado el desarrollo de JavaScript en el lado del servidor, combinando un rendimiento superior con un stack tecnológico unificado y un vasto ecosistema de paquetes. Este entorno de ejecución permite a los desarrolladores crear aplicaciones robustas, escalables y altamente versátiles, adaptables a una amplia gama de casos de uso. El gran libro de Node.js es su guía completa para ... Leer más

    $679 MXN

  • Secure Your Node.js Web Application

    Keep Attackers Out and Users Happy

    de Karl Duuna ...
    Cyber-criminals have your web applications in their crosshairs. They search for and exploit common security mistakes in your web application to steal user data. Learn how you can secure your Node.js applications, database and web server to avoid these security holes. Discover the primary attack vectors against web applications, and implement security best practices and effective countermeasures. ... Leer más

    $386 MXN

  • Hands-On Machine Learning with TensorFlow.js

    A guide to building ML applications integrated with web technology using the TensorFlow.js library

    de Kai Sasaki ...
    Get hands-on with the browser-based JavaScript library for training and deploying machine learning models effectivelyKey FeaturesBuild, train and run machine learning models in the browser using TensorFlow.jsCreate smart web applications from scratch with the help of useful examplesUse flexible and intuitive APIs from TensorFlow.js to understand how machine learning algorithms functionBook ... Leer más

    $753 MXN o gratis con Kobo Plus

  • Programming the Mobile Web

    Reaching Users on iPhone, Android, BlackBerry, Windows Phone, and more

    With the second edition of this popular book, you’ll learn how to build HTML5 and CSS3-based apps that access geolocation, accelerometer, multi-touch screens, offline storage, and other features in today’s smartphones, tablets, and feature phones. The market for mobile apps continues to evolve at a breakneck pace, and this book is the most complete reference available for the mobile web.Author and ... Leer más

    $384 MXN

  • Mobile Web-Apps mit JavaScript

    Leitfaden für die professionelle Entwicklung

    Es herrscht ein regelrechter Hype um mobile Lösungen, erst recht seitdem androidbasierte Smartphones massenhaft auf den Markt drängen. Einen ähnlichen Aufschwung erlebt JavaScript, denn mit der enormen Ausbreitungsgeschwindigkeit von HTML5 wird diese Sprache immer interessanter. Dieses Buch richtet sich an Entwickler, die sich bewusst für den Weg der mobilen JavaScript Web-App entschieden haben ... Leer más

    $352 MXN o gratis con Kobo Plus

  • Enhanced Test Automation with WebdriverIO

    Unlock the superpowers of hybrid testing frameworks

    Elevate your testing game to the next level using advanced techniques and proven strategies with this book for WebdriverIO beginners and automation pros alikeKey FeaturesImprove your coding skills and empower your automation journeyLeverage self-healing objects and adaptive frameworks for cutting-edge WebdriverIO automationOvercome script stability challenges and ensure robust, dependable test ... Leer más

    $709 MXN o gratis con Kobo Plus

  • De Essentie van JavaScript: Een Diepgaande Gids

    Series Libro 3 - De IT collectie
    Ontdek de kern van JavaScript met "De Essentie van JavaScript: Een Diepgaande Gids." Of je nu een beginnende webontwikkelaar bent die net begint aan je programmeerreis of een doorgewinterde professional die zijn kennis wil verdiepen, dit boek biedt waardevolle inzichten en praktische kennis om je vaardigheden naar een hoger niveau te tillen.Hoofdstukken inbegrepen:Hoofdstuk 1: Kennismaking met ... Leer más

    $70 MXN o gratis con Kobo Plus

  • The Modern Web

    Multi-Device Web Development with HTML5, CSS3, and JavaScript

    de Peter Gasston ...
    Today’s web technologies are evolving at near–light speed, bringing the promise of a seamless Internet ever closer to reality. When users can browse the Web on a three-inch phone screen as easily as on a fifty-inch HDTV, what’s a developer to do?Peter Gasston’s The Modern Web will guide you through the latest and most important tools of device-agnostic web development, including HTML5, CSS3, and ... Leer más

    $348 MXN

  • React Cookbook

    Recipes for Mastering the React Framework

    React helps you create and work on an app in just a few minutes. But learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire it to a backend? Keep it easy to understand? The React Cookbook delivers answers fast.Many books teach you how to get started, ... Leer más

    $490 MXN

  • JavaScript for Data Science

    Series series Chapman & Hall/CRC Data Science Series
    JavaScript is the native language of the Internet. Originally created to make web pages more dynamic, it is now used for software projects of all kinds, including scientific visualization and data services. However, most data scientists have little or no experience with JavaScript, and most introductions to the language are written for people who want to build shopping carts rather than share maps ... Leer más

    $1,280 MXN

  • Hands-On Full-Stack Web Development with GraphQL and React

    Build scalable full-stack applications while learning to solve complex problems with GraphQL

    Unearth the power of GraphQL, React, Apollo, Node, and Express to build a scalable, production ready applicationKey FeaturesBuild full stack applications with modern APIs using GraphQL and ApolloIntegrate Apollo into React and build frontend components using GraphQLImplement a self-updating notification pop-up with a unique GraphQL feature called SubscriptionsBook DescriptionReact, one of the most ... Leer más

    $753 MXN o gratis con Kobo Plus

  • Front-End Development Projects with Vue.js

    Learn to build scalable web applications and dynamic user interfaces with Vue 2

    Get to grips with the core fundamentals of Vue.js 2 and learn to build reliable component-based applications with practical guidance from industry expertsKey FeaturesLearn how to make the best use of the Vue.js 2 framework and build a full end-to-end projectBuild dynamic components and user interfaces that are fast and intuitiveWrite performant code that “just works” and is easily scalable and ... Leer más

    $679 MXN o gratis con Kobo Plus

  • Front-End Web Development

    The Big Nerd Ranch Guide

    Series series Big Nerd Ranch Guides
    Front-end development targets the browser, putting your applications in front of the widest range of users regardless of device or operating system. This guide will give you a solid foundation for creating rich web experiences across platforms.Focusing on JavaScript, CSS3, and HTML5, this book is for programmers with a background in other platforms and developers with previous web experience who ... Leer más

    $598 MXN

  • JavaScript Essentials for Absolute Beginners

    Learn JavaScript Step-by-Step with Real Examples and Simple Explanations

    de Dargslan ...
    Series Libro 1 - Dargslan - JavaScript - Beginner Level
    Welcome to your journey into the world of **JavaScript**—the programming language that powers the modern web and brings websites to life with interactivity, dynamic content, and engaging user experiences.JavaScript has evolved from a simple scripting language to one of the most versatile and widely-used programming languages in the world. Whether you're browsing social media, shopping online, or ... Leer más

    $302 MXN o gratis con Kobo Plus

  • Computer Science

    Learn about Algorithms, Cybersecurity, Databases, Operating Systems, and Web Design

    This book consists of 6 titles, namely:Assembly Language: The Ultimate Guide to Programming and Virtual MachinesComputer Science: The Complete Guide to Principles and InformaticsCyber Security: Beginners’ Guide to Hacking, Phishing, Social Engineering, and MalwareDatabases: System Concepts, Designs, Management, and ImplementationOperating Systems: Concepts to Save Money, Time, and ... Leer más

    $72 MXN o gratis con Kobo Plus

  • JavaScript: A Comprehensive Beginner's Guide to Mastering JavaScript Programming Incrementally

    de Ryan roffe ...
    Are you interested in delving into computer programming but feel like a total novice, lacking any prior experience, and seeking user-friendly resources?If that sounds like you, then this guide is tailor-made for individuals just like yourself.In today's modern society, computers have become indispensable tools, yet many still find them daunting, leaving them bewildered and frustrated by the ... Leer más

    $173 MXN o gratis con Kobo Plus

  • Angular Projects

    Learn Angular by building 10 real-world, enterprise web apps and projects

    Explore Angular's latest features, from signals and standalone components to SSR, SSG, AI tooling, and production-ready UI and data patterns, so you finish with skills and a portfolio that work on the jobKey FeaturesMaster a suite of hands-on solutions and leave with a hiring-ready portfolio that proves job-ready skillsDeliver fast and ship with confidence; from SSR/SSG to performance gains and ... Leer más

    $665 MXN o gratis con Kobo Plus

  • Building Your Own JavaScript Framework

    Architect extensible and reusable framework systems

    de Vlad Filippov ...
    Learn how to craft elegant and well-structured software frameworks in a variety of JavaScript environments with this handy guideKey FeaturesExplore the gateway to the constantly evolving world of JavaScript frameworksNavigate the JavaScript development landscape and discover crucial software architecture patternsBuild your own framework for a variety of work-related projectsPurchase of the print ... Leer más

    $484 MXN o gratis con Kobo Plus

  • JavaScript from Frontend to Backend

    Learn full stack JavaScript development using the MEVN stack with quick and easy steps

    de Eric Sarrion ...
    Delve into the world of web development with Vue.js, Node.js, and MongoDB by exploring essential JavaScript concepts on the client side and the server sideKey FeaturesGet up and running with JavaScript, the most popular web development language in the worldCut through the complexity and focus on the simple aspects of web developmentBuild a simple web application using Vue.js, Node.js, and ... Leer más

    $421 MXN o gratis con Kobo Plus