Skip to main content

Carrinho

Você está recebendo o tratamento VIP!

Item(ns) indisponível(is) para compra
Verifique seu carrinho. Você pode remover os itens indisponíveis agora ou os removeremos na finalização de compra.
itensitem
itensitem

Recomendados para você

Loading...

eBooks sobre CGI, JavaScript, Perl, VBScript

Se você gosta de eBooks sobre CGI, JavaScript, Perl, VBScript, certamente vai adorar estas sugestões.
Mostrando 817 - 840 de 1293 resultados
Skip side bar filters
  • JavaScript实用教程

    de 邹琼俊 ...
    JavaScript在日常开发工作中使用频率非常高。本书从JavaScript初学者的视角出发,将理论和实践相结合,通过循序渐进、由浅入深的方式详解JavaScript核心知识点,让读者在学习的过程中不断提升使用JavaScript的技能水平,并能够将所学知识运用到实际开发当中去。 本书分为4部分,共12章,主要内容包括JavaScript语法基础、JavaScript流程控制、数组、函数、作用域、对象和内置对象、BOM、DOM和事件、JavaScript面向对象编程、函数进阶、正则表达式、贪吃蛇案例、ES6~ES10特性和TypeScript。 本书适合所有Web技术从业人员、前端开发工程师,也适合作为高等院校和培训机构计算机及相关专业师生的教学参考书。 ... Leia mais

    R$ 56,91

  • Learn Angular: Your First Week

    Angular is not just a framework, but rather a platform that empowers developers to build applications for the web, mobile, and the desktop.This book contains a collection of articles that provide a rapid introduction to Angular, getting you up and running with no fuss. It contains:Angular Introduction: What It Is, and Why You Should Use It by Ilya Bodrov-KrukowskiAngularJS and Angular: a Detailed ... Leia mais

    R$ 39,59

  • Vue.js快速入门与深入实战

    de 杨世文 ...
    本书系统阐述了Vue.js的基本语法、体系结构、原理 ,以及 基于 Vue.js实现组件化编程的基本思想、第三方组件、工具,最后还结合企业项目,结合 Vue.js实现了 ShopApp和权限管理 部分功能。 全书分为4篇:第一篇为 Vue.js基础(第 1~4章),第二篇为 Vue.js组件化编程(第5~8章),第三篇为 Vue.js高级应用(第 9~13章),第四篇为Vue.js实战(第 14和 15章)。书中主要内容包括 Vue.js基本语法、 Vue.js体系结构、 Vue组件生命周期、自定义和使用 Vue组件、组件直接的 数据通信、动画和过渡、路由、 Promise、 Axios、 Vuex状态管理和 Vue.js实战思想等。 本书在以浅显易懂的方式,系统阐述Vue.js相关概念、知识点的同时,还以配套有大量的示例,进行辅助说明相关知识点的使用,**程度的追求学以致用,即学即 ... Leia mais

    R$ 104,47

  • 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 ... Leia mais

    R$ 184,49

  • JavaScript & jQuery: The Missing Manual

    JavaScript lets you supercharge your HTML with animation, interactivity, and visual effects—but many web designers find the language hard to learn. This easy-to-read guide not only covers JavaScript basics, but also shows you how to save time and effort with the jQuery and jQuery UI libraries of prewritten JavaScript code. You’ll build web pages that feel and act like desktop programs—with little ... Leia mais

    R$ 74,89

  • Meteor Design Patterns

    Accelerate your code writing skills with over twenty programming patterns that will make your code easier to maintain and scale

    de Marcelo Reyna ...
    Accelerate your code writing skills with over twenty programming patterns that will make your code easier to maintain and scaleKey FeaturesBook DescriptionWith the increasing interest in NodeJS web applications, a new framework, Meteor, has joined the ranks to simplify developer workflows. Meteor is one of the few open source frameworks that has received funding since its early development stages. ... Leia mais

    R$ 164,69

  • Write Some Code with HTML, CSS, + JavaScript

    Sometimes you just want to write some code. We share the basics of HTML, CSS, and JavaScript.First, we start with some basics of HTML.HTML tables, spans, and divsHTML5 new featuresThe second section is devoted to CSS.CSS box modelCSS3 new featuresNext, we cover JavaScript's basic syntax.Variable and ValuesFunctionsConditionalsLoopsScopeClosur... ... Leia mais

    R$ 11,99

  • 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 ... Leia mais

    R$ 118,69

  • Веб-разработка с применением Node и Express

    Полноценное использование стека JavaScript. 2-е издание

    Создавайте динамические веб-приложения с применением Express — ключевого компонента из стека разработки Node/JavaScript. Итан Браун описывает работу с Express 5 на примере создания полноценного приложения. В книге рассматриваются все этапы и компоненты — от серверного рендеринга до разработки API для работы с одностраничными приложениями (SPA). Express является золотой серединой между устоявшимся ... Leia mais

    R$ 34,90

  • WebModules

    Coding - Primer - Beginner

    de WebModules ...
    Séries series HTML, CSS, and JavaScript
    WebModules: HTML, CSS, and JavaScript - Coding - Primer - Beginner is a concept-driven educational primer on the foundational languages of web development: HTML, CSS, and JavaScript. Designed as both an educational and reference resource, this book introduces core coding concepts and syntax through a modular structure that progressively builds understanding across interconnected concepts.Part of ... Leia mais

    R$ 50,03

  • JavaScript

    Syntax and Practices

    JavaScript is an easy-to-use, flexible, dynamic, prototype-based programming language predominantly used over the web. Although the initial focus of the language was to assist in the generation of dynamic web content, it soon found its way into numerous other applications. This book aims to cover the fundamentals of the language by providing a strong start for people who wish to start their ... Leia mais

    R$ 335,46

  • Modern Frontend Development with Node.js

    A compendium for modern JavaScript web development within the Node.js ecosystem

    de Florian Rappl ...
    Enhance your web development projects by fully leveraging Node.js concepts, tools, and best practices at frontendKey FeaturesDiscover the internals of Node.js, focusing on frontend web developmentExplore the npm frontend ecosystem, including its tooling, usage, and development processesLearn about key web development concepts such as monorepos or publishing librariesBook DescriptionAlmost a decade ... Leia mais

    R$ 156,59

  • Node Cookbook

    Actionable solutions for the full spectrum of Node.js 8 development

    Over 60 high-quality recipes covering debugging, security, performance, microservices, web frameworks, databases, deployment and more; rewritten for Node.js 8, Node.js 6, and Node.js 4 Key FeaturesActionable recipes across the full spectrum of Node.js developmentCutting edge techniques and tools for measuring and improving performanceBest practices for creating readily-scalable production ... Leia mais

    R$ 233,09

  • Desenvolva jogos com HTML5 Canvas e JavaScript

    O mercado dos jogos está cada vez mais forte e sendo adotado nos navegadores, com os jogos feitos em HTML5 através da nova especificação de Canvas. Com conhecimento de HTML5 e um pouco de JavaScript, é possível criar jogos extremamente poderosos e com um alto grau de entretenimento. Os tão conhecidos jogos "viciantes". Nesse livro, Éderson Cássio mostra como você pode usar as tecnologias ... Leia mais

    R$ 49,90

  • Learning Node.js Development

    Learn the fundamentals of Node.js, and deploy and test Node.js applications on the web

    de Andrew Mead ...
    A comprehensive, easy-to-follow guide to creating complete Node apps and understanding how to build, deploy, and test your own apps.Key FeaturesEntirely project-based and practicalExplains the "Why" of Node.js features, not just the "how", providing you with a deep understanding and enabling you to easily apply concepts in your own applicationsCovers the full range of technologies around Node.js – ... Leia mais

    R$ 184,49

  • JavaScript Projects for Kids

    Gear up for a roller-coaster ride into the world of JavaScript and programming with this easy-to-follow, fun, and entertaining project-based guide

    Gear up for a roller-coaster ride into the world of JavaScript and programming with this easy-to-follow, fun, and entertaining project-based guideKey FeaturesGet to know the concepts of HTML and CSS to work with JavaScriptExplore the concepts of object-oriented programmingFollow this step-by-step guide on the fundamentals of JavaScript programmingBook DescriptionJavaScript is the most widely-used ... Leia mais

    R$ 123,49

  • JavaScript

    Best Practices to Programming Code with JavaScript

    Séries Livros: 3 - JavaScript Programming Series
    Learn how to write effective and efficient JavaScript code for programming success and continue your progress towards JavaScript programming mastery!In this Definitive JavaScript Guide on Best Practices, you're about to discover how to...Code more efficiently for Better Performance and Results!Spot the Common JavaScript Mistakes - From mismatched quotes, bad line breaks, HTML conflicts and more ... Leia mais

    R$ 16,58

  • ECMAScript 6

    Entre de cabeça no futuro do JavaScript

    Nos últimos anos, a linguagem JavaScript cresceu bastante na comunidade de desenvolvedores, tornando-se mais robusta, poderosa e sendo usada em uma infinidade de aplicações de alto nível, tanto no front-end quanto no back-end das aplicações. Ela é a tecnologia por trás de ferramentas, frameworks e bibliotecas consagradas no mercado, tais como: Angular, Ember, React, Backbone, jQuery, Grunt. A ... Leia mais

    R$ 49,90

  • JavaScript: Tips and Tricks to Programming Code with Javascript

    JavaScript Computer Programming, #2

    Séries Livros: 2 - JavaScript Computer Programming
    Learn JavaScript Tips and Tricks today and begin your path towards JavaScript programming mastery!In this Definitive JavaScript Guide, you're about to discover how to...Accelerate your JavaScript learning through the different Tips and Tricks available; vital information that every JavaScript programmer must know in order to take their skills to the next level. JavaScript is on the internet ... Leia mais

    R$ 11,99

  • JavaScript: Best Practices to Programming Code with JavaScript

    JavaScript Computer Programming, #3

    Séries Livros: 3 - JavaScript Computer Programming
    Learn how to write effective and efficient JavaScript code for programming success and continue your progress towards JavaScript programming mastery!In this Definitive JavaScript Guide on Best Practices, you're about to discover how to...Code more efficiently for Better Performance and Results!Spot the Common JavaScript Mistakes - From mismatched quotes, bad line breaks, HTML conflicts and more ... Leia mais

    R$ 11,99

  • Learning JavaScript Data Structures and Algorithms

    Hone your skills by learning classic data structures and algorithms in JavaScript

    Hone your skills by learning classic data structures and algorithms in JavaScriptKey Features\[\*\] Understand common data structures and the associated algorithms, as well as the context in which they are used.\[\*\] Master existing JavaScript data structures such as array, set and map and learn how to implement new ones such as stacks, linked lists, trees and graphs.\[\*\] All concepts are ... Leia mais

    R$ 205,19

  • JavaScript

    Beginner's Guide to Programming Code with JavaScript

    Séries Livros: 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 ... Leia mais

    R$ 16,58

  • JavaScript and JSON Essentials

    Build light weight, scalable, and faster web applications with the power of JSON

    Use JSON for building web applications with technologies like HTML, JavaScript, Angular, Node.js, Hapi.js, Kafka, socket.io, MongoDB, Gulp.js, and handlebar.js, and others formats like GEOJSON, JSON-LD, MessagePack, and BSON.Key FeaturesUse JSON with trending technologies like Angular, Hapi.js, MongoDB, Kafka, and Socket.ioDebug, validate, and format JSON using developer toolkits, JSONLint, and ... Leia mais

    R$ 140,39

  • De Complete Programmeercollectie

    Python, JavaScript, Java, PowerShell & PHP

    Séries series De IT collectie
    De Complete Programmeercollectie bundelt vijf volledige programmeerboeken uit De IT Collectie in één krachtige, overzichtelijke uitgave. Deze serie is uitgegroeid tot een betrouwbare bron voor iedereen die zijn technische vaardigheden wil ontwikkelen — van absolute beginners tot ervaren ontwikkelaars die hun kennis willen uitbreiden.In deze bundel vind je de complete gidsen voor Java, JavaScript, ... Leia mais

    R$ 33,99