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 193 - 216 of 1374 Results
Skip side bar filters
  • Mastering Node.js

    This book contains an extensive set of practical examples and an easy-to-follow approach to creating 3D objects.This book is great for anyone who already knows JavaScript and who wants to start creating 3D graphics that run in any browser. You don't need to know anything about advanced math or WebGL; all that is needed is a general knowledge of JavaScript and HTML. The required materials and ... Read more

    $34.99 CAD or Free with Kobo Plus

  • MEAN Web Development

    by Amos Q. Haviv ...
    If you are a web or a full-stack JavaScript developer who is interested in learning how to build modern web applications using the MEAN stack, this book is for you. ... Read more

    $34.99 CAD or Free with Kobo Plus

  • HTML5 canvas in tempo reale (estratto)

    Questo e-book è un estratto delle guida interattiva: HTML5 canvas in tempo reale.E-book interattivo significa che il lettore può inserire dei dati nelle pagine ed il contenuto di queste si adeguerà ai nuovi valori.Per inserire i dati, nelle pagine dell’e-book, sono stati implementati dei controlli simili a quelli che si possono trovare sulle pagine Internet ed un pulsante esegui per impartire il ... Read more

    Free

  • Game Development with Three.js

    With Three.js you can create sophisticated 3D games that run in the web browser. This book is aimed at both the professional game designer and the enthusiast with a step by step approach including lots of tips and examples.

    by Isaac Sukin ...
    A step-by-step, example-based guide to building immersive 3D games on the Web using the Three.js graphics library.This book is for people interested in programming 3D games for the Web. Readers are expected to have basic knowledge of JavaScript syntax and a basic understanding of HTML and CSS. This book will be useful regardless of prior experience with game programming, whether you intend to ... Read more

    $28.99 CAD or Free with Kobo Plus

  • 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

    $36.99 CAD

  • 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

  • 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

  • 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 D3.js 5 Mapping

    Build cutting-edge maps and visualizations with JavaScript

    Crisp and concise guide on building impressive maps as well as visualizations with D3 a JavaScript libraryKey Features\[\*\]Dive into D3.js and apply its powerful data binding ability in order to create stunning visualizations\[\*\]Learn the key concepts of SVG, JavaScript, CSS and the DOM to bring data and shapes to live in the browser\[\*\]Solve common problems faced while building interactive ... Read more

    $37.99 CAD or Free with Kobo Plus

  • The Complete Developer

    Master the Full Stack with TypeScript, React, Next.js, MongoDB, and Docker

    by Martin Krause ...
    A hands-on, beginner-friendly approach to developing complete web applications from the ground up, using JavaScript and its most popular frameworks, including Node.js and React.js.Whether you’ve been in the developer kitchen for decades or are just taking the plunge to do it yourself, The Complete Developer will show you how to build and implement every component of a modern stack—from scratch.You ... Read more

    $43.99 CAD

  • FuelPHP に貢献する方法

    バグ報告や Pull Request をして FuelPHP を改良しよう!

    by Kenji Suzuki ...
    本書は、PHP フレームワークである FuelPHP の開発元にバグ報告をする方法、Pull Request を送信する方法をまとめたものです。バージョン: 0.9.2ページ数: 38ページ (A4 PDF 換算)本書の対象読者本書は、FuelPHP のバグを発見したので報告したい、FuelPHP の開発に参加したい、FuelPHP を改良したいという方を対象としています。本書を読むにあたって前提となる知識は、以下の通りです。Git に関する基本的な知識GitHub に関する初歩的な知識 ... Read more

    Free

  • JavaScript on Things

    Hacking hardware for web developers

    by Lyza Gardner ...
    SummaryJavaScript on Things is your first step into the exciting and downright entertaining world of programming for small electronics. If you know enough JavaScript to hack a website together, you'll be making things go bleep, blink, and spin faster than you can say "nodebot."Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the ... Read more

    $65.99 CAD

  • Building Scalable Apps with Redis and Node.js

    If the phrase scalability sounds alien to you, then this is an ideal book for you. You will not need much Node.js experience as each framework is demonstrated in a way that requires no previous knowledge of the framework. You will be building scalable Node.js applications in no time! Knowledge of JavaScript is required. ... Read more

    $30.99 CAD or Free with Kobo Plus

  • Node.js Design Patterns

    Level up your Node.js skills and design production-grade applications using proven techniques

    An essential read for any JavaScript developer - take full advantage of the Node.js platform and build reliable, scalable web applications using design patterns Purchase of the print or Kindle book includes a free eBook in PDF format Free with your book: DRM-free PDF version + access to Packt's next-gen Reader (Email sign-up and proof of purchase required)Key FeaturesGain a deep understanding of ... Read more

    $44.99 CAD or Free with Kobo Plus

  • Hands-On Sencha Touch 2

    A Real-World App Approach

    by Lee Boonstra ...
    Get hands-on experience building speedy mobile web apps with Sencha Touch 2.3, the user interface JavaScript framework built specifically for the mobile Web. With this book, you’ll learn how to build a complete touch application, called Find a Cab, that has the look and feel of a native app on Android, iOS, Windows, and BlackBerry devices.In the process, you’ll work with Sencha’s model-view ... Read more

    $16.99 CAD

  • Backbone.js Patterns and Best Practices

    by Swarnendu De ...
    This is a step-by-step guide to design patterns, best practices, and solutions to common problems for Backbone.js-based application development. This book is for JavaScript developers who work with Backbone.js and want to learn the best design patterns to develop complex web applications. Basic knowledge of Backbone.js and JavaScript is essential. ... Read more

    $27.99 CAD or Free with Kobo Plus