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 697 - 720 de 1374 resultados
Skip side bar filters
  • Video and Audio for the Web

    Learn how to play video and audio in your website with HTML5 and JavaScript

    de J.D Gauchat ...
    Learn how to include video and audio on your website. After reading this guide, you will know how to load a media file, how to add subtitles, and how to access the camera and the microphone to include live video in your documents.Table of ContentsMEDIAVideoVideo FormatsAudioMEDIA APIVideo PlayerClosed CaptioningTEXTTRACK APIReading TracksReading CuesAdding TracksSTREAM APICapturing Media<... ... Leer más

    $2.87 USD

  • Web Audio API

    Learn how to process audio in your website with HTML5 and JavaScript

    de J.D Gauchat ...
    Learn how to create an audio system for a web site or a web application. After reading this guide, you will know how to create audio nodes to play audio, how to connect them to filter the source and add effects, how to mix multiple sources, how to create 3D sounds for 3D video games or applications, and how to analyze the audio signal.Table of ContentsWEB AUDIO APIAudio StructureAudio ContextAudio ... Leer más

    $2.87 USD

  • JavaScript für Java-Entwickler

    Series Libro 62 - schnell + kompakt
    Das Buch "JavaScript für Java-Entwickler" führt anhand von vielen Codebeispielen in die Grundlagen der Programmiersprache JavaScript ein. Dabei wird besonders auf Patterns eingegangen, die die Entwicklung mit JavaScript im größeren Rahmen ermöglichen. Diese Auflage enthält nun auch die wichtigsten Neuerungen der Sprache in ihrer Version ECMAScript 2015. In einem zusätzlichen Kapitel werden zudem ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • Full Stack JavaScript Strategies

    The Hidden Parts Every Mid-Level Developer Needs to Know

    As a working software developer, you know how to complete your tasks with solid code, whether it's on the frontend or backend. Now you're ready to move to the next level in your career, and you need to understand the subtle yet deep skills it takes to become a senior developer. This practical book shows you everything it takes to create a full-stack web application hosted on a cloud platform ... Leer más

    $41.99 USD

  • D3.js: Cutting-edge Data Visualization

    Turn your raw data into real knowledge by creating and deploying complex data visualizations with D3.jsAbout This BookUnderstand how to best represent your data by developing the right kind of visualizationExplore the concepts of D3.js through examples that enable you to quickly create visualizations including charts, network diagrams, and mapsGet practical examples of visualizations using real ... Leer más

    $64.99 USD o gratis con Kobo Plus

  • Jump Start Web Performance

    de Craig Buckler ...
    Despite working on the web every day, few developers have a good word to say about the monster they've created. Achingly slow sites with annoying overlays, cookie agreements, instant notifications, and obtrusive ads litter the web landscape.While there may be some excuses for complex web applications, there's little justification for sluggish content-based and ecommerce sites. People are ... Leer más

    $15.99 USD o gratis con 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 ... Leer más

    $23.99 USD

  • Building Web Apps with Ember.js

    Write Ambitious JavaScript

    If you’re a web developer interested in building scalable single-page applications—full-stack, browser-based apps that connect to a backend—this practical guide shows you how to use Ember.js, the popular JavaScript framework based on the model-view-controller (MVC) architectural pattern.Through the course of the book, you’ll learn how to build a prototype Ember application (a musician index called ... Leer más

    $17.99 USD

  • Derinlemesine React Data

    de Onder Teker ...
    Bu kitapta React ile görsel arayüz işlemleri gösterilmektedir. Router ile geziyolu ve gezinme işlemleri anlatılmaktadır. Stiller üzerinde işlem yapması gösterilmektedir. React Bootstrap ile Responsive Design yapmanın yolu & hazır bileşenler kullanarak geliştirme yapılması gesterilmektedir. Yalnızca bileşenler anlatılmamakta, state, properties, event gibi React özellikleriyle birlikte kullanımı ... Leer más

    $0.99 USD o gratis con Kobo Plus

  • Java and JavaScript Fundamentals

    de Prasun Barua ...
    Java and JavaScript Fundamentals is a comprehensive guide designed to help readers master the essentials of two of the most popular programming languages in the world—Java and JavaScript. This book takes you from foundational concepts to advanced features, providing a solid understanding of how to write efficient, maintainable, and scalable code in both languages.Key Features:Comprehensive ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • Meteor

    Criando aplicações web real-time com JavaScript

    O JavaScript já é uma opção real de desenvolvimento server-side. Trabalhar com a mesma linguagem que utilizamos no front-end é também uma grande vantagem. Diversos frameworks surgiram e, sem dúvida, o Meteor é que mais se destaca. Neste livro, venha desenvolver sua própria rede social do zero implementando funcionalidades que interagem em tempo real, além de também aprender a trabalhar com ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • Perl and XML

    XML Processing with Perl

    XML is a text-based markup language that has taken the programming world by storm. More powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and resilient. XML is the perfect tool for formatting documents with even the smallest bit of complexity, from Web pages to legal contracts to books. However, XML has also proven itself to be indispensable for organizing and ... Leer más

    $23.99 USD

  • JavaScript 基础语法详解

    de 张旭乾 ...
    随着 JavaScript 逐渐成为通用的编程语言,它在软件开发中的地位越来越高,已经不再只是给 HTML 编写交互的客户端脚本语言了,而是可以胜任前端、后端、大数据和机器学习等应用的全面语言。 JavaScript 从 2015 年以来走向规范化后,新出了很多新特性,而市面上少有书籍介绍它们,所以本书对ES6 到 ES2021 的新特性作了较为详尽和深入的介绍,并且全书的语法可以适应各端开发人员所需。 本书共 14 章,涵盖了 JavaScript 的发展历史、运行环境、基础语法、运算符、数组、函数式编程、面向对象基础、原型链、异步编程、Event Loop、模块化、迭代器和生成器、Symbol、Reflect 和 Proxy 的概念和使用方法,每个章节都有配套的示例,对于较难理解的部分还会提供视频讲解,旨在让读者真正掌握这些语法和新特性,在以后的开发过程中不再有基础语法上的疑问 ... Leer más

    $17.99 USD

  • Advanced TypeScript Patterns for Large-Scale Applications

    de Baldurs L. ...
    Advanced TypeScript Patterns for Large-Scale ApplicationsMaster enterprise-level TypeScript development with battle-tested patterns, architectures, and practices that scale.In today's complex software landscape, TypeScript has emerged as the language of choice for teams building mission-critical applications at scale. Yet as codebases grow and team sizes expand, developers face architectural ... Leer más

    $6.99 USD o gratis con Kobo Plus

  • Quick Start Basic HTML and JavaScript

    Basic HTML and JavaScript skills are required for working on the web.In this Quick Start guide, we cover the basics of both.Starting with HTML elements, review HTML5 changes, tables, divs, and spans.Next, we cover JavaScript's basic syntax.Including:Variable and ValuesFunctionsConditionalsLoopsScopeClosuresThis isn't a long one but a concise quick-start guide for all levels who wa... ... Leer más

    $0.99 USD o gratis con Kobo Plus

  • Maîtriser le Frontend : Du Débutant au Développeur Expert

    Naviguez avec Assurance à travers HTML, CSS, JavaScript et les Frameworks Modernes

    de YVES SITBON ...
    Que vous soyez novice dans le développement web ou que vous cherchiez à élever vos compétences au niveau supérieur, ce livre est votre allié incontournable. Plongez dans l'univers captivant du frontend avec un guide complet qui explore chaque recoin, des fondamentaux de HTML et CSS aux prouesses avancées de React, Angular, et Vue.js.Découvrez des chapitres qui vous guideront à travers la ... Leer más

    $14.25 USD o gratis con Kobo Plus

  • React 17 Design Patterns and Best Practices

    Design, build, and deploy production-ready web applications using industry-standard practices

    Build scalable, maintainable, and powerful React web apps with design patterns and insightful best practicesKey FeaturesMake the most of design patterns in React – including render props and controlled and uncontrolled inputsMaster React Hooks with the help of this updated third editionWork through examples that can be used to create reusable code and extensible designsBook DescriptionFilled with ... Leer más

    $41.39 USD 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

    $20.89 USD o gratis con Kobo Plus

  • Multi-Cloud Automation with Ansible

    Automate, orchestrate, and scale in a multi-cloud world (English Edition)

    Across the modern IT landscape, managing infrastructure across diverse cloud platforms has become a formidable task. Ansible, a robust open-source automation tool, emerges as the ultimate weapon in your arsenal, unlocking efficiency and control over your multi-cloud environment, such as IBM, AWS, GCP, and Azure. Indulge in an in-depth venture through Ansible's fundamentals, architecture, and ... Leer más

    $14.39 USD o gratis con Kobo Plus

  • IT Interview Guide for Freshers

    Crack your IT interview with confidence

    Are you a fresher looking to pass your first IT interview and get your hands on that dream job of yours? This is the best choice for you to make. By emphasizing on the importance of sufficient preparation, this book will help aspirants prepare for the IT interview process. With this practical hands-on guide, readers will not only learn industry-standard IT interview practices and tips, but will ... Leer más

    $14.39 USD o gratis con Kobo Plus

  • Supercharging Node.js Applications with Sequelize

    Create high-quality Node.js apps effortlessly while interacting with your SQL database

    A hands-on implementation guide to application development in Node.js using the powerful Sequelize ORM Key Features • Use the highly powerful JavaScript library to map your database to objects easily • Build an application from scratch with easy-to-follow steps and examples • Discover industry best practices, tips, and techniques on Sequelize to manage your database with ease Book Description ... Leer más

    $27.59 USD 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

    $35.09 USD o gratis con Kobo Plus

  • 10 Lessons in Front-end

    Even though some of the chapters present basic concepts in front-end development the book is more about medium and advanced programmers. It's a collection of 10+ curated articles published on krasimirtsonev.com/blog. "10 Lessons in Front-end" we'll show you ES6 features, Flux design pattern, animations in HTML or how to smoothly run your application in 60 frames per second. You'll learn about the ... Leer más

    $0.99 USD o gratis con Kobo Plus

  • Ultimate React Native for Cross Platform App Development

    Master the creation of high-performance appsBook DescriptionUltimate React Native for Cross Platform App Development takes you on a practical, end-to-end journey-from setting up your development environment to publishing fully functional apps on the App Store and Google Play.You will begin with core React and React Native fundamentals, then progressively move into layouts, navigation, and scalable ... Leer más

    $23.99 USD