Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

CGI, JavaScript, Perl, VBScript eBooks

If you like CGI, JavaScript, Perl, VBScript eBooks, then you'll love these top picks.
Showing 649 - 672 of 1377 Results
Skip side bar filters
  • Jumpstarting the Onion Omega2

    by Wolfram Donat ...
    Get up and running quickly with the Jumpstarting series!Jumpstarting books provide an avenue for makers to quickly master topical knowledge.Each book starts with instructions on how to install or initialize the hardware or software needed to reach the all-important "Hello, World" stage of getting started.The second project builds on the first to use more of the hardware or software's capabilities ... Read more

    $10.99 USD

  • The History of JavaScript

    Gunner Technology reviews the long, storied history of JavaScript. ... Read more

    $1.99 USD or Free with Kobo Plus

  • Getting Started with Meteor.js JavaScript Framework - Second Edition

    Learn to develop powerful web applications in minutes with Meteor

    by Isaac Strack ...
    Key FeaturesBook DescriptionThis book is for developers or students who have a working knowledge of JavaScript and HTML, and want to learn how to quickly develop full-stack web applications using pure JavaScript.What you will learnWho this book is forThis book is for developers or students who have a working knowledge of JavaScript and HTML, and want to learn how to quickly develop full-stack web ... Read more

    $23.99 USD or Free with Kobo Plus

  • Adobe Edge Preview 5: The Missing Manual

    by Chris Grover ...
    Want to create animated graphics for iPhone, iPad and the Web, using familiar Adobe features? You’ve come to the right guide. Adobe Edge Preview 5: The Missing Manual shows you how to build HTML5 and JavaScript graphics with Adobe multimedia tools. No programming experience? No problem. Adobe Edge writes all the code for you. With this book, you’ll be designing great-looking web apps in no time ... Read more

    $15.99 USD

  • Ian Builds Apps and Games 1

    AppsAndGames, #1

    by Ian Eress ...
    Series Book 1 - AppsAndGames
    Dive into the exciting world of app and game development with Ian Eress's captivating "Ian Builds Apps and Games 1." As the first installment in a comprehensive series, Eress guides you through the creation of dynamic projects using HTML, CSS, and JavaScript – the core languages of the modern web.Designed with beginners in mind, this hands-on guide demystifies the process of building web ... Read more

    $2.99 USD or Free with Kobo Plus

  • Node.JS Guidebook

    Comprehensive guide to learn Node.js

    by Dhruti Shah ...
    The Node.js Guidebook is written and designed keeping in mind readers of varies technical and academic inclinations. Every concept has been explained in detail with appropriate examples and demonstrations with images as applicable. Topics have been aligned from simple to complex for the benefit of a beginner in understanding the technology. The logic of all codes in the examples have been ... Read more

    $14.99 USD or Free with Kobo Plus

  • Getting started with programming

    Professional Training

    by Rémy Lentzer ...
    This book is intended for anyone who wants to study the principles of writing code. The important thing is to think well before programming. After a brief history of the development of calculators and computers, you will learn how to design algorithms using everyday examples, such as a recipe of a cheese soufflé, a bubble sort, and a sequential and dichotomous method to sort out numbers in a list. ... Read more

    $12.99 USD or Free with Kobo Plus

  • HTML 5 Shoot 'em Up in an Afternoon

    by Bryan Bibat ...
    (This book is available for a pay-as-you-want price at Leanpub. This ebook-only version does not include the videos so it is priced slightly lower than the suggested Leanpub price.)Learn the basics of HTML5 game programming with PhaserLearn how to make a simple top-down shoot 'em up from scratch with the Phaser HTML5 framework in a few hours: from adding sprites, handling player input, processing ... Read more

    $8.00 USD

  • RaphaelJS

    Graphics and Visualization on the Web

    by Chris Wilson ...
    Create beautiful, interactive images on the Web with RaphaëlJS, the JavaScript library that lets you draw Scalable Vector Graphics (SVG) right in the browser. With this concise guide, you’ll quickly learn how to paint the screen with shapes and colors that you can turn into lively, animated graphics and visualizations.Author Chris Wilson (Time.com) shows you how to create Raphaël objects and ... Read more

    $15.99 USD

  • Frontend Software Development and Best Practices: A Concise Guide

    This concise guide offers a focused exploration of modern frontend development essentials. It covers key topics from JavaScript fundamentals to emerging trends like on-device machine learning, providing practical insights for building efficient, accessible, and secure web applications. Ideal for both newcomers and experienced developers, this book delivers core concepts and best practices in a ... Read more

    $0.99 USD

  • MASTER REACT.JS PART 4

    by 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 ... Read more

    $3.99 USD or Free with Kobo Plus

  • React and React Native

    Build cross-platform JavaScript apps with native power for mobile, web and desktop

    by Adam Boduch ...
    Use React and React Native to build applications for desktop browsers, mobile browsers, and even as native mobile appsKey FeaturesBuild React and React Native applications using familiar component conceptsDive deep into each platform, from routing in React to creating native mobile applications that can run offlineUse Facebook’s Relay, React and GraphQL technologies, to create a unified ... Read more

    $41.99 USD or Free with Kobo Plus

  • Node.js Event Loop

    by A. Jobaer ...
    Understand the event loop. Avoid blocking it. Master Node.js.This book demystifies the core of Node.js — the event loop — and teaches you how to use it efficiently and safely in real-world systems.You'll learn how Node.js schedules work, handles concurrency, and delivers performance from a single thread. More importantly, you'll discover how to avoid event loop blocking, the silent killer of ... Read more

    $19.99 USD or Free with Kobo Plus

  • Building a Quote Tab Web App with Vanilla HTML, CSS, and JavaScript.

    A Practical Q&A Guide Using a Quote Tab

    This hands-on guide is designed for learners who already know the basics of HTML, CSS, and JavaScript and want to put that knowledge into action. Through a practical question-and-answer format, you'll build a fully functional Quote Tab web app from scratch using pure vanilla web technologies.Each section walks you through a step-by-step breakdown of core development concepts, including:Project ... Read more

    $4.99 USD or Free with Kobo Plus

  • Building a Screenshot Capture Web App with Vanilla HTML, CSS, and JavaScript.

    A Practical Q&A Guide Using a Screenshot Capture App

    This practical guide shows you how to build a working Screenshot Capture web app using only HTML, CSS, and JavaScript. Designed for beginners and early intermediates, it uses a clear question-and-answer format to explain every step in simple terms.You will learn how to:Set up your project structure and layoutUse the Screen Capture API to access screen contentConvert live video previews into still ... Read more

    $4.99 USD or Free with Kobo Plus

  • Building a Focus Timer Web App with Vanilla HTML, CSS, and JavaScript.

    A Practical Q&A Guide Using a Focus Timer

    This guide helps learners with basic web development skills build a functional Focus Timer web app using core technologies: HTML, CSS, and JavaScript. Through a practical Q&A format, it explains key concepts such as structuring the app, styling elements, implementing timer logic, handling user input, and improving user experience.Ideal for those seeking hands-on guidance to create a useful ... Read more

    $4.99 USD or Free with Kobo Plus

  • Test-Driven Development with Python

    Obey the Testing Goat: Using Django, Selenium, and JavaScript

    The third edition of this trusted guide shows you how to apply test-driven development (TDD) to building real-world web applications with Python. By writing tests before building each part of your app—and then creating just enough code to pass them—you'll learn how TDD leads to clean, reliable, and maintainable software.Author Harry J.W. Percival takes you through a practical, end-to-end example ... Read more

    $48.99 USD

  • JavaScript - la guida definitiva

    Dalle basi del linguaggio alle tecniche avanzate

    JavaScript è il linguaggio di scripting più utilizzato al mondo ed è indispensabile per aggiungere interattività e dinamicità a un sito web. Il best seller di David Flanagan, giunto alla settima edizione, è da 25 anni il testo di riferimento per imparare e approfondire lo studio di questo linguaggio fondamentale. Ampliato con capitoli dedicati a classi, moduli, iteratori, generatori, ... Read more

    Was $41.99 USD Now $20.99 USD

  • Sviluppare applicazioni Facebook

    utilizzare le Graph API con PHP e JavaScript

    Series Book 6 - Web design
    Facebook è il social network più utilizzato al mondo, un gigante che per molti rappresenta un canale di comunicazione, una piattaforma di intrattenimento e una fonte di informazione. Creare un'applicazione per Facebook è quindi un'opportunità importante per il business e non è un caso che siano sempre più le aziende a investire nello sviluppo di software dedicato a veicolare il proprio marchio, ... Read more

    Was $17.99 USD Now $8.99 USD or Free with Kobo Plus

  • L'arte del Refactoring

    Guida alle tecniche per migliorare il design e la leggibilità del codice

    by Martin Fowler ...
    Da quando la programmazione a oggetti è diventata di uso comune, gli sviluppatori si sono trovati di fronte a un numero significativo di applicazioni mal progettate, con software inefficienti e difficili da mantenere ed estendere. Per questo, nel corso del tempo, i professionisti più esperti hanno messo a punto un insieme di tecniche di refactoring per migliorare l'integrità strutturale e le ... Read more

    Was $31.99 USD Now $15.99 USD

  • JavaScript and TypeScript With Codex

    Building Modern Web Applications, APIs, and Full-Stack Projects With OpenAI's Coding Agent

    by Tom Anderson ...
    Knowing enough JavaScript, enough Node.js, and enough TypeScript used to be the gate that developers had to pass through one painful project at a time. Codex changes what "knowing enough" actually requires.JavaScript and TypeScript With Codex is the practical guide to building modern web applications, APIs, and full-stack projects using OpenAI's coding agent as a genuine development collaborator. ... Read more

    Was $19.99 USD Now $1.99 USD or Free with Kobo Plus

  • Next.js Quick Start Guide

    Server-side rendering done right

    Create, build and deploy universal JavaScript applications using Next.jsKey FeaturesWork with the entire tool-chain for developing universal Javascript applications with Next.jsA straightforward guide to implementing server-side renderingUse Next.js to build SEO-friendly and super fast websitesBook DescriptionNext.js is a powerful addition to the ever-growing and dynamic JavaScript world. Built on ... Read more

    $25.99 USD or Free with Kobo Plus

  • MEAN Blueprints

    Unlock the power of the MEAN stack by creating attractive and real-world projects

    by Robert Onodi ...
    Unlock the power of the MEAN stack by creating attractive and real-world projects Key Features\[\*\] Build six optimum end-to-end web applications using the M.E.A.N stack\[\*\] Follow the advanced Angular.js 2 application structure to build more scalable and maintainable apps\[\*\] Integrate an authorization system into your application and reuse existing code from projectsBook DescriptionThe MEAN ... Read more

    $37.99 USD or Free with Kobo Plus

  • Modern Web Development with Angular

    Build Cutting-Edge, Scalable Web Apps from Scratch with Angular, TypeScript, and Reactive Programming (English Edition)

    Learn modern Angular development and jumpstart your web development journeyKey Features● Learn Angular from scratch, starting with setup and basic application structure to advanced topics like component communication and unit testing.● Practical examples and step-by-step instructions to build multi-page reactive and real-world applications.● Learn best practices for unit testing Angular components ... Read more

    $17.99 USD or Free with Kobo Plus