Skip to main content

Warenkorb

Sie werden jetzt wie ein VIP behandelt!

Artikel nicht erhältlich
Bitte überprüfen Sie Ihren Warenkorb. Sie können nicht verfügbare Artikel jetzt entfernen. Andernfalls werden diese beim Bezahlen automatisch entfernt.
ElementeElement
ElementeElement

Empfehlungen für Sie

Loading...

CGI, JavaScript, Perl, VBScript eBooks

Lesen Sie gerne eBooks aus der Kategorie CGI, JavaScript, Perl, VBScript? Dann werden Ihnen unsere Empfehlungen sicherlich gefallen.
Es werden 10571080 von 1373 Ergebnissen angezeigt
Skip side bar filters
  • YUI 3 Cookbook

    Writing Maintainable Applications

    von Evan Goer
    Solve a wide range of problems in your web application quickly and efficiently with the Yahoo! User Interface Library (YUI). With this definitive, getting-started guide to version 3 of the popular open source JavaScript library, you’ll learn how to address many of the most common and challenging problems that web development presents.YUI 3 Cookbook introduces specific implementation patterns in Lesen Sie mehr

    € 22,98

  • AngularJS Programming by Example

    von Agus Kurniawan
    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 Lesen Sie mehr

    € 2,94

  • Computer Vision for the Web

    Unleash the power of the Computer Vision algorithms in JavaScript to develop vision-enabled web content

    von Foat Akhmadeev
    Unleash the power of the Computer Vision algorithms in JavaScript to develop vision-enabled web contentKey FeaturesExplore the exciting world of image processing, and face and gesture recognition, and implement them in your websiteDevelop wonderful web projects to implement Computer Vision algorithms in an effective wayA fast-paced guide to help you deal with real-world Computer Vision Lesen Sie mehr

    € 20,78

  • Real-Time 3D Graphics with WebGL 2

    Build interactive 3D applications with JavaScript and WebGL 2 (OpenGL ES 3.0)

    A comprehensive guide with 80+ examples on 3D programming in WebGL 2, covering computer graphics topics such as rendering, 3D math, camera, and moreKey FeaturesCreate visually stunning, high-performance 3D applications for the web with WebGL 2A complete course on 3D computer graphics: rendering, 3D math, lighting, cameras, and moreUnlock a variety of new and advanced features offered in WebGL Lesen Sie mehr

    € 30,68

  • React Native By Example

    Native mobile development with React

    von Richard Kho
    Leverage the full potential of the React Native framework to build and deploy your own native mobile applications for iOS and AndroidKey Features\[\*\] Work on native APIs and UI Elements using React Native\[\*\] Get the best of both worlds: the power of native approach and the fluidity of JavaScript\[\*\] Create increasingly complex real-world applications and dive deeper into React NativeBook Lesen Sie mehr

    € 30,68

  • Critical Web Design

    An innovative, learn-by-doing textbook that teaches how to design for the web while engaging a critical lens on the technoculture that sustains it.Critical web design, like critical design, employs a social usefulness to challenge the ways technology enters our lives. It reclaims the mechanisms, tools, and practices used to produce coercive and commercial interfaces, harnessing the power of design Lesen Sie mehr

    € 45,42

    VORBESTELLEN

  • Learning React and TypeScript: A Beginner's Path to Professional Web Development

    von Elijah Markwell
    Stop copying code and start building professional web applications.In the fast-paced world of web development, the gap between following a tutorial and building a production-ready application is massive. You might know how to write a function or create a simple component, but do you know how to architect a scalable codebase? Do you understand how to manage complex state without creating Lesen Sie mehr

    € 6,99

  • Javascript Fundamentals

    von IntroBooks Team
    JavaScript is a language of freely typed client-side scripting that is executed in the user's browser. To make an interactive web user interface, JavaScript interacts with DOM elements (HTML components). JavaScript utilizes ECMAScript guidelines that incorporate core attributes based on the ECMA-262 standard and other characters not premised on ECMAScript norms.JavaScript can be utilized in a Lesen Sie mehr

    € 2,99

  • Learning TypeScript 5

    von Anna Richter
    Programmers familiar with JavaScript who wish to learn more about TypeScript version 5.0 will find this book to be a resource of great value This book is ideal for developers who want to improve their front-end programming skills and integrate TypeScript with popular frameworks such as Angular and React. With clear explanations and hands-on examples, this book makes the transition from JavaScript Lesen Sie mehr

    € 28,99

  • Web Design in easy steps, 7th edition

    von Sean McManus
    Serien series In Easy Steps
    Guides you through the process of creating a website – in easy steps!Web Design in easy steps, 7th edition reveals the key principles of good web design, which is the art and science of building effective and attractive websites. The book will introduce you to the key technologies of the web, and the design principles that underpin successful sites.Whether you’re a budding designer who plans to Lesen Sie mehr

    € 16,41

  • The Art of Docker

    Streamline App Development and Deployment with Containerization (Computer Programming)

    von Ryan Campbell
    Unleash the Power of Docker: Transform Your App Development!Imagine seamless, efficient, and scalable app development. With Docker, this vision becomes reality. The Art of Docker is your essential guide to mastering Docker, revolutionizing how you build, deploy, and manage applications.What You'll LearnDocker FundamentalsContainers and Images: Understand core concepts and the revolution of Lesen Sie mehr

    € 1,09

  • Getting Started with BeagleBone

    Linux-Powered Electronic Projects With Python and JavaScript

    von Matt Richardson
    Many people think of Linux as a computer operating system, running on users' desktops and powering servers. But Linux can also be found inside many consumer electronics devices. Whether they're the brains of a cell phone, cable box, or exercise bike, embedded Linux systems blur the distinction between computer and device.Many makers love microcontroller platforms such as Arduino, but as the Lesen Sie mehr

    € 7,58

  • Testable JavaScript

    Ensuring Reliable Code

    One skill that’s essential for any professional JavaScript developer is the ability to write testable code. This book shows you what writing and maintaining testable JavaScript for the client- or server-side actually entails, whether you’re creating a new application or rewriting legacy code.From methods to reduce code complexity to unit testing, code coverage, debugging, and automation, you’ll Lesen Sie mehr

    € 19,02

  • Django+Vue.js商城项目实战

    von 黄永祥
    《Django+Vue.js商城项目实战》基于Django 4.x和Vue 3.x版本,以一个完整商城网站的开发流程为主线,介绍分别使用纯后端架构和前后端分离架构实现项目的全部技术细节。纯后端开发架构主要讲解Django的知识要点及每个功能模块的要点和实现方式,内容包括Django网站开发基础、项目需求与设计、路由规划与设计、商城数据模型的搭建与使用、数据业务视图、数据渲染与展示、商品信息模块、用户信息模块、购物车与支付功能、后台管理系统等。前后端分离架构是在纯后端开发架构基础上演变而来的,内容包括接口开发、使用DRF开发商城接口、Vue前端开发、使用Vue开发商城项目、项目上线与部署等。 《Django+Vue.js商城项目实战》凝聚了编者近十年一线开发经验,提供了完整的项目源码,对于缺少项目经验和想要深入理解架构演进的各层次读者,本书极具参考价值,本书也很适合作为培训机构 Lesen Sie mehr

    € 17,55

  • Perl Template Toolkit

    Scalable Templating for the Web

    Among the many different approaches to "templating" with Perl--such as Embperl, Mason, HTML::Template, and hundreds of other lesser known systems--the Template Toolkit is widely recognized as one of the most versatile. Like other templating systems, the Template Toolkit allows programmers to embed Perl code and custom macros into HTML documents in order to create customized documents on the fly. Lesen Sie mehr

    € 20,23

  • Going GAS

    From VBA to Google Apps Script

    von Bruce Mcpherson
    Whether you’re moving from Microsoft Office to Google Docs or simply want to learn how to automate Docs with Google Apps Script, this practical guide shows you by example how to work with each of the major Apps Script services.Office still supports VBA, but it’s not likely to do so for much longer. If you’re a VBA or .NET developer, you’ll learn how to port existing VBA code and structure to their Lesen Sie mehr

    € 21,44

  • Enyo: Up and Running

    Build Native-Quality Cross-Platform JavaScript Apps

    von Roy Sutton
    Discover how easy it is to design and build responsive, cross-platform apps with the Enyo open source JavaScript framework. With this revised and expanded edition, Enyo contributor Roy Sutton gets you started with the framework’s core object-oriented features, including its modular design, reusable and extensible components, layout and widget libraries, easy-to-use deployment options, and support Lesen Sie mehr

    € 9,78

  • D3 4.x数据可视化实战手册(第2版)

    Chinese Edition

    Web可视化的佼佼者,强大社区的支持,提供65种基于D3 4.x最新特性的令人惊艳的数据可视化方案,创建你自己的力导向图吧!Key Features通过大量的示例和代码进行讲解利用JavaScript的最新特性,通过D3 4.x实现数据可视化Book Description当今,我们的世界已经进入万物互联的时代,每天都会产生海量的数据,如果直接面对这些数据,可能让人无从下手。相反,如果将数据可视化,用形象生动的形式展现出来,不仅有利于分析其中的关联,还能攫取可能存在的商业机会。本书旨在通过大量的示例和代码,向读者讲述如何利用D3 4.x来实现数据可视化。只要读者了解JavaScript,就能完全掌握本书的内容。 本书共13章,从如何搭建D3.js的开发环境开始,逐步介绍D3中的各种操作,其中包括选集、数据的初步处理、数据映射、坐标轴组件、动画过渡效果、SVG相关介绍、绘制图表、安排布局 Lesen Sie mehr

    € 29,69

  • Secure Your Node.js Web Application

    Keep Attackers Out and Users Happy

    von 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. Lesen Sie mehr

    € 18,25

  • jQuery: Novice to Ninja

    Novice to Ninja

    jQuery: Novice to Ninja, 2nd Edition is the perfect book to jump-start your journey into jQuery. You’ll learn all the basics, so you’ll be able to truly appreciate the power of this JavaScript framework. Then you’ll move on to more advanced techniques, such as plugin development and the creation of almost every conceivable UI widget.A practical, hands-on guide to using jQueryReady-to-use best Lesen Sie mehr

    € 22,10

  • Hugo in Action

    von Atishay Jain
    Build and deploy a live website in just 30 minutes using Hugo. The Hugo engine lets you rapidly deliver static sites that are low maintenance, high performance, and feature rich.In Hugo in Action you will learn:Building web pages with Hugo and JamstackCreating content using MarkdownContent management with HugoDesigning new Hugo themesUsing the Go template languageManaging dependencies with Hugo Lesen Sie mehr

    € 50,83

  • 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 Lesen Sie mehr

    € 50,83

  • Flutter in Action

    von Eric Windmill
    SummaryIn 2017, consumers downloaded 178 billion apps, and analysts predict growth to 258 billion by 2022. Mobile customers are demanding more—and better—apps, and it’s up to developers like you to write them! Flutter, a revolutionary new cross-platform software development kit created by Google, makes it easier than ever to write secure, high-performance native apps for iOS and Android. Flutter Lesen Sie mehr

    € 50,83

  • Learning ClojureScript

    Master the art of agile single page web application development with ClojureScript

    Master the art of agile single page web application development with ClojureScriptKey Features\[\*\]Set up interactive development workflows for the browser or Node.js thanks to the ClojureScript ecosystem\[\*\]Learn the basics of interactive single page web app development taking advantage of the functional nature of ClojureScript\[\*\]Delve into advanced rich web application development concepts Lesen Sie mehr

    € 27,71