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 1297 - 1319 de 1377 resultados
Skip side bar filters
  • Node.js Design Patterns

    If you're a JavaScript developer interested in a deeper understanding of how to create and design Node.js applications, this is the book for you. ... Leer más

    $27.99 USD o gratis con Kobo Plus

  • Mastering Netbeans

    Master building complex applications with NetBeans to become more proficient programmers

    de David Salter ...
    Master building complex applications with NetBeans to become a more pro fi cient programmerKey FeaturesBook DescriptionWith the increasing complexity of software development and the abundance of tools available, learning your IDE in-depth will instantly increase your developer productivity. NetBeans is the only IDE that can be downloaded with Java itself and provides you with many cutting edge ... Leer más

    $41.99 USD o gratis con Kobo Plus

  • Bien débuter avec JavaScript

    Formation professionnelle

    Ce livre s’adresse aux personnes qui souhaitent apprendre à écrire du code JavaScript. Ce langage est utilisé pour contrôler les éléments des pages Web tout en s’intégrant harmonieusement avec le code HTML. Vous découvrirez la structure objet du langage et son interaction avec le DOM (Document Object Model) qu’on représente par un arbre à balises. Vous manipulerez les variables, les expressions ... Leer más

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

    $20.99 USD

  • Fluent React

    Build Fast, Performant, and Intuitive Web Applications

    de Tejas Kumar ...
    When it comes to building user interfaces on the web, React enables web developers to unlock a new world of possibilities. This practical book helps you take a deep dive into fundamental concepts of this JavaScript library, including JSX syntax and advanced patterns, the virtual DOM, React reconciliation, and advanced optimization techniques. By becoming fluent in React, you'll quickly learn how ... Leer más

    $41.99 USD

  • Modern JavaScript Web Development Cookbook

    Easy solutions to common and everyday JavaScript development problems

    Over 90 recipes to help you write clean code, solve common JavaScript problems, and work on popular use cases like SPAs, microservices, native mobile development with Node, React, React Native and Electron.Key FeaturesOver 90 practical recipes to help you write clean and maintainable JavaScript codes with the latest ES8Leverage the power of leading web frameworks like Node and React to build ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • Java Programming : The Complete Beginners Guide

    de Scott Burk ...
    It can appear to be an overwhelming task to learn a programming language. You could have previously considered coding and thought it was too difficult and confusing. You will be guided step-by-step through learning one of the best programming languages available with the help of this thorough beginner's guide. You will quickly be able to write code with professionalism.One of the most well-liked ... Leer más

    $4.99 USD

  • Getting started with HTML

    Professional training

    de Remy Lentzner ...
    Welcome to HTML programming. This book is intended for people who wish to discover this language in order to create Internet pages. HTML or HyperText Markup Language has a special structure that uses tags like ,, or . You will learn how to write these tags and how to organize them in a progressive way, carrying out several workshops.In this book, you will also study the styles that are fundamental ... Leer más

    $12.99 USD o gratis con Kobo Plus

  • Web Development with jQuery

    de Richard York ...
    Newly revised and updated resource on jQuery's many features and advantagesWeb Development with jQuery offers a major update to the popular Beginning JavaScript and CSS Development with jQuery from 2009. More than half of the content is new or updated, and reflects recent innovations with regard to mobile applications, jQuery mobile, and the spectrum of associated plugins.Readers can expect ... Leer más

    $27.00 USD

  • ASP.NET MVC 4 in Action

    Revised edition of ASP.NET MVC 2 in Action

    SummaryASP.NET MVC 4 in Action is a fast-paced tutorial designed to introduce ASP.NET MVC to .NET developers and show how to apply it effectively. All examples in this revised edition are based on ASP.NET MVC 4, so you'll get full coverage of features such as the Razor view engine, Web Matrix helpers, and improved extensibility. You'll see how your ASP.NET applications can benefit from changes in ... Leer más

    $49.99 USD

  • AWS Lambda in Action

    Event-driven serverless applications

    de Danilo Poccia ...
    SummaryAWS Lambda in Action is an example-driven tutorial that teaches you how to build applications that use an event-driven approach on the back end.Foreword by James Governor.About the TechnologyWith AWS Lambda, you write your code and upload it to the AWS cloud. AWS Lambda responds to the events triggered by your application or your users, and automatically manages the underlying computer ... Leer más

    $58.99 USD

  • Building Ethereum Dapps

    Decentralized applications on the Ethereum blockchain

    SummaryBuilding Ethereum Dapps introduces you to decentralized applications based on the Ethereum blockchain platform. In this book, you'll learn the principles of Dapps development by rolling up your sleeves and actually building a few!Foreword by Thomas Bertani.About the TechnologyImagine unbreakably secure applications that handle personal and business transactions without any central agency ... Leer más

    $49.99 USD

  • Third-Party JavaScript

    SummaryThird-Party JavaScript guides web developers through the complete development of a full-featured third-party JavaScript application. You'll learn dozens of techniques for developing widgets that collect data for analytics, provide helpful overlays and dialogs, or implement features like chat or commenting. The concepts and examples throughout this book represent the best practices for this ... Leer más

    $49.99 USD

  • Get Programming with JavaScript

    de John Larsen ...
    SummaryGet Programming with JavaScript is a hands-on introduction to programming for readers who have never programmed. You'll be writing your own web apps, games, and programs in no time! Foreword by Remy Sharp.About the BookAre you ready to start writing your own web apps, games, and programs? You’re in the right place! Get Programming with JavaScript is a hands-on introduction to programming ... Leer más

    $40.99 USD

  • Extending jQuery

    de Keith Wood ...
    SummaryExtending jQuery teaches you to build custom extensions to the jQuery library. It covers all the extension points within jQuery and provides guidelines and techniques on how to make use of them. You'll not only discover how to write plugins, but how to design them for maximum reuse. You'll also learn how to write new widgets and effects for jQuery UI. Along the way, you'll explore ... Leer más

    $49.99 USD

  • Node.js in Practice

    SummaryNode.js in Practice is a collection of fully tested examples that offer solutions to the common and not-so-common issues you face when you roll out Node. You'll dig into important topics like the ins and outs of event-based programming, how and why to use closures, how to structure applications to take advantage of end-to-end JavaScript apps, and more.About the BookYou've decided to use ... Leer más

    $49.99 USD

  • Teaching with Google Classroom

    To provide a step-by-step guide to setup and use Google Classroom

    de Michael Zhang ...
    Put Google Classroom to work while teaching your students and make your life easier Key Features\[\*\] This is the first book to guide educators step by step through teaching with Google Classroom\[\*\] It’s focused on you, your students, and providing great learning experiences easily\[\*\] It’s easy to follow, with everything you need to get started and keep going even if you’re not a technology ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • Quick JavaScript Learning In Just 3 Days: Fast-Track Learning Course

    de Vijay K.R. ...
    JavaScript is one the language which helps you make browser to do what you want to do. This is easy language to learn and I am going to teach you now. My language will be user friendly and I will try to tell difficult stuffs in easy language with examples. Let's move on one by one with JavaScript lessons. This is 3 days basic JavaScript Learning Course. Before starting JavaScript, I am assuming ... Leer más

    $2.99 USD o gratis con Kobo Plus

  • Node.js Web Development

    Server-side web development made easy with Node 14 using practical examples

    de David Herron ...
    Build scalable web applications using Node.js, Express.js, and the latest ECMAScript techniques, along with deploying applications with AWS and Docker with this updated fifth editionKey FeaturesLearn backend web programming with the JavaScript stackExplore best practices, right from configuring and building web servers to deploying them on a production cloud hosting system: AWS using Docker and ... Leer más

    $27.99 USD o gratis con Kobo Plus

  • Web Development Tutorial

    A Beginner's Guide to Web Development

    "Get ready for a web development adventure! From basic HTML to advanced APIs, this guide has it all. Learn to build sleek websites, keep them secure, and make them lightning fast. Packed with practical tips and hands-on examples, this book is your ticket to mastering web development. Dive in and start creating!" ... Leer más

    $6.71 USD o gratis con Kobo Plus

  • JavaScript

    Advanced Guide to Programming Code with JavaScript

    Series Libro 4 - JavaScript Programming Series
    Have you learned the basics of JavaScript computer programming and want to take your knowledge further? Has your appetite been whetted and you want to see how far you can go? Or are you looking for more to get your teeth into?If you answered yes to any of these questions, then look no further - this book is for you!In this Definitive JavaScript Advanced Level Guide, you're about to discover ... Leer más

    $2.99 USD o gratis con Kobo Plus

  • Angular Projects

    Build modern web apps in Angular 16 with 10 different projects and cutting-edge technologies

    Take Angular to the next level – build captivating real-world applications while exploring modern web technologies and best practices Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesExplore Angular's capabilities for cross-platform app developmentCombine Angular with popular web technologies such as Nx monorepos, server-side rendering, and progressive web appsBuild your ... Leer más

    $32.99 USD o gratis con Kobo Plus

  • React.js Essentials

    A fast-paced guide to designing and building scalable and maintainable web apps with React.js

    A fast-paced guide to designing and building scalable and maintainable web apps with React.jsKey FeaturesBook DescriptionBuilding web applications with maintainable and performant user interfaces is a challenge that many have faced for more than a decade, but no one has risen to this challenge quite like React.js. Today React.js is used by Facebook, Instagram, Khan Academy, and Imperial College ... Leer más

    $25.99 USD o gratis con Kobo Plus