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 1 - 24 of 1372 Results
Skip side bar filters
  • What Is Node?

    Node.js. It’s the latest in a long line of “Are you cool enough to use me?” programming languages, APIs, and toolkits. In that sense, it lands squarely in the tradition of Rails, and Ajax, and Hadoop, and even to some degree iPhone programming and HTML5.Dig a little deeper, and you’ll hear that Node.js (or, as it’s more briefly called by many, simply “Node”) is a server-side solution for ... Read more

    Free

  • JavaScript: The Definitive Guide

    Master the World's Most-Used Programming Language

    For web developers and other programmers interested in using JavaScript, this bestselling book provides the most comprehensive JavaScript material on the market. The seventh edition represents a significant update, with new information for ECMAScript 2020, and new chapters on language-specific features.JavaScript: The Definitive Guide is ideal for experienced programmers who want to learn the ... Read more

    35,18 €

  • Programming TypeScript

    Making Your JavaScript Applications Scale

    by Boris Cherny ...
    Any programmer working with a dynamically typed language will tell you how hard it is to scale to more lines of code and more engineers. That’s why Facebook, Google, and Microsoft invented gradual static type layers for their dynamically typed JavaScript and Python code. This practical book shows you how one such type layer, TypeScript, is unique among them: it makes programming fun with its ... Read more

    24,48 €

  • Lua Quick Start Guide

    The easiest way to learn Lua programming

    by Gabor Szauer ...
    The easiest way to learn Lua programmingKey FeaturesThe easiest way to learn Lua codingUse the Lua standard libraries and debug Lua codeEmbed Lua as a scripting language using the Lua C APIBook DescriptionLua is a small, powerful and extendable scripting/programming language that can be used for learning to program, and writing games and applications, or as an embedded scripting language. There ... Read more

    20,02 € or Free with Kobo Plus

  • How JavaScript Works

    A light-hearted romp thru the world’s most misunderstood programming language.Douglas Crockford starts by looking at the fundamentals: names, numbers, booleans, characters, and bottom values. JavaScript’s number type is shown to be faulty and limiting, but then Crockford shows how to repair those problems. He then moves on to data structures and functions, exploring the underlying mechanisms and ... Read more

    24,16 € or Free with Kobo Plus

  • Fluent React

    Build Fast, Performant, and Intuitive Web Applications

    by Tejas Kumar ...
    When it comes to building user interfaces on the web, React enables web developers to unlock a new world of possibilities. This practical book helps you take a deep dive into fundamental concepts of this JavaScript library, including JSX syntax and advanced patterns, the virtual DOM, React reconciliation, and advanced optimization techniques. By becoming fluent in React, you'll quickly learn how ... Read more

    29,03 €

  • Learning React

    Modern Patterns for Developing React Apps

    If you want to learn how to build efficient React applications, this is your book. Ideal for web developers and software engineers who understand how JavaScript, CSS, and HTML work in the browser, this updated edition provides best practices and patterns for writing modern React code. No prior knowledge of React or functional JavaScript is necessary.With their learning road map, authors Alex Banks ... Read more

    29,03 €

  • Google Apps Script for Beginners

    by Serge Gabet ...
    This book is a simple step-by-step, example-oriented guide with a focus on providing the practical skills necessary to develop and customize apps with Apps Script. If you are an application developer with no knowledge of App Script, and would like to learn to build apps using Google Apps script from scratch, then this book is for you. Basic JavaScript knowledge is required. ... Read more

    15,25 € or Free with Kobo Plus

  • Going GAS

    From VBA to Google Apps Script

    Whether you’re moving from Microsoft Office to Google Docs or simply want to learn how to automate Docs with Google Apps Script, this practical guide shows you by example how to work with each of the major Apps Script services.Office still supports VBA, but it’s not likely to do so for much longer. If you’re a VBA or .NET developer, you’ll learn how to port existing VBA code and structure to their ... Read more

    20,66 €

  • Node.js Design Patterns

    Design and implement production-grade Node.js applications using proven patterns and techniques

    Learn proven patterns, techniques, and tricks to take full advantage of the Node.js platform. Master well-known design principles to create applications that are readable, extensible, and that can grow big. Purchase of the print or Kindle book includes a free eBook in the PDF format.Key FeaturesLearn how to create solid server-side applications by leveraging the full power of Node.jsUnderstand how ... Read more

    48,64 € or Free with Kobo Plus

  • Effective TypeScript

    83 Specific Ways to Improve Your TypeScript

    by Dan Vanderkam ...
    TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches for which JavaScript is famous. But TypeScript has a learning curve of its own, and understanding how to use it effectively takes time and practice. Using the format popularized by Effective C++ and Effective Java (both Addison-Wesley), this practical book features 83 items that give specific advice on ... Read more

    35,50 €

  • 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,59 €

  • Information Architecture

    For the Web and Beyond

    Information architecture (IA) is far more challenging—and necessary—than ever. With the glut of information available today, anything your organization wants to share should be easy to find, navigate, and understand. But the experience you provide has to be familiar and coherent across multiple interaction channels, from the Web to smartphones, smartwatches, and beyond.To guide you through this ... Read more

    26,70 €

  • JavaScript für .NET-Entwickler

    Series Book 126 - shortcuts
    Die Programmiersprache JavaScript gewinnt bei der Entwicklung von Oberflächen moderner Anwendungen zunehmend an Bedeutung. Dieser shortcut stellt die Sprache JavaScript und die auf ihr beruhende serverseitige Plattform Node.js vor. Im ersten Kapitel stehen die Grundbausteine der Sprache - wie Typen, Funktionen und Variablen - im Fokus. Kapitel 2 liefert einen Überblick über die bekanntesten ... Read more

    2,99 €

  • Maîtriser le Développement Full Stack : Du Front-End Éblouissant au Back-End Robuste

    Un Guide Complet pour les Développeurs Aspirants et Expérimentés, Alliant Expertise Technique et Stratégies Pratiques

    by YVES SITBON ...
    Dans ce livre, plongez dans l'univers captivant du développement web, allant au-delà des simples lignes de code pour explorer la complexité et la richesse du Full Stack. Ce guide exhaustif vous emmène des fondamentaux du Front-End, où chaque pixel compte, aux arcanes puissantes du Back-End, où la robustesse des applications prend forme.Découvrez les dernières technologies et tendances du secteur, ... Read more

    11,99 € or Free with Kobo Plus

  • Mastering Test-Driven Development with React: Build Uncluttered and Robust React Applications Using Test-Driven Development Principles with Jest, React Testing Library, and Mocha

    React and TDD: Craft Reliable, High-Quality Apps from Scratch!Key Features● Master Test-Driven Development to build reliable, bug-free React apps.● Write comprehensive tests to ensure maintainable, scalable React code.● Leverage Jest and React Testing Library for efficient automated testing.● Build real-world React applications by applying TDD principles end-to-end.Book DescriptionTes... ... Read more

    19,49 € or Free with Kobo Plus

  • Building Cross-Platform Desktop Applications with Electron

    Learn how to develop cross-platform desktop app from scratch with Electron and NodeAbout This BookBuild a solid foundation with Electron for an easier development experienceUse modern JavaScript frameworks and tools along with Electron to take your desktop applications to the next levelExtend the functionality of Electron through modulesWho This Book Is ForIf you are a developer with prior ... Read more

    28,93 €

  • 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

    14,51 €

  • Getting Started with Adafruit Circuit Playground Express

    The Multipurpose Learning and Development Board with Built-In LEDs, Sensors, and Accelerometer

    by Anne Barela ...
    From Adafruit Industries, a leader in products to Makers, designers, students young and old, comes the Circuit Playground Express. Connect it to your PC, Mac or Linux computer, and you can be programming interactive projects in minutes. You have a choice of programming environments to choose from: Python, the Microsoft MakeCode graphical building block environment, C/C++ via the Arduino ... Read more

    8,68 €

  • Adding Ajax

    Making Existing Sites More Interactive

    Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the ... Read more

    17,16 €

  • HTML5 Hacks

    Tips & Tools for Creating Interactive Web Applications

    With 90 detailed hacks, expert web developers Jesse Cravens and Jeff Burtoft demonstrate intriguing uses of HTML5-related technologies. Each recipe provides a clear explanation, screenshots, and complete code examples for specifications that include Canvas, SVG, CSS3, multimedia, data storage, web workers, WebSockets, and geolocation.You’ll also find hacks for HTML5 markup elements and attributes ... Read more

    18,33 €

  • Aplicativos para Android

    Um Passo a Passo da Criação Até a Loja

    Estamos em um mundo completamente tecnológico, os computadores, wearables, dispositivos móveis em geral estão em todos os lugares. É quase impossível, atualmente, considerar algumas ações do ser humano sem a tecnologia. Um smartwatch pode realizar monitoramentos de sono, cardíaco, de exercícios físicos, medição de oxigênio no sangue, entre outras. Estes dispositivos utilizam um sistema operacional ... Read more

    6,49 € or Free with Kobo Plus

  • Perl Programming in easy steps, 2nd edition

    by Mike McGrath ...
    Master Perl, the Swiss army knife of programming, and become faster and smarter coder!Perl Programming in easy steps is ideal for newcomers and seasoned coders alike. Learn the essentials of variables, operators, and functions, then build reusable modules, handle files, and explore Object-Oriented Programming (OOP). Then discover how to:· Use SQLite to store and retrieve data with the database ... Read more

    24,34 €

  • Aprenda JavaScript com Dashboards

    Seus primeiros passos na programação com grandes resultados

    by Lucas Tauil ...
    Começar a programar pode parecer um desafio, especialmente para quem nunca teve contato com códigos ou conceitos de desenvolvimento. No entanto, aprender a programar é uma experiência prática, visual e gratificante desde os primeiros passos. Criar Dashboards interativos é uma forma poderosa de transformar dados brutos em informações claras e úteis, aproximando a programação do cotidiano e ... Read more

    7,99 € or Free with Kobo Plus