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 des résultats 745 - 768 sur 1374
Skip side bar filters
  • JavaScript

    The New Toys

    par T. J. Crowder ...
    All of JavaScript's newest features, in depth, made easy to understand.JavaScript is a rapidly changing language and it can be challenging to keep up with all the new toys being added. JavaScript: The New Toys explores the newest features of the world's most popular programming language while also showing readers how to track what's coming next. After setting the stage by covering who manages the ... En savoir plus

    25,99 €

  • HTML5 canvas in real time

    This e-book is an interactive e-book this means that the user can enter datas in the pages and content of these will conform to the new values.To enter these datas, in the pages of the e-book, have been implemented controls similar to those that can be found on the Internet pages and also an executing button to impart the command to adapt the content of the page to the new values.The subject of ... En savoir plus

    1,99 € ou Gratuit avec Kobo Plus

  • Selenium with Java A Beginner’s Guide

    Web Browser Automation for Testing using Selenium with Java

    par Pallavi Sharma ...
    This book introduces setting up the environment for writing test scripts after covering Selenium and its capabilities. Numerous functionalities, including the web driver interface, the web element interface, and locators, are illustrated in-depth using the By class.Additionally, the book presents tasks such as HTML element manipulation, mouse and keyboard operations, dropdown, table, window, alert ... En savoir plus

    12,76 € ou Gratuit avec Kobo Plus

  • Learn Model Context Protocol with TypeScript

    Build agentic systems in TypeScript with the new standard for AI capabilities

    Get to grips with the Model Context Protocol (MCP) and learn how to build scalable, intelligent web applications with AI-ready architecture in TypeScript Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\*Key FeaturesThe only resource you'll need to build, test, and deploy MCP servers and clientsTake a modern approach toward building, testing, and securing distributed ... En savoir plus

    25,02 € ou Gratuit avec Kobo Plus

  • Building Enterprise JavaScript Applications

    Learn to build and deploy robust JavaScript applications using Cucumber, Mocha, Jenkins, Docker, and Kubernetes

    par Daniel Li ...
    Strengthen your applications by adopting Test-Driven Development (TDD), the OpenAPI Specification, Continuous Integration (CI), and container orchestration.Key FeaturesCreate production-grade JavaScript applications from scratchBuild microservices and deploy them to a Docker container for scaling applicationsTest and deploy your code with confidence using Travis CIBook DescriptionWith the over ... En savoir plus

    28,73 € ou Gratuit avec Kobo Plus

  • Internet of Things Programming with JavaScript

    Get the best out of Arduino and Raspberry Pi Zero to develop Internet of Things projects using JavaScript

    Learn the art of bringing the Internet of Things into your projects with the power of JavaScriptKey FeaturesThis is a practical guide to help you configure and build a complete distributed IoT system from scratch using JavaScriptUtilize the power of Node and HTML5 to develop web services and a centralized web server, enabling high-level communication between connected devicesControl all your ... En savoir plus

    25,95 € ou Gratuit avec Kobo Plus

  • Sviluppare applicazioni web con React.js

    Collection Livre 5 - Web design
    Realizzare applicazioni web con interfacce utente scalabili e performanti è una sfida che gli sviluppatori affrontano da un decennio. React.js è forse la tecnologia che fino a oggi ha risposto in maniera più efficace e non a caso è implementata da realtà del calibro di Facebook e Instagram. Grazie a un approccio tutoriale, questo manuale insegna l'utilizzo di React.js in applicazioni reali. ... En savoir plus

    19,99 € ou Gratuit avec Kobo Plus

  • JavaScript Basics

    Flinging Event, Element, and Object Bombs at Zombie Heads

    par John Rhea ...
    Collection series Undead Institute
    Got basic programming skills but are new to JavaScript? Ready to pitch in and save humanity from the zombie hordes? Now you can do both at the same time.You’ll learn how to work with JavaScript objects, creating and setting properties, defining and using methods and the way objects are used in the Document Object Model (DOM). All while kicking serious zombie tuchus.Speaking of the DOM you’ll ... En savoir plus

    4,49 € ou Gratuit avec Kobo Plus

  • JavaScript.

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

    11,49 €

  • Getting Started With BBC micro:bit

    par Agus Kurniawan ...
    This book helps you to get started with BBC micro:bit board development using JavaScript Blocks Editor (PXT). The following is the highlight topics in this book:* Preparation* Set up BBC micro:bit* Basic Visual Programming for BBC micro:bit* BBC micro:bit GPIO* BBC micro:bit Programming via Mobile Application* Serial Programming and Reading Analog Input* Working with SPI* Working with I2C ... En savoir plus

    2,79 €

  • React Design Patterns and Best Practices

    Design, build, and deploy production-ready web applications by leveraging industry-best practices

    Build fast and scalable web apps with React 19 and Next.js 16 by applying proven design patterns, avoiding common anti patterns, and shipping production features with testing, CI/CD, and practical AI assisted workflowsKey FeaturesUpdated for React 19 & Next.js 16 with modern, production-ready design patternsFull-stack React mastery with Express, PostgreSQL, Drizzle ORM & CI/CD workflowsBuild ... En savoir plus

    25,02 €

    PRÉ-COMMANDER

  • Modern JavaScript for the Impatient

    par Cay Horstmann ...
    Exploit the Power of Modern JavaScript and Avoid the PitfallsJavaScript was originally designed for small-scale programming in web browsers, but modern JavaScript is radically different. Nowadays, JavaScript programmers actively embrace functional, object-oriented, and asynchronous programming, while deprecating error-prone concepts from the past. Modern JavaScript for the Impatient is a complete ... En savoir plus

    34,29 €

  • Eloquent JavaScript, 4th Edition

    Start building beautiful web applications in JavaScript with the bestselling introduction to the language, updated with new features, fresh exercises, and fun projects.JavaScript, the programming language that allows us to add programs to web pages, lies at the heart of almost every modern web application, from social media sites to browser-based games. Just about every device can run it, making ... En savoir plus

    22,96 €

  • Node.js in Practice

    SummaryNode.js in Practice is a collection of fully tested examples that offer solutions to the common and not-so-common issues you face when you roll out Node. You'll dig into important topics like the ins and outs of event-based programming, how and why to use closures, how to structure applications to take advantage of end-to-end JavaScript apps, and more.Purchase of the print book includes a ... En savoir plus

    54,06 €

  • DOM Enlightenment

    Exploring JavaScript and the Modern DOM

    par Cody Lindley ...
    With DOM Enlightenment, you’ll learn how to manipulate HTML more efficiently by scripting the Document Object Model (DOM) without a DOM library. Using code examples in cookbook style, author Cody Lindley (jQuery Cookbook) walks you through modern DOM concepts to demonstrate how various node objects work.Over the past decade, developers have buried the DOM under frameworks that simplify its use. ... En savoir plus

    6,79 €

  • React.js

    Réalisez une application web avec React

    par Éric Sarrion ...
    Collection series Blanche
    Un ouvrage de référence pour les développeurs webEn tant que développeur, qui n'a pas encore entendu parler de React.js (ou React de façon raccourcie) ? Cette bibliothèque JavaScript, initialement écrite pour Facebook (en 2013), s'utilise maintenant couramment dans le monde de l'entreprise. Elle permet de structurer efficacement une application web, mais peut également s'utiliser dans une version ... En savoir plus

    21,99 €

  • Web Design in easy steps, 7th edition

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

    15,42 €

  • Reactive Patterns with RxJS for Angular

    A practical guide to managing your Angular application's data reactively and efficiently using RxJS 7

    par Lamis Chebbi ...
    Discover how you can leverage the reactive paradigm with RxJS in your Angular applications using some common patterns and techniques that can be implemented in real-world use casesKey FeaturesLearn how to write clean, maintainable, performant, and optimized Angular web applications using reactive patternsExplore various RxJS operators and techniques in detail to improve the testing and performance ... En savoir plus

    32,43 € ou Gratuit avec Kobo Plus

  • AngularJS 1

    par Michel Martin ...
    Bienvenue dans le monde merveilleux d'AngularJS !Cet eBook va vous apprendre les bases d'AngularJS : directives, expressions, filtres, modules, contrôleurs, événements, DOM, tableaux, formulaires, validation, AJAX, etc.A son issue, vous saurez créer des applications en AngularJS version 1. De très nombreux exercices corrigés vous permettront de tester vos connaissances tout au long de la lecture ... En savoir plus

    14,99 €

  • Aurelia in Action

    par Sean Hunter ...
    SummaryAurelia in Action teaches you how to build fantastic single-page applications with the Aurelia framework. You'll learn about modern design practices and a modular architecture based on web components, perfect for hybrid web + mobile apps.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyTry Aurelia, and you may ... En savoir plus

    54,06 €

  • JavaScript Interview Questions You'll Most Likely Be Asked

    Collection Livre 18 - Job Interview Questions series
    264 JavaScript Interview Questions77 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsJavaScript Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather than going through compr... ... En savoir plus

    8,23 €

  • HTML5 Games: Novice to Ninja

    Create Smash Hit Games in HTML5

    This book will teach you how to create awesome video games. Games from scratch. Games that run cross-platform, in web browsers, and on phones. Games filled with dynamic sound and music. Games overflowing with impressive visual effects. Fun games.More importantly, this book will teach you how to think about making games. You'll learn to analyze and dissect games; to understand what it is that makes ... En savoir plus

    21,10 € ou Gratuit avec Kobo Plus

  • The Art of Unit Testing, Third Edition

    with examples in JavaScript

    par Roy Osherove ...
    Collection 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

    54,06 €

  • jQuery

    Simplifiez et enrichissez vos développements JavaScript

    Collection series Référence
    Améliorez rapidement et simplement vos sites web !Grâce à la bibliothèque JavaScript jQuery, vous pouvez améliorer vos sites web, quel que soit votre niveau d'expérience. En un seul fichier de taille réduite, elle offre de nombreuses fonctionnalités, une syntaxe facile à apprendre et une excellente compatibilité entre les navigateurs. Par ailleurs, les centaines de plugins développés pour étendre ... En savoir plus

    26,99 €