Skip to main content

Winkelwagen

Je krijgt de VIP-behandeling!

Artikel(en) niet beschikbaar voor aankoop
Bekijk je winkelwagentje. Je kunt de niet-beschikbare artikelen nu verwijderen of we verwijderen ze bij de kassa automatisch.
artikelenartikel
artikelenartikel

Aanbevolen voor jou

Loading...

eBooks in de categorie CGI, JavaScript, Perl, VBScript

Als je eBooks uit de categorie CGI, JavaScript, Perl, VBScript' leuk vindt, dan vind je deze toptitels ook geweldig.
121 - 144 van 1374 resultaten worden weergegeven
Skip side bar filters
  • The History of JavaScript

    Gunner Technology reviews the long, storied history of JavaScript. ... Meer lezen

    1,78 € of Gratis met Kobo Plus

  • Building and Deploying Serverless Apps with TypeScript and AWS Lambda

    door Baldurs L. ...
    Building and Deploying Serverless Apps with TypeScript and AWS LambdaMaster the powerful combination of TypeScript and AWS Lambda to build scalable, cost-efficient serverless applications with confidence.Are you ready to revolutionize the way you build and deploy cloud applications? "Building and Deploying Serverless Apps with TypeScript and AWS Lambda" is your comprehensive, hands-on guide to ... Meer lezen

    6,49 € of Gratis met Kobo Plus

  • Java Swing Programming

    GUI Tutorial From Beginner To Expert

    door Rob Botwright ...
    Welcome to the ultimate Java Swing Programming bundle! Are you ready to embark on a thrilling journey from GUI beginner to expert? Look no further! Our comprehensive bundle has everything you need to become a Java Swing wizard. ♂️ Book 1: Java Swing Essentials Start your adventure with the essentials! This beginner's guide will introduce you to the fundamental concepts of GUI programming in Java ... Meer lezen

    7,49 € of Gratis met Kobo Plus

  • JavaScript & jQuery: The Missing Manual

    JavaScript lets you supercharge your HTML with animation, interactivity, and visual effects—but many web designers find the language hard to learn. This easy-to-read guide not only covers JavaScript basics, but also shows you how to save time and effort with the jQuery and jQuery UI libraries of prewritten JavaScript code. You’ll build web pages that feel and act like desktop programs—with little ... Meer lezen

    29,46 €

  • Curso de Programación con Java - 2ª Edición

    Cuando usamos los equipos informáticos podemos hacer muchas cosas. Un adolescente puede utilizar Internet para enviar un mensaje, un estudiante puede usar una hoja de cálculo para realizar el cálculo de un promedio o la cantidad de puntos que necesita para aprobar cada materia, un cocinero puede guardar sus recetas en un editor de texto como Word, etc. De hecho, la cantidad de productos ... Meer lezen

    17,49 € of Gratis met Kobo Plus

  • Refactoring JavaScript

    Turning Bad Code Into Good Code

    door 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 ... Meer lezen

    24,48 €

  • Programming with Types

    Examples in TypeScript

    door Vlad Riscutia ...
    SummaryProgramming with Types teaches you to design safe, resilient, correct software that’s easy to maintain and understand by taking advantage of the power of strong type systems. Designed to provide practical, instantly useful techniques for working developers, this clearly written tutorial introduces you to using type systems to support everyday programming tasks.About the technologyCommon ... Meer lezen

    55,91 €

  • Cross-Platform Desktop Applications

    Using Node, Electron, and NW.js

    door Paul Jensen ...
    SummaryCross-Platform Desktop Applications guides you step-by-step through creating Node.js desktop applications with NW.js and Electron from GitHub. Foreword by Cheng Zhao, creator of Electron.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyDesktop application development has traditionally required high-level ... Meer lezen

    55,91 €

  • 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 ... Meer lezen

    55,91 €

  • The Jamstack Book

    Beyond static sites with JavaScript, APIs, and markup

    Jamstack = JavaScript, APIs, and Markup. Use established standard technologies to build super-fast static websites without sacrificing rich, dynamic features.In The Jamstack Book, you will learn how to:Use different static site generators to build websitesDeploy Jamstack sites with 11ty, Next.js, Hugo, and JekyllAdd dynamic capabilities like form processing and eCommerceEnhance your Jamstack site ... Meer lezen

    55,91 €

  • Get Programming with Node.js

    door Jonathan Wexler ...
    SummaryGet Programming with Node.js teaches you to build web servers using JavaScript and Node. In this engaging tutorial, you'll work through eight complete projects, from writing the code for your first web server to adding live chat to a web app. Your hands will stay on the keyboard as you explore the most important aspects of the Node development process, including security, database ... Meer lezen

    55,91 €

  • JavaScript for hackers

    Learn to think like a hacker

    door Gareth Heyes ...
    Have you ever wondered how a hacker approaches finding flaws in the browser and JavaScript? This book shares the thought processes and gives you tools to find your own flaws. It shares the basics of JavaScript hacking, then dives in and explains how to construct JavaScript payloads that don't use parentheses.Shows how you can find flaws with fuzzing and how to quickly fuzz millions of characters ... Meer lezen

    20,70 €

  • Node.js Event Loop

    door A. Jobaer ...
    Understand the event loop. Avoid blocking it. Master Node.js.This book demystifies the core of Node.js — the event loop — and teaches you how to use it efficiently and safely in real-world systems.You'll learn how Node.js schedules work, handles concurrency, and delivers performance from a single thread. More importantly, you'll discover how to avoid event loop blocking, the silent killer of ... Meer lezen

    17,49 € of Gratis met Kobo Plus

  • HTML, CSS, Bootstrap, Php, Javascript and MySql

    All you need to know to create a dynamic site

    This book aims to initiate those who want to independently create a website, to the world of domains and programming linked to the web. The author conceived this work as a scientific work intended for educational and study use for all those who approach the study of client-side and server-side programming.In the first place the difference between the various domains existing on the network will be ... Meer lezen

    Was 16,99 € Nu 6,99 € of Gratis met Kobo Plus

  • JavaScript.

    door Tom Henricksen ...
    Start mastering JavaScript beyond the basics and see the results in your coding skills! Improve your programming abilities and transform your projects with this comprehensive guide.Benefits:- Master loops and conditionals to write efficient code- Understand variable scope and closures for better organization and structure in your code- Experience the satisfaction of solving complex problems with ... Meer lezen

    11,49 € of Gratis met Kobo Plus

  • JavaScript Patterns JumpStart Guide (Clean up your JavaScript Code)

    door Dan Wahlin ...
    Are you writing a lot of JavaScript code and finding that it's growing into an unmanageable mess? In this concise and focused jump start guide you'll learn how to fix common problems such as function spaghetti code and pollution of the global scope, and gain the skills necessary to write clean JavaScript code. By applying patterns, JavaScript code can be made more modular and easier to work with ... Meer lezen

    5,49 € of Gratis met Kobo Plus

  • Ultimate Next.js for Modern Web Applications

    Master Modern Web Development and Build High-Performance Scalable, SEO-Optimized Applications with Next.js, Typescript and Tailwind CSS (English Edition)

    door Shubham Jain ...
    Master the Art of Building Lightning-Fast and SEO-Friendly Web Applications with Next.js.Book DescriptionNext.js has emerged as the go-to framework for building high-performance, scalable, and SEO-optimized web applications. Ultimate Next.js for Modern Web Applications takes you on a complete, structured journey—from setting up your development environment to mastering the advanced features that ... Meer lezen

    17,00 € of Gratis met Kobo Plus

  • Designing Applications with Spring Boot 2.2 and React JS

    Step-by-step guide to design and develop intuitive full stack web applications

    door Dinesh Rajput ...
    Designing Application with Spring Boot 2 & React JS is divided into three parts. The first part introduces you to the essentials of the Spring Boot 2.2 Framework and you will learn how to create REST APIs and how to secure REST APIs. Part 2 steps behind the front end application development with React JS and discuss React features and its advantages toward the front end application development. ... Meer lezen

    12,82 € of Gratis met Kobo Plus

  • Learning jqPlot

    door Scott Gottreu ...
    If you are a developer with a good understanding of JavaScript and jQuery and have been burdened with the task of analyzing and presenting some data, this book will provide you with the start you need to create some very attractive data visualizations. ... Meer lezen

    16,84 € of Gratis met Kobo Plus

  • Leaflet.js Essentials

    If you are a web developer working with geospatial concepts and mapping APIs, and you want to learn Leaflet to create mapping solutions, this book is for you. You need to have a basic knowledge of working with JavaScript and performing web application development. ... Meer lezen

    15,25 € of Gratis met Kobo Plus

  • Backbone.js Patterns and Best Practices

    door 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. ... Meer lezen

    20,13 € of Gratis met Kobo Plus

  • Google Apps Script for Beginners

    door 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. ... Meer lezen

    15,25 € of Gratis met Kobo Plus

  • Instant OpenLayers Starter

    Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks.A quick and simple Starter to working with the OpenLayers JavaScript library architecture, helping you become productive with it in a very short time. Instant OpenLayers Starter is a book for web designers or GIS specialists with a basic knowledge of ... Meer lezen

    11,86 € of Gratis met Kobo Plus

  • jQuery Hotshot

    door 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. ... Meer lezen

    22,57 € of Gratis met Kobo Plus