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 241 - 264 of 1094 Results
Skip side bar filters
  • JavaScript Testing with Jasmine

    JavaScript Behavior-Driven Development

    by Evan Hahn ...
    Get a concise introduction to Jasmine, the popular behavior-driven testing framework for JavaScript. This practical guide shows you how to write unit tests with Jasmine that automatically check for bugs in your application. If you have JavaScript experience—with knowledge of some advanced features—you’ll learn how to write specifications for individual components, and then use those specs to test ... Read more

    $10.69 USD

  • 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

    $14.39 USD

  • React 17 Design Patterns and Best Practices

    Design, build, and deploy production-ready web applications using industry-standard practices

    Build scalable, maintainable, and powerful React web apps with design patterns and insightful best practicesKey FeaturesMake the most of design patterns in React – including render props and controlled and uncontrolled inputsMaster React Hooks with the help of this updated third editionWork through examples that can be used to create reusable code and extensible designsBook DescriptionFilled with ... Read more

    $41.39 USD

  • Mastering JavaScript Functional Programming

    In-depth guide for writing robust and maintainable JavaScript code in ES8 and beyond

    Master Functional Programming techniques with this comprehensive guide for writing cleaner, safer, high-performing JavaScript codesKey FeaturesBecome proficient and skilled with Functional Programming in JavaScript to solve real-world development problemsSuccessfully apply Functional Programming concepts and techniques to everyday JavaScript programmingBring modularity, reusability, testability, ... Read more

    $37.79 USD

  • Web Storage API

    Learn how to store data from your website with JavaScript

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

    $1.92 USD

  • Perl by Example

    by Ellie Quigley ...
    The World’s Easiest Perl 5 Tutorial—Updated for Today’s Applications and “Modern Perl” Best Practices“When I look at my bookshelf, I see eleven books on Perl programming. Perl by Example, Third Edition, isn’t on the shelf; it sits on my desk, where I use it almost daily. I still think it is the best Perl book on the market for anyone—beginner or seasoned programmer—who uses Perl daily.”—Bill ... Read more

    $43.19 USD

  • Drag and Drop API

    Learn how to drag and drop content to your website with HTML5 and JavaScript

    by J.D Gauchat ...
    Learn how to use the Drag and Drop API to let your users drag and drop elements on your website. After reading this guide, you will know how to prepare the elements to be dragged, how to control the information being transferred, and how to drag elements from other applications to the browser, including files.Table of ContentsDRAG AND DROP APIDrag and DropValidationThumbnailFilesQUICK ... Read more

    $1.92 USD

  • TypeScript Essentials

    The book introduces the TypeScript language and its features to anyone looking to develop rich web applications. Whether you are new to web development or are an experienced engineer with strong JavaScript skills, this book will get you writing code quickly. A basic understanding of JavaScript and its language features are necessary for this book. ... Read more

    $18.09 USD

  • JavaScript The Complete Reference 3rd Edition

    This fully updated definitive JavaScript guide covers the latest features—including its uses in Ajax and HTML5-based Web applicationsJavaScript: The Complete Reference, Third Edition is completely revised to cover the newest changes to JavaScript up to version 1.9, the latest browser-specific features for Internet Explorer, Firefox, and Chrome, as well popular JavaScript frameworks like jQuery. ... Read more

    $44.99 USD

  • Complete Guide to Modern JavaScript

    Learn everything from the basics of JavaScript to the new ES2021 features. Practice with more than 50 quizzes and dive into the basics of TypeScript.

    Whether you are a complete beginner or you have some knowledge in JavaScript, this book will guide you from the basics of the language to all the new features introduced until 2020.At the end of each chapter test your knowledge with quizzes.After reading this book, Let Const, generators, promises, and async won't be a problem anymore.If you want to experience something new, this book also includes ... Read more

    $11.99 USD

  • Learn AngularJS in 24 Hours

    by Alex Nordeen ...
    Angular JS is responsible for making the website interactive and responsive. It helps designer and developers to eliminate much of the code usually needed for websites development. Angular JS is based upon MVC model. To learn and harness more power of the Angular JS framework, it takes a continuous intervention from an expert. But if you like to learn by yourself without spending big bucks behind ... Read more

    $2.99 USD

  • 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

    $16.19 USD

  • Building Web Apps with Spring 5 and Angular

    Modern end-to-end web application development

    A complete guide to build robust and scalable web applications with Spring and Angular. Key FeaturesThis hands on guide will teach you how to build an end-to-end modern web application using Spring and Angular.It is easy to read and will benefit Java developers who have been used to develop the back-end part of web application while front-end (UI) has been left for UI developers.Learn the core ... Read more

    $41.39 USD

  • C++ Easy To Understand Step By Step Guide

    A Guide for Beginners

    by Jacob Era ...
    Mastering C++ programming language can be a tough and time consuming task. However, if you have an interest in programming languages and you insist in mastering this programming language then it can be fun and engaging. C++ programming language is easier to learn for people who are already familiar with other programming language such as Python, Java or Matlab. The differentiating factor between C ... Read more

    $3.99 USD

  • Forms API

    Learn how to process forms for your website with HTML5 and JavaScript

    by J.D Gauchat ...
    Learn how to use the Forms API to process forms on your website. After reading this guide, you will know how to send forms from your JavaScript code, how to validate forms, and how to modify a form in real time according to the values inserted by the user.Table of ContentsFORMS APIProcessing FormsValidationCustom ErrorsThe invalid EventThe ValidityState ObjectPseudo-ClassesValid and ... Read more

    $1.92 USD

  • Refactoring JavaScript

    Turning Bad Code Into Good Code

    by Evan Burchard ...
    How often do you hear people say things like this? "Our JavaScript is a mess, but we’re thinking about using [framework of the month]."Like it or not, JavaScript is not going away. No matter what framework or ”compiles-to-js” language or library you use, bugs and performance concerns will always be an issue if the underlying quality of your JavaScript is poor. Rewrites, including porting to the ... Read more

    $30.99 USD

  • 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

    $28.79 USD

  • Go Simple with Postfix

    by Lord Linus ...
    This is the basic command E book for Your MTA (Mail Transfer Agent) i.e. Postfix. This will learn you how easy the postfix is ... Read more

    $5.00 USD

  • TypeScript: Modern JavaScript Development

    Leverage the features of TypeScript to boost your development skills and create captivating applicationsAbout This BookLearn how to develop modular, scalable, maintainable, and adaptable web applications by taking advantage of TypeScriptExplore techniques to use TypeScript alongside other leading tools such as Angular 2, React, and Node.jsFocusing on design patterns in TypeScript, this step-by ... Read more

    $62.99 USD

  • React: Cross-Platform Application Development with React Native

    Build 4 real-world apps with React Native

    Harness the power of React Native to build 4 real-world appsKey FeaturesBuild quirky and fun projects from scratch and become efficient with React NativeLearn to build professional Android and iOS applications using your existing JavaScript knowledgeUse isomorphic principles to build mobile apps that offer a native user experienceEmbedded with assessments that will help you revise the concepts you ... Read more

    $34.19 USD

  • Understanding JavaScript Promises

    Since promises were added to JavaScript in 2015, they have become an integral part of the language. A good understanding of how promises work is more important than ever in becoming a proficient JavaScript developer. This book begins by explaining the basic concepts behind promises, including what they are, how to use them, and how to create your own. You'll then build upon these basic concepts to ... Read more

    $13.09 USD

  • The Art of WebAssembly

    Build Secure, Portable, High-Performance Applications

    A a thorough, practice-based introduction to WebAssembly. Learn how to create high-performing, lightning-fast websites and applications.WebAssembly is the fast, compact, portable technology that optimizes the performance of resource-intensive web applications and programs. The Art of WebAssembly is designed to give web developers a solid understanding of how it works, when to use it (and when not ... Read more

    $25.99 USD

  • Perl Testing: A Developer's Notebook

    A Developer's Notebook

    Is there any sexier topic in software development than software testing? That is, besides game programming, 3D graphics, audio, high-performance clustering, cool websites, et cetera? Okay, so software testing is low on the list. And that's unfortunate, because good software testing can increase your productivity, improve your designs, raise your quality, ease your maintenance burdens, and help to ... Read more

    $17.29 USD

  • 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

    $30.99 USD