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 49 - 72 of 1372 Results
Skip side bar filters
  • Speaking JavaScript

    An In-Depth Guide for Programmers

    Like it or not, JavaScript is everywhere these days—from browser to server to mobile—and now you, too, need to learn the language or dive deeper than you have. This concise book guides you into and through JavaScript, written by a veteran programmer who once found himself in the same position.Speaking JavaScript helps you approach the language with four standalone sections. First, a quick-start ... Read more

    $20.23 AUD

  • Full-Stack React, TypeScript, and Node

    Build scalable and cloud-ready web applications using React 19, TypeScript, and Docker

    by David Choi ...
    Explore the evolving landscape of full-stack development with the latest web technologies to build production-ready React applications and deploy them using Docker on AWS.Key FeaturesMaster the architecture of React 19 and modern single-page applications (SPAs)Develop a scalable Web API using Node.js, Express, and TypeScriptGain hands-on experience with Docker for containerization and AWS for ... Read more

    $38.60 AUD

    PRE-ORDER

  • Beginning React

    Simplify your frontend development workflow and enhance the user experience of your applications with React

    Take your web applications to a whole new level with efficient, component-based UIs that deliver cutting-edge interactivity and performance.Key FeaturesElaborately explains basics before introducing advanced topicsExplains creating and managing the state of components across applicationsImplement over 15 practical activities and exercises across 11 topics to reinforce your learningBook ... Read more

    $20.89 AUD or Free with Kobo Plus

  • Ruby in a Nutshell

    A Desktop Quick Reference

    Ruby is an absolutely pure object-oriented scripting language written in C and designed with Perl and Python capabilities in mind. While its roots are in Japan, Ruby is slowly but surely gaining ground in the US. The goal of Yukihiro Matsumoto, creator of Ruby and author of this book, is to incorporate the strengths of languages like Perl, Python, Lisp and Smalltalk. Ruby is a genuine attempt to ... Read more

    $20.99 AUD

  • Regular Expression Pocket Reference

    Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET

    This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular ... Read more

    $12.99 AUD

  • Perl Best Practices

    Standards and Styles for Developing Maintainable Code

    by Damian Conway ...
    Many programmers code by instinct, relying on convenient habits or a "style" they picked up early on. They aren't conscious of all the choices they make, like how they format their source, the names they use for variables, or the kinds of loops they use. They're focused entirely on problems they're solving, solutions they're creating, and algorithms they're implementing. So they write code in the ... Read more

    $32.99 AUD

  • Learning Google Apps Script

    Customize and automate Google Applications using Apps Script

    Customize and automate Google Applications using Apps ScriptKey Features\[\*\] Gain insight into customizing and automating Google applications with JavaScript\[\*\] Create add-ons for Google Sheets, Docs, or Forms; automate your workflow; integrate with external APIs; and more.\[\*\] A step-by-step guide to building real-world solutionsBook DescriptionGoogle Apps Script is a cloud-based scripting ... Read more

    $50.48 AUD or Free with Kobo Plus

  • Learning jQuery, Third Edition

    Create better interaction, design, and web development with simple JavaScript techniques

    Step through each of the core concepts of the jQuery library, building an overall picture of its capabilities. Once you have thoroughly covered the basics, the book returns to each concept to cover more advanced examples and techniques. This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their ... Read more

    $50.48 AUD or Free with Kobo Plus

  • Architecting Angular Applications with Redux, RxJS, and NgRx

    Learn to build Redux style high-performing applications with Angular 6

    Manage state in Angular to write high performing web apps by combining the power of Flux, RxJS, and NgRxKey Features- Learn what makes an excellent Angular application architecture- Use Redux to write performant, consistent Angular applications- Incorporate Reactive Programming principles and RxJS to make it easier to develop, test, and debug your Angular applicationsBook DescriptionManaging the ... Read more

    $56.42 AUD or Free with Kobo Plus

  • Python for Beginners

    A Complete Guide to Learn the Fundamentals of Python and Start Programming Today!

    by MEGANE NOEL ...
    Series series Computer Programming
    Python is an interpreted, not compiled, high-level programming language. Apart from that, it is an object-oriented programming language that allows interaction between the developer and the Python interpreter. It is believed that this programming language was created between 1985 and 1990. This breakthrough is credited to Guido van Rossum.Python's source code, like that of the Perl programming ... Read more

    $10.79 AUD or Free with Kobo Plus

  • Generative Design

    Visualize, Program, and Create with JavaScript in p5.js

    Generative design, once known only to insiders as a revolutionary method of creating artwork, models, and animations with programmed algorithms, has in recent years become a popular tool for designers. By using simple languages such as JavaScript in p5.js, artists and makers can create everything from interactive typography and textiles to 3D-printed furniture to complex and elegant infographics ... Read more

    $38.99 AUD

  • Hugo in Action

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

    $45.99 AUD

  • 30 BeagleBone Black Projects for the Evil Genius

    Series series Evil Genius
    Fiendishly Fun Ways to Use the BeagleBone Black!This wickedly inventive guide shows you how to program and build fun and fascinating projects with the BeagleBone Black. You’ll learn how to connect the BeagleBone Black to your computer and program it, quickly mastering BoneScript and other programming tools so you can get started right away. 30 BeagleBone Black Projects for the Evil Genius is ... Read more

    $27.82 AUD

  • The Recursive Book of Recursion

    Ace the Coding Interview with Python and JavaScript

    by Al Sweigart ...
    An accessible yet rigorous crash course on recursive programming using Python and JavaScript examples.Recursion has an intimidating reputation: it’s considered to be an advanced computer science topic frequently brought up in coding interviews. But there’s nothing magical about recursion.The Recursive Book of Recursion uses Python and JavaScript examples to teach the basics of recursion, exposing ... Read more

    $40.80 AUD

  • Developing Backbone.js Applications

    Building Better JavaScript Applications

    by Addy Osmani ...
    If you want to build your site’s frontend with the single-page application (SPA) model, this hands-on book shows you how to get the job done with Backbone.js. You’ll learn how to create structured JavaScript applications, using Backbone’s own flavor of model-view-controller (MVC) architecture.Start with the basics of MVC, SPA, and Backbone, then get your hands dirty building sample applications—a ... Read more

    $24.99 AUD

  • 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

    $63.35 AUD or Free with Kobo Plus

  • CoffeeScript Application Development

    by Ian Young ...
    CoffeeScript Application Development is a practical, hands-on guide with step-by-step instructions. Follow the smooth and easy tutorial approach, covering examples that build in complexity. By the final chapter you'll be wondering why you didn't try CoffeeScript sooner. If you are a JavaScript developer who wants to save time and add power to your code, then this is the book that will help you do ... Read more

    $38.93 AUD or Free with Kobo Plus

  • Learn Meteor - Node.js and MongoDB JavaScript platform

    by Arnaud Weil ...
    Be ready for coding away next week using MeteorYou're a developer who knows nothing to Meteor. Which is fine, except that you need to start coding your next application using Meteor.Don't worry: I have you covered. I've been training hundreds of developers like you during 15 years, and converted my experience into this book. I know from experience teaching what takes more time to learn in Meteor, ... Read more

    $12.99 AUD or Free with Kobo Plus

  • Creating a Website: The Missing Manual

    You can easily create a professional-looking website with nothing more than an ordinary computer and some raw ambition. Want to build a blog, sell products, create forums, or promote an event? No problem! This friendly, jargon-free book gives you the techniques, tools, and advice you need to build a site and get it up on the Web.The important stuff you need to know:Master the basics. Learn HTML5, ... Read more

    $26.39 AUD

  • JavaScript Web Applications

    jQuery Developers' Guide to Moving State to the Client

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

    $28.99 AUD

  • Getting Started with D3

    Creating Data-Driven Documents

    by Mike Dewar ...
    Learn how to create beautiful, interactive, browser-based data visualizations with the D3 JavaScript library. This hands-on book shows you how to use a combination of JavaScript and SVG to build everything from simple bar charts to complex infographics. You’ll learn how to use basic D3 tools by building visualizations based on real data from the New York Metropolitan Transit Authority.Using ... Read more

    $13.99 AUD

  • Programming the Mobile Web

    Reaching Users on iPhone, Android, BlackBerry, Windows Phone, and more

    With the second edition of this popular book, you’ll learn how to build HTML5 and CSS3-based apps that access geolocation, accelerometer, multi-touch screens, offline storage, and other features in today’s smartphones, tablets, and feature phones. The market for mobile apps continues to evolve at a breakneck pace, and this book is the most complete reference available for the mobile web.Author and ... Read more

    $40.99 AUD

  • JavaScript

    Software Development (2025-2026 Edition)

    Series Book 2 - Software Development
    JavaScript: Software Development (2025-2026 Edition) – The only book that actually teaches like MIT, Stanford, CMU, and Berkeley combined.This is not another recycled tutorial.You start with why JavaScript runs the world in 2025 – V8, TC39, TypeScript tsunami, Vite revolution.You master the event loop before lunch, closures before dinner, and ECMAScript 2025 features before anyone else.You go ... Read more

    $8.76 AUD or Free with Kobo Plus

  • Structure and Interpretation of Computer Programs

    JavaScript Edition

    Series series MIT Electrical Engineering and Computer Science
    A new version of the classic and widely used text adapted for the JavaScript programming language.Since the publication of its first edition in 1984 and its second edition in 1996, Structure and Interpretation of Computer Programs (SICP) has influenced computer science curricula around the world. Widely adopted as a textbook, the book has its origins in a popular entry-level computer science ... Read more

    $92.61 AUD