Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks CGI, JavaScript, Perl, VB Script

Si vous aimez les titres CGI, JavaScript, Perl, VB Script, vous allez adorer cette sélection.
Affichage de 505 à 528 sur 1495 résultats
Skip side bar filters
  • Gatsby: The Definitive Guide

    Build and Deploy Highly Performant Jamstack Sites and Applications

    par Preston So ...
    Get the definitive guide on Gatsby, the JavaScript framework for building blazing fast websites and applications. Used by Nike, Costa Coffee, and other companies worldwide, Gatsby is emerging as one of the key technologies in the Jamstack (JavaScript, APIs, and markup) ecosystem. With this comprehensive guide, you'll learn how to architect, build, and deploy Gatsby sites independently or with CMSs ... En savoir plus

    $61.19 CAD

  • Oh my code, je parle le JavaScript !

    2e édition

    par Sonia Baibou ...
    14 PROJETS POUR DÉCOUVRIR JAVASCRIPT !Vous souhaitez apprendre à coder en JavaScript, le langage qui rendra vos pages web interactives et dynamiques ? C’est justement l’objet de cet ouvrage qui vous guidera pas à pas dans la création de 14 projets concrets que vous pourrez intégrer à n’importe quel site Internet. Vous y découvrirez aussi la méthodologie à suivre pour décomposer votre code en ... En savoir plus

    $24.99 CAD

  • JavaScript: Guida alla Programmazione Web e Web-App. Contiene Esempi di Codice ed Esercizi Pratici.

    par Oscar R. Frost ...
    Scopri come realizzare applicazioni e siti web con il linguaggio JavaScriptVorresti programmare un'app utilizzabile sia su dispositivi Android che su iOS?Vorresti imparare a strutturare dalla A alla Z una pagina Web?Ti piacerebbe creare un'app per un quiz ma non sai come fare?Con la sua prevalenza sul Web, il linguaggio JavaScript ha assunto un ruolo sempre più fondamentale nella programmaz... ... En savoir plus

    $9.99 CAD ou Gratuit avec Kobo Plus

  • Ian Talks JavaScript Libraries and Frameworks A-Z

    WebDevAtoZ, #4

    par Ian Eress ...
    Collections Livre 4 - WebDevAtoZ
    Uncover the vast world of JavaScript libraries and frameworks in this comprehensive reference guide for web developers. "Ian Talks JavaScript Libraries and Frameworks A-Z" by Ian Eress breaks down the complex landscape of JavaScript tools to help beginners navigate and harness their power for building modern web applications.You will learn:- An A-Z overview of popular JavaScript libraries and ... En savoir plus

    $4.99 CAD ou Gratuit avec Kobo Plus

  • Software Design by Example

    A Tool-Based Introduction with JavaScript

    par Greg Wilson ...
    The best way to learn design in any field is to study examples, and some of the best examples of software design come from the tools programmers use in their own work. Software Design by Example: A Tool-Based Introduction with JavaScript therefore builds small versions of the things programmers use in order to demystify them and give some insights into how experienced programmers think. From a ... En savoir plus

    $61.59 CAD

  • TypeScript for API Developers

    Building Type-Safe REST Endpoints

    par Marco Rinaldi ...
    Master TypeScript to Build Production-Ready REST APIs That Are Reliable, Maintainable, and ScalableAre you tired of runtime errors derailing your API deployments? Frustrated by inconsistent API contracts and maintenance nightmares in large-scale JavaScript projects? TypeScript offers a proven solution—and this book shows you exactly how to harness its power for API development.TypeScript for API ... En savoir plus

    $18.95 CAD ou Gratuit avec Kobo Plus

  • JavaScript

    Tips and Tricks to Programming Code with Javascript

    Collections Livre 2 - JavaScript Programming Series
    Learn JavaScript Tips and Tricks today and begin your path towards JavaScript programming mastery!In this Definitive JavaScript Guide, you're about to discover how to...Accelerate your JavaScript learning through the different Tips and Tricks available; vital information that every JavaScript programmer must know in order to take their skills to the next level. JavaScript is on the internet ... En savoir plus

    $3.65 CAD ou Gratuit avec Kobo Plus

  • Sviluppare applicazioni ibride per dispositivi mobili

    par Diego La Monica ...
    Molti sanno come sviluppare un'applicazione per dispositivi mobili, pochi invece sanno come farlo nel modo migliore. Grazie a questo ebook sarà possibile imparare a sviluppare applicazioni ibride per dispositivi mobili partendo da zero usando Apache Cordova in pochissimo tempo.Il libro è strutturato in 5 macro-argomenti (architettura, strumenti, sviluppo, debugging, ottimizzazione). Dopo averlo ... En savoir plus

    $14.99 CAD ou Gratuit avec Kobo Plus

  • TypeScript. Curso Práctico.

    Typescript es un superset de JavaScript. Comparte toda su estructura y la sintaxis,pero aporta, entre otras, dos características esenciales para los desarrolladores:la implementación de las últimas funcionalidades de EmacScript que aún no se han incorporado a los navegadores y el tipado, fundamental en un desarrollo estructurado y seguro.Este libro, no solo introduce los principios de JavaScript, ... En savoir plus

    $10.07 CAD ou Gratuit avec Kobo Plus

  • Prompting Next.js for Full Stack Development

    Build Production-Ready Next.js Applications with React, Firebase, Firestore, Stripe, Authentication, and AI Prompt Engineering (English Edition)

    Prompt with Precision. Build at Production Scale.Book DescriptionAI can generate a Next.js application in seconds, but the developers who know how to guide AI with precision, architectural constraints, and performance-aware thinking are the ones shipping applications that actually work at scale. Prompting Next.js for Full Stack Development shows you how to move beyond fragile AI-generated demos ... En savoir plus

    $35.99 CAD ou Gratuit avec Kobo Plus

  • Bien débuter avec HTML

    Formation professionnelle

    par Rémy Lentzner ...
    Bienvenue dans la programmation HTML. Ce livre s’adresse aux personnes qui souhaitent découvrir ce langage afin de créer des pages Internet. HTML ou HyperText Markup Language possède une structure particulière qui utilise des balises comme ,, ou . Vous apprendrez à écrire ces marques et à les organiser de manière progressive en réalisant des ateliers d’écriture. Dans cet ouvrage, vous étudierez ... En savoir plus

    $24.99 CAD ou Gratuit avec Kobo Plus

  • KnockoutJS Programming By Example

    par Agus Kurniawan ...
    This book is a practical guide to KnockoutJS programming and provides how to integrate with several web technology such as HTML5, Bootstrap CSS, RequireJS, PHP, ASP.NET MVC, Node.js and Socket.io. It describes all the elements of the KnockoutJS API and illustrates their use with code examples. The following is a list of highlight topics:* Preparing development environment* Model-View-ViewModel ... En savoir plus

    $4.27 CAD

  • Web Storage API

    Learn how to store data from your website with JavaScript

    par 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 . ... En savoir plus

    $2.34 CAD ou Gratuit avec Kobo Plus

  • Video and Audio for the Web

    Learn how to play video and audio in your website with HTML5 and JavaScript

    par J.D Gauchat ...
    Learn how to include video and audio on your website. After reading this guide, you will know how to load a media file, how to add subtitles, and how to access the camera and the microphone to include live video in your documents.Table of ContentsMEDIAVideoVideo FormatsAudioMEDIA APIVideo PlayerClosed CaptioningTEXTTRACK APIReading TracksReading CuesAdding TracksSTREAM APICapturing Media<... ... En savoir plus

    $3.51 CAD ou Gratuit avec Kobo Plus

  • If Hemingway Wrote JavaScript

    par Angus Croll ...
    What if William Shakespeare were asked to generate the Fibonacci series or Jane Austen had to write a factorial program? In If Hemingway Wrote JavaScript, author Angus Croll imagines short JavaScript programs as written by famous wordsmiths. The result is a peculiar and charming combination of prose, poetry, and programming.The best authors are those who obsess about language—and the same goes for ... En savoir plus

    $12.23 CAD

  • React in Depth

    par Morten Barklund ...
    A guide to the advanced React skills used by the very best React developers.React in Depth teaches the React libraries, tools and techniques that are vital to build amazing apps. You’ll put each skill you learn into practice with hands-on projects like a goal-focused task manager, expenses tracker, and custom UI library.In React in Depth you will learn how to:Assess technologies in the React ... En savoir plus

    $65.99 CAD

  • Get Programming with JavaScript Next

    New features of ECMAScript 2015, 2016, and beyond

    par JD Isaacks ...
    SummaryGet Programming with JavaScript Next introduces the modern age of JavaScript programming with ES6 and ES7 without dragging you through confusing jargon and abstract examples you'll never use. In just 34 quick-fire sessions, you'll quickly be coding with the latest features and functions of ES6 and ES7!About the TechnologyGreat code is readable, bug-free, and maintainable. Modern JavaScript, ... En savoir plus

    $53.99 CAD

  • 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 ... En savoir plus

    $65.99 CAD

  • Building User-Friendly DSLs

    par Meinte Boersma ...
    Craft domain-specific languages that empower experts to create software themselves.Domain-specific languages put business experts at the heart of software development. These purpose-built tools let your clients write down their business knowledge and have it automatically translated into working software—no dev time required. They seamlessly bridge the knowledge gap between programmers and subject ... En savoir plus

    $77.99 CAD

  • The Art of Unit Testing, Third Edition

    with examples in JavaScript

    par Roy Osherove ...
    Collections series The Art of
    Unit testing is more than just a collection of tools and practices—it’s a state of mind! This bestseller reveals the master’s secrets for delivering robust, maintainable, and trustworthy code.Thousands of developers have learned to hone their code quality under the tutelage of The Art of Unit Testing. This revised third edition updates an international bestseller to reflect modern development ... En savoir plus

    $65.99 CAD

  • Programming with Types

    Examples in TypeScript

    par 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 ... En savoir plus

    $65.99 CAD

  • Ember.js in Action

    SummaryEmber.js in Action is a crisp tutorial that introduces the Ember.js framework and shows you how to build production-quality web applications. You'll begin with the basic architecture: client- and server-side MVC, integrating Ember.js with your favorite back end, handling data ... and more. You'll explore the amazing Handlebars templating engine that automatically updates your apps when the ... En savoir plus

    $65.99 CAD

  • Dart in Action

    par Chris Buckett ...
    SummaryDart in Action introduces Google's Dart language and provides techniques and examples showing how to use it as a viable replacement for Java and JavaScript in browser-based desktop and mobile applications. It begins with a rapid overview of Dart language and tools, including features like interacting with the browser, optional typing, classes, libraries, and concurrency with isolates. After ... En savoir plus

    $65.99 CAD

  • Hello! HTML5 & CSS3

    A User Friendly Reference Guide

    par Rob Crowther ...
    SummaryHello! HTML5 & CSS3 is written for the web designer or developer who wants a fast, example-oriented introduction to the new HTML and CSS features. This snappy, user-friendly, and fun guide will get you started right away.About this BookWhether you're building web pages, mobile apps, or desktop apps, you need to learn HTML5 and CSS3. So why wait? Hello! HTML5 & CSS3 is a smart, snappy, and ... En savoir plus

    $53.99 CAD