Skip to main content

Indkøbskurv

Du får VIP-behandling!

Vare(r) ikke tilgængelig til køb
Gennemgå din indkøbskurv. Du kan fjerne de(n) tilgængelige vare(r) nu, ellers fjerner vi det automatisk ved kassen.
varervare
varervare

Anbefalet til dig

Loading...

CGI, JavaScript, Perl, VBScript e-bøger

Hvis du kan lide CGI, JavaScript, Perl, VBScript e-bøger, så vil du elske disse fremragende valg.
Viser 49 - 72 af 1296 resultater
Skip side bar filters
  • Learn Three.js

    Programming 3D animations and visualizations for the web with HTML5 and WebGL

    af Jos Dirksen ...
    Create and animate stunning 3D browser based graphics with Three.js JavaScript libraryKey FeaturesEnhance your 3D graphics with light sources, shadows, advanced materials, and texturesLoad models from external sources, and visualize and animate them directly from JavaScriptCreate your own custom WebGL shader and explore the postprocessing feature of Three.jsBook DescriptionWebGL makes it possible ... Læs mere

    398,74 kr. eller Gratis med Kobo Plus

  • MobX Quick Start Guide

    Supercharge the client state in your React apps with MobX

    Apply functional Reactive programming for simple and scalable state management with MobXKey FeaturesThe easiest way to learn MobX to enhance your client-side state-managementUnderstand how the concepts and components fit togetherWork through different state management scenarios with MobXBook DescriptionMobX is a simple and highly scalable state management library in JavaScript. Its abstractions ... Læs mere

    228,74 kr. eller Gratis med Kobo Plus

  • HTML and CSS

    The Comprehensive Guide

    Learn HTML, CSS, and foundational JavaScript with clear, practical guidance. Build responsive, stylish web pages using real-world examples and modern front-end development techniques.Key FeaturesComprehensive coverage of HTML and CSS fundamentals essential for modern web developmentEmphasis on responsive design to ensure websites adapt smoothly across all devices and screensPractical integration ... Læs mere

    444,99 kr. eller Gratis med Kobo Plus

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

    af 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, ... Læs mere

    23,97 kr. eller Gratis med Kobo Plus

  • Web Storage API

    Learn how to store data from your website with JavaScript

    af J.D Gauchat ...
    Learn how to use the Web Storage API to store information on the user's computer. After reading this guide, you will know how to define a temporary or permanent storage space for your website, and how to store and retrieve data.Table of ContentsWEB STORAGE APIStorage SystemsSession StorageStoring DataReading DataDeleting DataLocal StorageStorage EventQUICK REFERENCEStorageEventThis guide assumes . ... Læs mere

    15,17 kr.

  • 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 ... Læs mere

    333,74 kr. eller Gratis med Kobo Plus

  • Node.js

    Apprendre par la pratique

    Serier serie Blanche
    Plus de 500 exemples pour apprendre en pratiquantLa plate-forme Node.js est passée du statut d'OVNI à celui d'incontournable. En 2018, elle fait fonctionner des applications web, de l'outillage front-end, de la distribution de fichiers pair-à-pair, des objets connectés et la NASA l'utilise même pour analyser les données télémétriques de ses sondes spatiales.L'intention de cet ouvrage est d'être ... Læs mere

    164,33 kr.

  • Computer Vision for the Web

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

    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 ... Læs mere

    228,74 kr. eller Gratis med Kobo Plus

  • Ultimate React Testing with Jest

    Build Reliable Web Applications Using React Testing Library, Modern Testing Patterns, Async Flows and CI/CD Integration

    Write clean, confident React tests that eliminate bugs before they reach users.Key Features● End-to-end React testing with Jest and React Testing Library.● Hands-on coverage of hooks, async flows, Redux, routing, and CI. ● Modern testing strategies using Jest, RTL, MSW, and real scenarios.Book DescriptionUltimate React Testing with Jest uses Jest as the foundation to introduce ... ... Læs mere

    159,95 kr. eller Gratis med Kobo Plus

  • Derinlemesine JavaScript

    af Onder Teker ...
    Bu kitapta JavaScipt dili, hem temel hem de ileri düzeyde anlatılmaktadır. Son ve standart sürümü ECMAScript ile gelen özellikler, ayrıntılı olarak işlenmektedir. Tür desteği sağlayan TypeScript de kitabın kapsamındadır. JQuery kütüphanesi; Angular & React çatıları, temel mantıkları anlaşılacak düzeyde açıklanmaktadır. ... Læs mere

    6,35 kr.

  • The Basics of JavaScript Coding For Kids

    Unlock the Power of Coding with JavaScript!Are you ready to inspire the next generation of tech creators? The Basics of JavaScript Coding For Kids is the perfect guide for young learners aged 10 and up to dive into the exciting world of programming!This beginner-friendly book breaks down JavaScript concepts into fun, easy-to-follow lessons, turning coding into an adventure. With clear explanations ... Læs mere

    31,99 kr.

  • SQL Interview Questions

    A complete question bank to crack your ANN SQL interview with real-time examples

    This book gives you a complete idea about the SQL database. It starts from a very basic concept like what is a database, its usage, types, creation, and data storage, security, sorting, and searching for a stored procedure. This book is a complete set of interview breaking questions and answers with live examples and plenty of screenshots. This book takes you on a journey to mastering the SQL ... Læs mere

    135,99 kr. eller Gratis med Kobo Plus

  • Canvas Pocket Reference

    Scripted Graphics for HTML5

    The Canvas element is a revolutionary feature of HTML5 that enables powerful graphics for rich Internet applications, and this pocket reference provides the essentials you need to put this element to work. If you have working knowledge of JavaScript, this book will help you create detailed, interactive, and animated graphics -- from charts to animations to video games -- whether you're a web ... Læs mere

    83,74 kr.

  • JavaScript Patterns JumpStart Guide (Clean up your JavaScript Code)

    af Dan Wahlin ...
    Are you writing a lot of JavaScript code and finding that it's growing into an unmanageable mess? In this concise and focused jump start guide you'll learn how to fix common problems such as function spaghetti code and pollution of the global scope, and gain the skills necessary to write clean JavaScript code. By applying patterns, JavaScript code can be made more modular and easier to work with ... Læs mere

    38,42 kr. eller Gratis med Kobo Plus

  • Mobile Design and Development

    Practical concepts and techniques for creating mobile sites and web apps

    af Brian Fling ...
    Mobile devices outnumber desktop and laptop computers three to one worldwide, yet little information is available for designing and developing mobile applications. Mobile Design and Development fills that void with practical guidelines, standards, techniques, and best practices for building mobile products from start to finish. With this book, you'll learn basic design and development principles ... Læs mere

    190,86 kr.

  • Ultimate AI-Assisted Development with GitHub Copilot

    Code smarter, Test faster, and Build better with GitHub Copilot!Key Features● Master prompt engineering and multi-modal Copilot interactions.● Use GitHub Copilot for real coding, testing, and DevOps tasks.● Speed up development with AI-powered code and test generation.Book DescriptionAI-assisted coding is transforming how software is built-faster, smarter, and with fewer errors. GitHub Copilo... ... Læs mere

    200,04 kr.

  • Essential JavaScript Concepts To Learn for Beginner and Intermediate Developers

    Comprehensive JavaScript Coding Skills Crash Course and Cheatsheet

    Master the Foundations. Build Confidently. Code Smarter.Whether you're just getting started or looking to sharpen your JavaScript skills, Essential JavaScript Concepts To Learn for Beginner and Intermediate Developers is your practical guide to understanding how JavaScript really works-beyond just copying code from tutorials.Inside this book, you'll explore:Core JavaScript concepts explained ... Læs mere

    72,08 kr.

  • Mastering Regular Expressions

    Understand Your Data and Be More Productive

    Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you ... Læs mere

    347,61 kr.

  • Practical Modern JavaScript

    Dive into ES6 and the Future of JavaScript

    To get the most out of modern JavaScript, you need learn the latest features of its parent specification, ECMAScript 6 (ES6). This book provides a highly practical look at ES6, without getting lost in the specification or its implementation details. Armed with practical examples, author Nicolas Bevacqua shows you new ways to deal with asynchronous flow control, declare objects or functions, and ... Læs mere

    292,99 kr.

  • Django Building Dynamic Website With Django : A Complete Step By Step Guide To Learn to Build Modern Web Application with a Python

    af Andrew Page ...
    Are you interested in learning web development using Python and Django? Do you want to build dynamic, responsive, and scalable web applications that can handle a high volume of traffic? If so, then "Django for Beginners" is the book for you.In "Django ", you'll learn how to create your first Django project, how to work with Django models and views, and how to use Django's built-in template system ... Læs mere

    32,01 kr.

  • Mastering JavaScript Single Page Application Development

    An in-depth guide to building scalable and maintainable single-page applications in JavaScript

    An in-depth guide to exploring the design, architecture, and techniques behind building sophisticated, scalable, and maintainable single-page applications in JavaScript.Key Features\[\*\]Build large-scale, feature-complete SPAs by leveraging widely used tools and techniques.\[\*\]Gain a solid understanding of architecture and SPA design to build applications using the library or framework of your ... Læs mere

    333,74 kr. eller Gratis med Kobo Plus

  • Bootstrap 4 – Responsive Web Design

    Unearth the potential of Bootstrap with step-by-step guidance.About This BookAn applied guide exploring web application development with Bootstrap 4Learn responsive web design and discover how to build mobile-ready websites with easeBecome an expert in Bootstrap framework, and speed up frontend development and prototyping through real-life examplesWho This Book Is ForIf you're a web developer with ... Læs mere

    598,74 kr. eller Gratis med Kobo Plus

  • MASTER REACT.JS PART 6

    af m.furqan riaz ...
    ReactJS is an open-source, component-based front end library responsible only for the view layer of the application. It is maintained by Facebook. React uses a declarative paradigm that makes it easier to reason about your application and aims to be both efficient and flexible.React JS is a javascript library originally developed by Facebook. It helps in building highly engaging single-page web ... Læs mere

    31,99 kr. eller Gratis med Kobo Plus

  • Beginning ReactJS Foundations Building User Interfaces with ReactJS

    An Approachable Guide

    af Chris Minnick ...
    Quickly learn the most widely used front-end development language with ease and confidenceReact JS Foundations: Building User Interfaces with ReactJS - An Approachable Guide walks readers through the fundamental concepts of programming with the explosively popular front-end tool known as React JS.Written by an accomplished full-stack engineer, speaker, and community organizer, React JS Foundations ... Læs mere

    340,86 kr.