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 361 - 384 of 1203 Results
Skip side bar filters
  • Ruby Best Practices

    Increase Your Productivity - Write Better Code

    How do you write truly elegant code with Ruby? Ruby Best Practices is for programmers who want to use Ruby as experienced Rubyists do. Written by the developer of the Ruby project Prawn, this concise book explains how to design beautiful APIs and domain-specific languages with Ruby, as well as how to work with functional programming ideas and techniques that can simplify your code and make you ... Read more

    $20.19 USD

  • Simplifying JavaScript

    Writing Modern JavaScript with ES5, ES6, and Beyond

    by Joe Morgan ...
    The best modern JavaScript is simple, readable, and predictable. Learn to write modern JavaScript not by memorizing a list of new syntax, but with practical examples of how syntax changes can make code more expressive. Starting from variable declarations that communicate intention clearly, see how modern principles can improve all parts of code. Incorporate ideas with curried functions, array ... Read more

    $29.59 USD

  • Full-Stack React Projects

    Modern web development using React 16, Node, Express, and MongoDB

    by Shama Hoque ...
    Unleash the power of MERN stack by building diverse web applications using React, Node.js, Express, and MongoDBKey FeaturesCreate dynamic web applications with the MERN stackLeverage the power of React in building interactive and complex user interfacesUnlock the potential of Node, Express, and MongoDB to build modern full-stack applicationsBook DescriptionThe benefits of using a full JavaScript ... Read more

    $37.79 USD or Free with Kobo Plus

  • YUI 3 Cookbook

    Writing Maintainable Applications

    by Evan Goer ...
    Solve a wide range of problems in your web application quickly and efficiently with the Yahoo! User Interface Library (YUI). With this definitive, getting-started guide to version 3 of the popular open source JavaScript library, you’ll learn how to address many of the most common and challenging problems that web development presents.YUI 3 Cookbook introduces specific implementation patterns in ... Read more

    $23.09 USD

  • Computer Vision for the Web

    Unleash the power of the Computer Vision algorithms in JavaScript to develop vision-enabled web content

    Unleash the power of the Computer Vision algorithms in JavaScript to develop vision-enabled web contentKey FeaturesExplore the exciting world of image processing, and face and gesture recognition, and implement them in your websiteDevelop wonderful web projects to implement Computer Vision algorithms in an effective wayA fast-paced guide to help you deal with real-world Computer Vision ... Read more

    $25.69 USD or Free with Kobo Plus

  • Real-Time 3D Graphics with WebGL 2

    Build interactive 3D applications with JavaScript and WebGL 2 (OpenGL ES 3.0)

    A comprehensive guide with 80+ examples on 3D programming in WebGL 2, covering computer graphics topics such as rendering, 3D math, camera, and moreKey FeaturesCreate visually stunning, high-performance 3D applications for the web with WebGL 2A complete course on 3D computer graphics: rendering, 3D math, lighting, cameras, and moreUnlock a variety of new and advanced features offered in WebGL ... Read more

    $37.79 USD or Free with Kobo Plus

  • React Native By Example

    Native mobile development with React

    by Richard Kho ...
    Leverage the full potential of the React Native framework to build and deploy your own native mobile applications for iOS and AndroidKey Features\[\*\] Work on native APIs and UI Elements using React Native\[\*\] Get the best of both worlds: the power of native approach and the fluidity of JavaScript\[\*\] Create increasingly complex real-world applications and dive deeper into React NativeBook ... Read more

    $37.79 USD or Free with Kobo Plus

  • Javascript Fundamentals

    JavaScript is a language of freely typed client-side scripting that is executed in the user's browser. To make an interactive web user interface, JavaScript interacts with DOM elements (HTML components). JavaScript utilizes ECMAScript guidelines that incorporate core attributes based on the ECMA-262 standard and other characters not premised on ECMAScript norms.JavaScript can be utilized in a ... Read more

    $2.99 USD or Free with Kobo Plus

  • 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

  • Web Design in easy steps, 7th edition

    by Sean McManus ...
    Series series In Easy Steps
    Guides you through the process of creating a website – in easy steps!Web Design in easy steps, 7th edition reveals the key principles of good web design, which is the art and science of building effective and attractive websites. The book will introduce you to the key technologies of the web, and the design principles that underpin successful sites.Whether you’re a budding designer who plans to ... Read more

    $17.73 USD

  • API Gateway, Cognito and Node.js Lambdas

    Series series AWS Cloud Guides
    AWS is one of the most popular cloud platforms available today, with services offering high performance and scale across the globe. However, integrating the various services with one another is not quite as easy as the brochure would have you believe.This book steps you through the process of configuring a Lambda instance running a Node.js application, calling it from the web via an API Gateway ... Read more

    $9.99 USD

  • Learning DHTMLX Suite UI

    Create your first single-page JavaScript application using multiple DHTMLX components and a touch of HTML5

    by Eli Geske ...
    Create your first single-page JavaScript application using multiple DHTMLX components and a touch of HTML5Key FeaturesLearn how to install and use DHTMLX methods and eventsStore data in HTML5 local storageLearn how to develop a client-side application using DHTMLX and browser toolsBook DescriptionJavaScript applications provide an excellent user experience for small to large scale enterprise ... Read more

    $19.99 USD or Free with Kobo Plus

  • jQuery Hotshot

    by Dan Wellman ...
    This book takes a hands-on, tutorial-style approach that walks you step -by -step through 10 individual projects that each focus on producing a specific, real-world product or application. This book is aimed primarily at front-end developers, preferably already with a little jQuery experience, or those people that simply want to build on their existing skills with jQuery. ... Read more

    $26.59 USD or Free with Kobo Plus

  • Object-Oriented JavaScript - Second Edition

    You will first be introduced to object-oriented programming, then to the basics of objects in JavaScript. This book takes a do-it-yourself approach when it comes to writing code, because the best way to really learn a programming language is by writing code. You are encouraged to type code into Firebug's console, see how it works and then tweak it and play around with it. There are practice ... Read more

    $27.89 USD or Free with Kobo Plus

  • Full Stack JavaScript Strategies

    The Hidden Parts Every Mid-Level Developer Needs to Know

    As a working software developer, you know how to complete your tasks with solid code, whether it's on the frontend or backend. Now you're ready to move to the next level in your career, and you need to understand the subtle yet deep skills it takes to become a senior developer. This practical book shows you everything it takes to create a full-stack web application hosted on a cloud platform ... Read more

    $41.09 USD

  • A Skeptic’s Guide to Functional Programming with JavaScript

    How to level up your code without alienating your team

    What if the team hates my functional code? Learning functional programming can be intoxicating. Your code becomes more elegant, more expressive—solid. But what if the people you work with don’t get it? Some of their concerns are legitimate. Others are plain ignorant. But how do you tell the difference? And either way, how do you have a rational conversation when there’s so much angst? It seems ... Read more

    $28.09 USD

  • The Joy of JavaScript

    by Luis Atencio ...
    The Joy of JavaScript introduces techniques that turn JavaScript programmers into JavaScript pros.SummaryWhether building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming. With new features, language improvements, paradigms, and potential use cases appearing regularly, there’s never been a more ... Read more

    $49.99 USD

  • Backbone.js Testing

    by Ryan Roemer ...
    This book is packed with the step by step tutorial and instructions in recipe format helping you setup test infrastructure and gradually advance your skills to plan, develop, and test your backbone applications.If you are a JavaScript developer looking for recipes to create and implement test support for your backbone application, then this book is ideal for you. ... Read more

    $19.99 USD or Free with Kobo Plus

  • Deep Learning with JavaScript

    Neural networks in TensorFlow.js

    SummaryDeep learning has transformed the fields of computer vision, image processing, and natural language applications. Thanks to TensorFlow.js, now JavaScript developers can build deep learning apps without relying on Python or R. Deep Learning with JavaScript shows developers how they can bring DL technology to the web. Written by the main authors of the TensorFlow library, this new book ... Read more

    $49.99 USD

  • React Native in Action

    Developing iOS and Android apps with JavaScript

    by nader dabit ...
    SummaryReact Native in Action gives iOS, Android, and web developers the knowledge and confidence they need to begin building high-quality iOS and Android apps using the React Native framework.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyReact Native gives mobile and web developers the power of "and." Write your app ... Read more

    $49.99 USD

  • Building Large-Scale Web Applications with Angular

    Your one-stop guide to building scalable and production-grade Angular web apps

    A definitive guide on frontend development with Angular from design to deploymentKey FeaturesDevelop web applications from scratch using Angular and TypeScriptExplore reactive programming principles and RxJS to develop and test apps easilyStudy continuous integration and deployment on the AWS cloudBook DescriptionIf you have been burnt by unreliable JavaScript frameworks before, you will be amazed ... Read more

    $35.99 USD or Free with Kobo Plus

  • Java EE 7 Web Application Development

    Develop Java enterprise applications to meet the emerging digital standards using Java EE 7

    by Peter Pilgrim ...
    Develop Java enterprise applications to meet the emerging digital standards using Java EE 7 Key FeaturesBuild modern Java EE web applications that insert, update, retrieve, and delete customer data with up-to-date methodologiesDelve into the essential JavaScript programming language and become proficient with front-end technologies that integrate with the Java platformLearn about JavaServer Faces, ... Read more

    $51.29 USD or Free with Kobo Plus

  • Getting Started with Angular

    Fast-track your web development skills to build high performance SPA with Angular 2 and beyond

    by Minko Gechev ...
    Fast-track your web development skills to build high performance SPA with Angular 2 and beyondKey Features? Guide through the changes made from AngularJS with side-by-side code samples to help demystify the Angular learning curve ? Tips to start working with Angular?s new method of implementing directives ? Using TypeScript to write modern, powerful Angular applications ? Understanding the change ... Read more

    $27.89 USD or Free with Kobo Plus

  • Ultimate Nuxt.js for Full-Stack Web Applications

    Build Production-Grade Server-Side Rendering (SSR) and Static-Site Generated (SSG) Vue.js Applications Using Nuxt.js, Node.js, and Composition API (English Edition)

    by Lau Tiam Kok ...
    Build slim SSR and SSG Nuxt applications with Composition API, remote Node.js applications, and PHP applications for projects that scale and require better maintenance.Book DescriptionUnlock the true potential of Nuxt.js with this comprehensive guide. The book explores the intricacies of Nuxt.js, with a primary focus on addressing scalability challenges inherent in web applications. Readers will ... Read more

    $24.95 USD or Free with Kobo Plus