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 745768 von 1372 Ergebnissen angezeigt
Skip side bar filters
  • JavaScript Web Applications

    jQuery Developers' Guide to Moving State to the Client

    von Alex MacCaw
    Building rich JavaScript applications that bring a desktop experience to the Web requires moving state from the server to the client side—not a simple task. This hands-on book takes proficient JavaScript developers through all the steps necessary to create state-of-the-art applications, including structure, templating, frameworks, communicating with the server, and many other issues.Throughout the Lesen Sie mehr

    € 19,79

  • jQuery For Beginners

    jQuery JavaScript Library Guide For Developing Ajax Applications, Selecting DOM Elements, Creating Animations

    von Joseph Joyner
    Web pages and all the tools they come with, together will all the mind-blowing features like virtual programs which work on-line, are pure products of genius in programming and software engineering. Such are developed by use of web application development software such as the jQuery JavaScript library. The web applications are based or stored in their respective servers. However, before storage of Lesen Sie mehr

    € 5,49

  • Linguagens de script para web

    Serien series Série Universitária
    A Série Universitária foi desenvolvida pelo Senac São Paulo com o intuito de preparar profissionais para o mercado de trabalho. Os títulos abrangem diversas áreas, abordando desde conhecimentos teóricos e práticos adequados às exigências profissionais até a formação ética e sólida. Linguagens de script para web oferece ao desenvolvedor a oportunidade de aprimorar suas habilidades em construção de Lesen Sie mehr

    € 4,99

  • Getting MEAN with Mongo, Express, Angular, and Node

    SummaryGetting MEAN, Second Edition teaches you how to develop full-stack web applications using the MEAN stack. This edition was completely revised and updated to cover MongoDB 4, Express 4, Angular 7, Node 11, and the latest mainstream release of JavaScript ES2015.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the Lesen Sie mehr

    € 50,83

  • Angular

    Das Praxisbuch – von den Grundlagen bis zur professionellen Entwicklung mit Signals

    Das neue Praxisbuch der bekannten Angular-ExpertenAktuell ab Angular 22 – inklusive Updates zu neueren VersionenGrundlagen, Signals und aktuelle Themen wie Signal Forms und Resource APIMit Best Practices und allen Codebeispielen zum DownloadIn diesem Praxiseinstieg lernst du Angular inklusive der modernen APIs und Konzepte kennen. Mit einem durchgängigen Beispielprojekt führen die Autoren dich Lesen Sie mehr

    € 39,90

  • JavaScript Concurrency

    Build better software with concurrent JavaScript programming, and unlock a more efficient and forward thinking approach to web development

    von Adam Boduch
    Build better software with concurrent JavaScript programming, and unlock a more efficient and forward thinking approach to web developmentKey Features\[\*\]Apply the core principles of concurrency to both browser and server side development\[\*\]Explore the latest tools and techniques at the forefront of concurrent programming, including JavaScript promises, web workers, and generators\[\*\]Learn Lesen Sie mehr

    € 30,68

  • Mastering JavaScript Object-Oriented Programming

    Advanced patterns, faster techniques, higher quality code

    Unleash the true power of JavaScript by mastering Object-Oriented programming principles and patternsKey Features\[\*\] Covering all the new Object-Oriented features introduced in ES6, this book shows you how to build large-scale web apps\[\*\] Build apps that promote scalability, maintainability, and reusability\[\*\] Learn popular Object-Oriented programming (OOP) principles and design patterns Lesen Sie mehr

    € 30,68

  • The JavaScript Workshop

    Learn to develop interactive web applications with clean and maintainable JavaScript code

    Get to grips with the fundamentals of JavaScript and learn to build the programming skills that will kickstart your career as a software developerKey FeaturesLearn the basics of JavaScript programming to create dynamic web pagesExplore the fundamentals of back-end development using Node.jsTackle challenging development problems and apply solutions to real-world situationsBook DescriptionIf you're Lesen Sie mehr

    € 27,71

  • Mastering JavaScript String Methods - A Beginner's Guide to Simplifying String Manipulation

    A Beginner's Guide to Simplifying String Manipulation

    This book, "Mastering JavaScript String Methods: A Beginner's Guide to Simplifying String Manipulation," provides a comprehensive and beginner-friendly introduction to the powerful string methods available in JavaScript.Whether you're a complete newcomer to programming or a developer seeking to strengthen your foundations, this book will guide you through the intricacies of string methods with Lesen Sie mehr

    € 10,38

  • Server-Driven Web Apps with htmx

    Any Language, Less Code, Simpler Code

    htmx is a library that adds logic and server interaction to HTML; you get the effect of using a front-end SPA framework without writing front-end code. Use any server-side programming language and framework to build server applications with endpoints that simply return snippets of HTML. Dynamically update portions of the current web page from HTTP responses. Add interactivity with JavaScript and Lesen Sie mehr

    € 22,21

  • JavaScript实用教程

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

    € 9,74

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

    € 9,67

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

    von 杨世文
    本书系统阐述了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相关概念、知识点的同时,还以配套有大量的示例,进行辅助说明相关知识点的使用,**程度的追求学以致用,即学即 Lesen Sie mehr

    € 17,90

  • Node.js Web Development

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

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

    € 27,71

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

    € 30,57

  • Meteor Design Patterns

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

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

    € 24,74

  • JavaScript Mobile Application Development

    von Hazem Saleh
    If you are a native mobile developer, with some familiarity with the common web technologies of JavaScript, CSS, and HTML, or if you are a web developer, then this learning guide will add great value and impact to your work. Learning how to develop mobile applications using Apache Cordova is of particular importance if you are looking to develop applications on a variety of different platforms Lesen Sie mehr

    € 23,86

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

    € 21,77

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

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

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

    € 10,49

  • WebModules

    Coding - Primer - Beginner

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

    € 9,45

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

    € 63,36

  • Modern Frontend Development with Node.js

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

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

    € 23,75

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

    € 34,64

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

    € 9,49