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 1009 - 1032 of 1142 Results
Skip side bar filters
  • Coffeescript Application Development Cookbook

    Over 90 hands-on recipes to help you develop engaging applications using CoffeeScript

    by Mike Hatfield ...
    Key FeaturesBook DescriptionIf you are interested in developing modern applications, this book will help you leverage the vast JavaScript ecosystem while using an elegant language, helping you avoid the shortcomings of JavaScript.What you will learnCreate user interfaces with jQuery, Backbone, AngularJS, and Kendo.UIDevelop RESTful services using Node and ExpressRead and write data using SQLite, ... Read more

    S$ 61.79 SGD or Free with Kobo Plus

  • Ionic 2 Cookbook

    The rich flavors of Ionic at your disposal

    by Hoc Phan ...
    Over 30 life-changing recipes to help you create cutting edge, hybrid apps with Ionic 2.Key Features\[\*\] Leverage Ionic 2 and its exciting new features to create cutting edge real-time apps\[\*\] Work through simple recipes to address your problems directly and solve them effectively\[\*\] Get examples at each step to guide you on your learning curveBook DescriptionDeveloping real-time apps is ... Read more

    S$ 54.93 SGD or Free with Kobo Plus

  • Kendo UI Cookbook

    by Sagar Ganatra ...
    This book is an easy-to-follow guide full of hands-on examples that allows you to learn and build visually compelling web applications using the Kendo UI library. This book will do wonders for web developers having knowledge of HTML and Javascript and want to polish their skills in building applications using the Kendo UI library. ... Read more

    S$ 38.58 SGD or Free with Kobo Plus

  • Building a Home Security System with BeagleBone

    by Bill Pretty ...
    Building a Home Security System with BeagleBone is a practical, hands-on guide for practical, hands-on people. The book includes step-by-step instructions for assembling your own hardware on professionally manufactured PCB's and setting up the software on your system. This book is for anyone who is interested in alarm systems and how they work; for hobbyists and basement tinkerers who love to ... Read more

    S$ 24.95 SGD 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

    S$ 36.72 SGD or Free with Kobo Plus

  • Getting Started with Knockout.js for .NET Developers

    Unleash the power of Knockout.js to build complex ASP.NET web applications

    Key FeaturesBook DescriptionThis book is intended for .NET developers who want to use the MVVM design pattern to create powerful client-side JavaScript linked to server-side C\# logic. Basic experience with ASP.NET, Razor, and creating web applications is needed.What you will learnWork with observable arrays, special bindings, and computed observablesCreate a model in C\# and connect it with the ... Read more

    S$ 39.34 SGD or Free with Kobo Plus

  • Learning Object-Oriented Programming

    Explore and crack the OOP code in Python, JavaScript, and C#

    Key FeaturesBook DescriptionIf you're a Python, JavaScript, or C\# developer and want to learn the basics of object-oriented programming with real-world examples, then this book is for you.What you will learnGenerate instances in three programming languages: Python, JavaScript, and C\#Customize constructors and destructorsWork with a combination of access modifiers, prefixes, properties, fields, ... Read more

    S$ 61.79 SGD or Free with Kobo Plus

  • Modular Programming with JavaScript

    Modularize your JavaScript code for better readability, greater maintainability, and enhanced testability

    Modularize your JavaScript code for better readability, greater maintainability, and enhanced testabilityKey Features\[\*\] Design and build fully modular, modern JavaScript applications using modular design concepts\[\*\] Improve code portability, maintainability, and integrity while creating highly scalable and responsive web applications\[\*\] Implement your own loosely coupled code blocks that ... Read more

    S$ 54.93 SGD or Free with Kobo Plus

  • Twilio Best Practices

    by Tim Rogers ...
    If you have experience with at least one programming language and are looking to integrate Twilio into your applications, then this book is for you. ... Read more

    S$ 24.95 SGD or Free with Kobo Plus

  • VBScript in a Nutshell

    A Desktop Quick Reference

    Lightweight yet powerful, VBScript from Microsoft® is used in four main areas: server-side web applications using Active Server Pages (ASP), client-side web scripts using Internet Explorer, code behind Outlook forms, and automating repetitive tasks using Windows Script Host (WSH). VBScript in a Nutshell, Second Edition delivers current and complete documentation for programmers and system ... Read more

    S$ 32.58 SGD

  • Angular Projects

    Build modern web apps in Angular 16 with 10 different projects and cutting-edge technologies

    Take Angular to the next level – build captivating real-world applications while exploring modern web technologies and best practices Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesExplore Angular's capabilities for cross-platform app developmentCombine Angular with popular web technologies such as Nx monorepos, server-side rendering, and progressive web appsBuild your ... Read more

    S$ 47.08 SGD or Free with Kobo Plus

  • Node.JS Guidebook

    Comprehensive guide to learn Node.js

    by Dhruti Shah ...
    The Node.js Guidebook is written and designed keeping in mind readers of varies technical and academic inclinations. Every concept has been explained in detail with appropriate examples and demonstrations with images as applicable. Topics have been aligned from simple to complex for the benefit of a beginner in understanding the technology. The logic of all codes in the examples have been ... Read more

    S$ 19.94 SGD or Free with Kobo Plus

  • Step-by-Step Angular Routing

    Learn To Create client-side and Single Page Apps with Routing and Navigation

    by Nishu Goel ...
    A basic understanding of HTML, CSS, JavaScript would be good to quickly get through the concepts of Angular. If you are already working in Angular, you are all good to go.The book starts with the introduction of basic concepts and structure of Angular applications like Components, Services, Modules, etc. This further focuses on the concepts of Routing, i.e. navigating from one view to another in ... Read more

    S$ 19.94 SGD or Free with Kobo Plus

  • JavaScript from Frontend to Backend

    Learn full stack JavaScript development using the MEVN stack with quick and easy steps

    by Eric Sarrion ...
    Delve into the world of web development with Vue.js, Node.js, and MongoDB by exploring essential JavaScript concepts on the client side and the server sideKey FeaturesGet up and running with JavaScript, the most popular web development language in the worldCut through the complexity and focus on the simple aspects of web developmentBuild a simple web application using Vue.js, Node.js, and ... Read more

    S$ 31.05 SGD or Free with Kobo Plus

  • Learning JavaScript Data Structures and Algorithms

    Write complex and powerful JavaScript code using the latest ECMAScript

    Create classic data structures and algorithms such as depth-first search and breadth-first search, learn recursion, as well as create and use a heap data structure using JavaScriptKey FeaturesImplement common data structures and the associated algorithms along with the context in which they are usedMaster existing JavaScript data structures such as arrays, sets, and maps, and learn how to ... Read more

    S$ 54.93 SGD or Free with Kobo Plus

  • Learning TypeScript 2.x

    Develop and maintain captivating web applications with ease

    Exploit the features of TypeScript to easily create your very own web applicationsKey Features\[\*\] Develop modular, scalable, maintainable, and adaptable web applications by taking advantage of TypeScript\[\*\] Walk through the fundamentals of TypeScript with the help of practical examples\[\*\] Enhance your web development skills using TypeScript 2.xBook DescriptionTypeScript is an open source ... Read more

    S$ 61.79 SGD or Free with Kobo Plus

  • 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

    S$ 20.70 SGD or Free with Kobo Plus

  • Learning Angular

    A no-nonsense beginner's guide to building web applications with Angular 10 and TypeScript

    Uncover Angular's potential for creating enterprise web applications—from setting up the environment to deployment—with the help of expert guidance, step-by-step explanations, and hands-on exercisesKey FeaturesLearn the fundamentals of Angular to build web applications using TypeScriptExplore the basics of Angular development, from components and templates to forms and servicesDiscover best ... Read more

    S$ 50.02 SGD or Free with Kobo Plus

  • Kickstart JavaScript Fundamentals

    Comprehensive Guide to JavaScript Syntax, Code Structure, DOM, Events, Async Programming, APIs, and Real-World Web Development (English Edition)

    Build Confidence, Build Code — JavaScript Starts Here!Key Features● Learn JavaScript step-by-step with real-world coding examples.● Master the DOM, events, and asynchronous code with clarity.● Bridge frontend and backend with Node.js fundamentals.Book DescriptionJavaScript is the backbone of the modern web. From interactive websites to dynamic single-page applications, it is the most essential ... Read more

    S$ 19.94 SGD or Free with Kobo Plus

  • Hands-On Design Patterns with React Native

    Proven techniques and patterns for efficient native mobile development with JavaScript

    Learn how to write cross platform React Native code by using effective design patterns in the JavaScript world. Get to know industry standard patterns as well as situational patterns. Decouple your application with these set of “Idea patterns”.Key FeaturesMobile development in React Native should be done in a reusable way.Learn how to build scalable applications using JavaScript patterns that are ... Read more

    S$ 49.04 SGD or Free with Kobo Plus

  • Create React App 2 Quick Start Guide

    Build React applications faster with Create React App

    Integrate your React applications with React to build efficient web services.Key FeaturesLearn React by building applications with Create React AppCreate interactive UIs exploring the latest feature of CRA 2.0Build Progressive Web Applications for a more seamless webBook DescriptionIf you're a power user and you aren’t happy always reusing default configurations, from previous applications with ... Read more

    S$ 39.34 SGD or Free with Kobo Plus

  • Client-Side Data Storage

    Keeping It Local

    One of the most useful features of today’s modern browsers is the ability to store data right on the user’s computer or mobile device. Even as more people move toward the cloud, client-side storage can still save web developers a lot of time and money, if you do it right. This hands-on guide demonstrates several storage APIs in action. You’ll learn how and when to use them, their plusses and ... Read more

    S$ 27.68 SGD

  • Angular Services

    -

    by Sohail Salehi ...
    Design state-of-the-art applications with customized Angular servicesKey Features- Leverage the latest Angular and ES2016 features to create services- Integrate third-party libraries effectively and extend your app’s functionalities- Implement a real-world case study from scratch and level up your Angular skillsBook DescriptionA primary concern with modern day applications is that they need to be ... Read more

    S$ 49.04 SGD or Free with Kobo Plus