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 12731296 von 1495 Ergebnissen angezeigt
Skip side bar filters
  • 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**Preparing Development Environment1.1 AngularJS1.2 Development Tools1.3 Hello WorldAngular Modules and Controllers2.1 Angular Modules2.2 Controllers2.3 Working with Multi Controllers2.4 Calling AngularJS... Lesen Sie mehr

    € 2,94

  • Quick JavaScript

    von David Matuszek
    Serien series Quick Programming
    Are you an experienced programmer who wants to get started quickly in JavaScript and the HTML DOM? This is your book.Do you need encyclopedic knowledge of JavaScript and/or the HTML DOM? This book is not for you.Are you a novice who wants to learn to program? This book is not for you. In fact, this language is not for you. Get a good Python book.This book will get you programming in JavaScript as Lesen Sie mehr

    € 32,76

  • Mastering React: From Zero to Hero (Step By Step)

    von Sin Cos Web
    Mastering React: From Zero to Hero is a concise yet comprehensive React 18 book, guiding you from beginner to confident developer through 10 practical chapters.What you will learn:First published in 2025, this book teaches React’s core principles by building real-world applications without complex tooling. Across 10 chapters, you’ll master setting up projects, crafting components with JSX, Lesen Sie mehr

    € 3,18

  • React Programming

    The Big Nerd Ranch Guide

    von Loren Klingman
    Serien series Big Nerd Ranch Guides
    React is today's most popular open-source JavaScript library for front-end web application development. React Programming: The Big Nerd Ranch Guide helps programmers with experience in HTML, CSS, and JavaScript master React through hands-on examples.Based on Big Nerd Ranch's popular React Essentials bootcamp, this guide illuminates key concepts with realistic code, guiding you step by step through Lesen Sie mehr

    € 39,59

  • Modern JavaScript for the Impatient

    von Cay Horstmann
    Exploit the Power of Modern JavaScript and Avoid the PitfallsJavaScript was originally designed for small-scale programming in web browsers, but modern JavaScript is radically different. Nowadays, JavaScript programmers actively embrace functional, object-oriented, and asynchronous programming, while deprecating error-prone concepts from the past. Modern JavaScript for the Impatient is a complete Lesen Sie mehr

    € 36,62

  • Phaser.js Game Design Workbook: Game development guide using Phaser JavaScript Game Framework

    von Stephen Gose
    This is a different book format for game development – unlike anything you have seen. As I create a generic game in html5 using phaser.js framework, you develop your own game by simply following and translating my easy concepts into your own game design. When you complete this workbook, unlike other game development books, you will have your own game, not a game of the author's.For example, if you Lesen Sie mehr

    € 11,21

  • Understanding ECMAScript 6

    The Definitive Guide for JavaScript Developers

    ECMAScript 6 represents the biggest update to the core of JavaScript in the history of the language. In Understanding ECMAScript 6, expert developer Nicholas C. Zakas provides a complete guide to the object types, syntax, and other exciting changes that ECMAScript 6 brings to JavaScript. Every chapter is packed with example code that works in any JavaScript environment so you’ll be able to see new Lesen Sie mehr

    € 16,82

  • Data Structures and Algorithms in JavaScript

    von Federico Kereki
    Not the Same Old JavaScript.Think you know JavaScript? Think again. This isn’t your typical coding book—it’s a deep dive into the powerful world of data structures and algorithms that will transform the way you approach problem solving in JavaScript.Whether you’re a frontend developer tackling complex applications, a backend engineer building scalable systems, or a programmer preparing for Lesen Sie mehr

    € 28,92

  • Beginning JavaScript

    von Jeremy McPeak
    The bestselling JavaScript guide, updated with current features and best practicesBeginning JavaScript 5th Edition shows you how to work effectively with JavaScript frameworks, functions, and modern browsers, and teaches more effective coding practices using HTML5. This new edition has been extensively updated to reflect the way JavaScript is most commonly used today, introducing you to the latest Lesen Sie mehr

    € 31,99

  • Express in Action

    Writing, building, and testing Node.js applications

    von Evan Hahn
    SummaryExpress in Action is a carefully designed tutorial that teaches you how to build web applications using Node and Express.About the TechnologyExpress.js is a web application framework for Node.js. Express organizes your server-side JavaScript into testable, maintainable modules. It provides a powerful set of features to efficiently manage routes, requests, and views along with beautiful Lesen Sie mehr

    € 50,83

  • Functional Programming in JavaScript

    How to improve your JavaScript programs using functional techniques

    von Luis Atencio
    SummaryFunctional Programming in JavaScript teaches JavaScript developers functional techniques that will improve extensibility, modularity, reusability, testability, and performance. Through concrete examples and jargon-free explanations, this book teaches you how to apply functional programming to real-life development tasksAbout the TechnologyIn complex web applications, the low-level details Lesen Sie mehr

    € 50,83

  • Cross-Platform Desktop Applications

    Using Node, Electron, and NW.js

    von Paul Jensen
    SummaryCross-Platform Desktop Applications guides you step-by-step through creating Node.js desktop applications with NW.js and Electron from GitHub. Foreword by Cheng Zhao, creator of Electron.About the TechnologyDesktop application development has traditionally required high-level programming languages and specialized frameworks. With Electron and NW.js, you can apply your existing web dev Lesen Sie mehr

    € 50,83

  • Build a Frontend Web Framework (From Scratch)

    Serien series From Scratch
    Learn how a frontend web framework works by coding your own!Web developers use frontend frameworks every day—but do you know how these essential parts of your stack really work? Build a Frontend Web Framework (From Scratch) reveals the inner workings of web frameworks by helping you create your very own.In Build a Frontend Web Framework (From Scratch), you’ll learn the secrets behind frameworks Lesen Sie mehr

    € 50,83

  • Building Ethereum Dapps

    Decentralized applications on the Ethereum blockchain

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

    € 50,83

  • Data-Oriented Programming

    Reduce software complexity

    Eliminate the unavoidable complexity of object-oriented designs. The innovative data-oriented programming paradigm makes your systems less complex by making it simpler to access and manipulate data.In Data-Oriented Programming you will learn how to:Separate code from dataRepresent data with generic data structuresManipulate data with general-purpose functionsManage state without mutating Lesen Sie mehr

    € 59,98

  • Deep Learning with JavaScript

    Neural networks in TensorFlow.js

    SummaryDeep learning has transformed the fields of computer vision, image processing, and natural language applications. Thanks to TensorFlow.js, now JavaScript developers can build deep learning apps without relying on Python or R. Deep Learning with JavaScript shows developers how they can bring DL technology to the web. Written by the main authors of the TensorFlow library, this new book Lesen Sie mehr

    € 50,83

  • HTTP/2 in Action

    von Barry Pollard
    SummaryHTTP/2 in Action is a complete guide to HTTP/2, one of the core protocols of the web. Because HTTP/2 has been designed to be easy to transition to, including keeping it backwards compatible, adoption is rapid and expected to increase over the next few years. Concentrating on practical matters, this interesting book presents key HTTP/2 concepts such as frames, streams, and multiplexing and Lesen Sie mehr

    € 50,83

  • Professional Node.js

    Building Javascript Based Scalable Software

    von Pedro Teixeira
    Learn to build fast and scalable software in JavaScript with Node.jsNode.js is a powerful and popular new framework for writing scalable network programs using JavaScript. This no nonsense book begins with an overview of Node.js and then quickly dives into the code, core concepts, and APIs. In-depth coverage pares down the essentials to cover debugging, unit testing, and flow control so that you Lesen Sie mehr

    € 28,99

  • JavaScript

    Richtig gut programmieren lernen – Von der ersten Codezeile bis zum eigenen Projekt

    Übersetzt von Volkmar Gronau
    Serien series Programmieren mit JavaScript
    Lernen Sie JavaScriptumfassender Schritt-für-Schritt-Einstieg in die Programmierung und in JavaScriptdirekt losprogrammieren mit viele Beispielen und Übungsprojektenansteigender Schwierigkeitsgrad bis zu komplexeren WebanwendungenJavaScript ist das Herzstück fast jeder modernen Webanwendung, von Social Apps wie Twitter bis hin zu browserbasierten Spiele-Frameworks. Obwohl es JavaScript auch Lesen Sie mehr

    Zuvor € 32,90 Jetzt € 25,90

  • Computer Science

    Learn about Algorithms, Cybersecurity, Databases, Operating Systems, and Web Design

    von Jonathan Rigdon
    This book consists of 6 titles, namely:Assembly Language: The Ultimate Guide to Programming and Virtual MachinesComputer Science: The Complete Guide to Principles and InformaticsCyber Security: Beginners’ Guide to Hacking, Phishing, Social Engineering, and MalwareDatabases: System Concepts, Designs, Management, and ImplementationOperating Systems: Concepts to Save Money, Time, and Lesen Sie mehr

    € 3,99

  • Python: Quick Reference - Cheat Sheet - Print & Laminate

    Digital Print & Laminate

    von Kaitlyn Chick
    This Quick Reference Sheet is designed for new and experienced programmers alike. If you want a cheat sheet for your laptop, Kindle or smart phone, or if you would simply like to print out and laminate this is the ideal reference chart for you.    Lesen Sie mehr

    € 1,00

  • TypeScript for Beginners

    The Ultimate Guide

    Of late, TypeScript has risen in popularity owing to its ease of use and versatile compatibility. As such, more and more developers are looking to quickly and efficiently master TypeScript. If you’re looking for a detailed, yet easy to comprehend guide to TypeScript, your search ends here!The book is a detailed guide that will help learners get started with TypeScript programming in no time. It Lesen Sie mehr

    € 50,47

  • Testing Vue.js Components with Jest

    A concise guide to testing Vue.js components using Jest and the official Vue Test Utils library

    Unit test your Vue.js components with this fully-featured JavaScript testing frameworkKey FeaturesUnderstand the various testing styles and their purposeGain insight into how to test methods by avoiding dependenciesExplore snapshot testing and its applicationsBook DescriptionUnit testing in modern component-based JavaScript frameworks is not straightforward. You need a test suite that is reliable Lesen Sie mehr

    € 16,05

  • Bootstrap: Related Tools & Skills

    Bootstrap stands as one of the most popular, open-source, front-end frameworks on the Web. Since its official release in 2011, it has undergone several changes, and it's now one of the most stable and responsive frameworks available. It's loved by web developers of all levels, as it gives them the capability to build a functional, attractive website design within minutes. A novice developer with Lesen Sie mehr

    € 8,13