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 217 - 240 of 1377 Results
Skip side bar filters
  • Hands-On Full Stack Development with Spring Boot 2 and React

    Build modern and scalable full stack applications using Spring Framework 5 and React with Hooks

    by Juha Hinkula ...
    A comprehensive guide to building full stack applications covering frontend and server-side programming, data management, and web securityKey FeaturesUnleash the power of React Hooks to build interactive and complex user interfacesBuild scalable full stack applications designed to meet demands of modern usersUnderstand how the Axios library simplifies CRUD operationsBook DescriptionReact Hooks ... Read more

    $33.99 CAD or Free with Kobo Plus

  • Beautiful JavaScript

    Leading Programmers Explain How They Think

    JavaScript is arguably the most polarizing and misunderstood programming language in the world. Many have attempted to replace it as the language of the Web, but JavaScript has survived, evolved, and thrived. Why did a language created in such hurry succeed where others failed?This guide gives you a rare glimpse into JavaScript from people intimately familiar with it. Chapters contributed by ... Read more

    $31.99 CAD

  • Perl Template Toolkit

    Scalable Templating for the Web

    Among the many different approaches to "templating" with Perl--such as Embperl, Mason, HTML::Template, and hundreds of other lesser known systems--the Template Toolkit is widely recognized as one of the most versatile. Like other templating systems, the Template Toolkit allows programmers to embed Perl code and custom macros into HTML documents in order to create customized documents on the fly. ... Read more

    $28.99 CAD

  • TypeScript Microservices

    Build, deploy, and secure Microservices using TypeScript combined with Node.js

    by Parth Ghiya ...
    Build robust microservice-based applications that are distributed, fault tolerant, and always availableKey FeaturesLearn to build message-driven services for effective communicationDesign microservices API using Reactive programming design patternsDeploy, scale and monitor microservices for consistent high performanceBook DescriptionIn the last few years or so, microservices have achieved the rock ... Read more

    $41.99 CAD or Free with Kobo Plus

  • Vue.js: Up and Running

    Building Accessible and Performant Web Apps

    by Callum Macrae ...
    Get a brisk introduction to building fast, interactive single-page web applications with Vue.js, the popular JavaScript framework that organizes and simplifies web development. With this practical guide, you’ll quickly move from basics to custom components and advanced features—including JSX, the JavaScript syntax extension.Author Callum Macrae shows you how to use the most useful libraries in the ... Read more

    $35.99 CAD

  • TypeScript Quickly

    SummaryTypeScript is JavaScript with an important upgrade! By adding a strong type system to JavaScript, TypeScript can help you eliminate entire categories of runtime errors. In TypeScript Quickly, you’ll learn to build rock-solid apps through practical examples and hands-on projects under the expert instruction of experienced web developers Yakov Fain and Anton Moiseev.Purchase of the print book ... Read more

    $65.99 CAD

  • 10 Lessons in Front-end

    Even though some of the chapters present basic concepts in front-end development the book is more about medium and advanced programmers. It's a collection of 10+ curated articles published on krasimirtsonev.com/blog. "10 Lessons in Front-end" we'll show you ES6 features, Flux design pattern, animations in HTML or how to smoothly run your application in 60 frames per second. You'll learn about the ... Read more

    $0.99 CAD or Free with Kobo Plus

  • Learning Web App Development

    Build Quickly with Proven JavaScript Techniques

    by Semmy Purewal ...
    Grasp the fundamentals of web application development by building a simple database-backed app from scratch, using HTML, JavaScript, and other open source tools. Through hands-on tutorials, this practical guide shows inexperienced web app developers how to create a user interface, write a server, build client-server communication, and use a cloud-based service to deploy the application.Each ... Read more

    $45.99 CAD

  • Multithreaded Javascript

    Concurrency Beyond the Event Loop

    Traditionally, JavaScript has been a single-threaded language. Nearly all online forum posts, books, online documentation, and libraries refer to the language as single threaded. Thanks to recent advancements in the language--such as the Atomics and SharedArrayBuffers objects and Web Workers in the browser--JavaScript is now a multi-threaded language. These features will go down as being the ... Read more

    $57.99 CAD

  • Quick Start Guide to JavaFX

    by J.F. DiMarzio ...
    Get started with JavaFXDevelop and deploy interactive client applications in no time with help from this practical tutorial from Oracle Press. With a focus on working in NetBeans IDE, Quick Start Guide to JavaFX explains how to use JavaFX layouts, draw shapes, use coloring and gradient tools, load images, apply effects and transformations, include animation, and embed media. You'll also get ... Read more

    $39.99 CAD

  • Beginning Server-Side Application Development with Angular

    Discover how to rapidly prototype SEO-friendly web applications with Angular Universal

    Discover how to rapidly prototype SEO-friendly web applications with Angular UniversalKey FeaturesRapidly build an application that's optimized for search performanceDevelop service workers to make your application truly progressiveAutomatically update metadata and load in content from external APIsBook DescriptionEquip yourself with the skills required to create modern, progressive web ... Read more

    $15.99 CAD or Free with Kobo Plus

  • Programming in CoffeeScript

    by Mark Bates ...
    Series series Developer's Library
    Use CoffeeScript to Write Better JavaScript Code Than Ever Before!If you can do it in JavaScript, you can do it better in CoffeeScript. And, since CoffeeScript “compiles down” to JavaScript, your code will fit neatly into virtually any web environment. In Programming in CoffeeScript, Mark Bates shows web developers why CoffeeScript is so useful and how it avoids the problems that often make ... Read more

    $37.99 CAD

  • JavaScript by Example

    by Ellie Quigley ...
    The World’s Easiest Java Script Tutorial—Fully Updated!JavaScript by Example, Second Edition, is the easiest, most hands-on way to learn JavaScript. Legendary programming instructor Ellie Quigley has thoroughly updated her classic book to deliver the skills and information today’s JavaScript users need most—including up-to-the-minute coverage of JavaScript programming constructs, CSS, Ajax, JSON, ... Read more

    $47.99 CAD

  • Learning React and TypeScript: A Beginner's Path to Professional Web Development

    Stop copying code and start building professional web applications.In the fast-paced world of web development, the gap between following a tutorial and building a production-ready application is massive. You might know how to write a function or create a simple component, but do you know how to architect a scalable codebase? Do you understand how to manage complex state without creating ... Read more

    $6.99 CAD or Free with Kobo Plus

  • Three.js

    Learn how to create 3D graphics and video games for the Web with JavaScript

    by J.D Gauchat ...
    Learn how to create web applications and video games in 3D with the Three.js library. After reading this guide, you will know how to define a 3D world, how to incorporate textures and models, and how to create 3D animations and video games.Table of ContentsTHREE.JSRendererSceneCameraMeshesGeometric PrimitivesMaterialsImplementationTransformationsLightsTexturesUV MappingCanvas Textures... ... Read more

    $3.90 CAD

  • Learning from jQuery

    Building on Core Skills

    by Callum Macrae ...
    If you’re comfortable with jQuery but a bit shaky with JavaScript, this concise guide will help you expand your knowledge of the language—especially the code that jQuery covers up for you. Many jQuery devotees write as little code as possible, but with some JavaScript under your belt, you can prevent errors, reduce overhead, and make your application code more efficient.This book explores event ... Read more

    $12.99 CAD

  • 200+ JavaScript Programs for Beginners

    "JavaScript is the Most popular programming language used by professional developers today"Programming in JS was complicated until you appreciated this Wonderful book.Focus on the most important thing writing code, starting from the first program to the last will help you quickly Increase your skills as a programmer and will give you the knowledge necessary to understand:✅The flow of a program✅the ... Read more

    $14.99 CAD 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

    $27.99 CAD or Free with Kobo Plus

  • Designing React Hooks the Right Way

    Explore design techniques and solutions to debunk the myths about adopting states using React Hooks

    Get to grips with React Hooks and design your own custom Hook to manage application states for making better decisions in site architecture Key Features • Get to grips with Hooks' design and understand each built-in Hook's pitfalls with examples • Discover how to turn your existing code into a reusable Hook via code refactoring • Explore design solutions to identify and solve site performance ... Read more

    $39.99 CAD or Free with Kobo Plus

  • Responsive Web Design with HTML5 and CSS3 Essentials

    Design and deliver an optimal user experience for all devices

    Design and deliver an optimal user experience for all devicesKey Features\[\*\] Get to grips with the core functionality of RWD through examples\[\*\] Discover how to make layouts, content and media flexible, and explore why a content-first approach is more effective\[\*\] Maximize the performance of your web pages so that they work across all browsers and devices irrespective of the screen ... Read more

    $25.99 CAD or Free with 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 ... Read more

    $28.99 CAD or Free with 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 ... Read more

    $10.99 CAD

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

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

    $7.99 CAD 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

    $24.99 CAD or Free with Kobo Plus