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 145 à 168 sur 1373 résultats
Skip side bar filters
  • React Cookbook

    Create dynamic web apps with React using Redux, Webpack, Node.js, and GraphQL

    Over 66 recipes that cover UI development, animations, component architecture, routing, and testing with React Key FeaturesUse essential hacks and simple techniques to solve React application development challengesCreate native mobile applications for iOS and Android using React NativeLearn how you can write robust tests for your applications using Jest and EnzymeBook DescriptionReact.js is ... En savoir plus

    $41.59 CAD ou Gratuit avec Kobo Plus

  • Node.js Web Development

    Create real-time server-side applications with this practical, step-by-step guide

    par David Herron ...
    Create real-time server-side applications with this practical, step-by-step guideKey Features\[\*\] Learn about server-side JavaScript with Node.js and Node modules through the most up-to-date book on Node.js web development\[\*\] Understand website development both with and without the Connect/Express web application framework\[\* \] Develop both HTTP server and client applicationsBook ... En savoir plus

    $41.59 CAD ou Gratuit avec Kobo Plus

  • JavaScript in easy steps, 5th Edition

    par Mike McGrath ...
    Collections series In Easy Steps
    JavaScript in easy steps, now in its 5th edition, instructs the user how to create exciting web pages that employ the power of JavaScript to provide functionality.  You need have no previous knowledge of any scripting language so it's ideal for the newcomer to JavaScript. By the end of this book you will have gained a sound understanding of JavaScript and be able to add exciting dynamic scripts to ... En savoir plus

    $20.36 CAD

  • Building Web Apps with Spring 5 and Angular

    Modern end-to-end web application development

    A complete guide to build robust and scalable web applications with Spring and Angular. Key FeaturesThis hands on guide will teach you how to build an end-to-end modern web application using Spring and Angular.It is easy to read and will benefit Java developers who have been used to develop the back-end part of web application while front-end (UI) has been left for UI developers.Learn the core ... En savoir plus

    $47.19 CAD ou Gratuit avec Kobo Plus

  • Learning Three.js: The JavaScript 3D Library for WebGL - Second Edition

    Create stunning 3D graphics in your browser using the Three.js JavaScript library

    par Jos Dirksen ...
    Key FeaturesBook DescriptionIf you know JavaScript and want to start creating 3D graphics that run in any browser, this book is a great choice for you. You don't need to know anything about math or WebGL; all that you need is general knowledge of JavaScript and HTML.What you will learnUse the different geometries that are provided by Three.jsApply realistic lighting and shadows to the 3D objects ... En savoir plus

    $47.19 CAD ou Gratuit avec Kobo Plus

  • Angular 2 Cookbook

    Discover over 70 recipes that provide the solutions you need to know to face every challenge in Angular 2 head on

    par Matthew Frisbie ...
    Over 70 recipes to build applications with Angular 2Key Features\[\*\] A first-rate reference guide with a clear structure and intuitive index that gives you as a developer exactly the information you want in exactly the way you want it\[\*\] Covers no legacy material from the outdated Angular release candidates; it is up-to-date with the latest release of Angular 2.4\[\*\] All the code in the ... En savoir plus

    $47.19 CAD ou Gratuit avec Kobo Plus

  • The Principles of Object-Oriented JavaScript

    If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooled—JavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands.In The ... En savoir plus

    $16.79 CAD

  • JavaScript & DHTML Cookbook

    Solutions & Examples for Web Programmers

    par Danny Goodman ...
    In today's Web 2.0 world, JavaScript and Dynamic HTML are at the center of the hot new approach to designing highly interactive pages on the client side. With this environment in mind, the new edition of this book offers bite-sized solutions to very specific scripting problems that web developers commonly face. Each recipe includes a focused piece of code that you can insert right into your ... En savoir plus

    $32.99 CAD

  • Building Hybrid Android Apps with Java and JavaScript

    Applying Native Device APIs

    Build HTML5-based hybrid applications for Android with a mix of native Java and JavaScript components, without using third-party libraries and wrappers such as PhoneGap or Titanium. This concise, hands-on book takes you through the entire process, from setting up your development environment to deploying your product to an app store.Learn how to create apps that have access to native APIs, such as ... En savoir plus

    $11.19 CAD

  • Building Node Applications with MongoDB and Backbone

    Rapid Prototyping and Scalable Deployment

    par Emily Wilson ...
    Build an application from backend to browser with Node.js, and kick open the doors to real-time event programming. With this hands-on book, you’ll learn how to create a social network application similar to LinkedIn and Facebook, but with a real-time twist. And you’ll build it with just one programming language: JavaScript.If you’re an experienced web developer unfamiliar with JavaScript, the book ... En savoir plus

    $19.99 CAD

  • React 16 Essentials

    A fast-paced, hands-on guide to designing and building scalable and maintainable web apps with React 16

    Everything you need to start working with React 16 and assess React FiberKey FeaturesHands-on examples and tutorials for the latest React 16 releaseAssess the impact of React Fiber for your future web developmentBuild maintainable and high performance React 16 web applicationsBook DescriptionReact 16 Essentials, Second Edition, fully updated for React 16, takes you on a fast-paced journey through ... En savoir plus

    $28.79 CAD ou Gratuit avec Kobo Plus

  • TypeScript: Modern JavaScript Development

    Leverage the features of TypeScript to boost your development skills and create captivating applicationsAbout This BookLearn how to develop modular, scalable, maintainable, and adaptable web applications by taking advantage of TypeScriptExplore techniques to use TypeScript alongside other leading tools such as Angular 2, React, and Node.jsFocusing on design patterns in TypeScript, this step-by ... En savoir plus

    $75.99 CAD ou Gratuit avec Kobo Plus

  • Using the HTML5 Filesystem API

    A True Filesystem for the Browser

    par Eric Bidelman ...
    Several client-side storage options are available to web applications, but one area that's been lacking until now is file I/O—the ability to organize binary data into a true hierarchy of folders. That has changed with the advent of HTML5. With this book, you'll learn how to provide your applications with a file system that enables them to create, read, and write files and folders in a sandboxed ... En savoir plus

    $17.99 CAD

  • Eclipse

    Programming Java Applications

    par Steve Holzner ...
    Java programmers know how finicky Java can be to work with. An omitted semi-colon or the slightest typo will cause the Java command-line compiler to spew pages of annoying error messages across your screen. And it doesn't fix them--that's up to you: fix them, compile again, and hope that nothing goes wrong this time.Eclipse, the popular Java integrated development environment (IDE) provides an ... En savoir plus

    $32.99 CAD

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

    $32.99 CAD ou Gratuit avec Kobo Plus

  • Learning PHP, MySQL & JavaScript

    A Step-by-Step Guide to Creating Dynamic Websites

    par Robin Nixon ...
    Build interactive, data-driven websites with the potent combination of open source technologies and web standards, even if you have only basic HTML knowledge. With the latest edition of this popular hands-on guide, you'll tackle dynamic web programming using the most recent versions of today's core technologies: PHP, MySQL, JavaScript, CSS, HTML5, jQuery, Node.js, and the powerful React library ... En savoir plus

    $51.19 CAD

  • Perl in a Nutshell

    A Desktop Quick Reference

    This complete guide to the Perl programming language ranges widely through the Perl programmer's universe, gathering together in a convenient form a wealth of information about Perl itself and its application to CGI scripts, XML processing, network programming, database interaction, and graphical user interfaces. The book is an ideal reference for experienced Perl programmers and beginners alike ... En savoir plus

    $35.99 CAD

  • WebRTC API

    Learn how to connect computers in a network with HTML5 and JavaScript

    par J.D Gauchat ...
    Learn how to use the WebRTC API to establish peer-to-peer communications. After reading this guide, you will know how to connect your users with each other, how to create a system to let your users perform video calls, and how to transfer data from one user to another.Table of ContentsWEBRTC APIWeb ParadigmsICE ServersPeer ConnectionICE CandidateOffer and AnswerSession DescriptionMedia ... En savoir plus

    $3.90 CAD

  • JavaScript: Best Practices to Programming Code with JavaScript

    JavaScript Computer Programming, #3

    Collections Livre 3 - JavaScript Computer Programming
    Learn how to write effective and efficient JavaScript code for programming success and continue your progress towards JavaScript programming mastery!In this Definitive JavaScript Guide on Best Practices, you're about to discover how to...Code more efficiently for Better Performance and Results!Spot the Common JavaScript Mistakes - From mismatched quotes, bad line breaks, HTML conflicts and more ... En savoir plus

    $4.99 CAD ou Gratuit avec Kobo Plus

  • TypeScript Design Patterns

    Boost your development efficiency by learning about design patterns in TypeScript

    par Vilic Vane ...
    Boost your development efficiency by learning about design patterns in TypeScriptKey Features\[\*\] This step-by-step guide will would demonstrate all the important design patterns in practice\[\*\] This book is the only documentation on the market focusing on design patterns in TypeScript\[\*\] This book is packed with rich examples that will improve your efficiency and encourage code reuseBook ... En savoir plus

    $37.59 CAD ou Gratuit avec Kobo Plus

  • Learning Angular for .NET Developers

    Develop dynamic .NET web applications powered by Angular 4

    Build efficient web apps and deliver great results by integrating Angular and the .NET frameworkKey Features\[\*\] Become a more productive developer and learn to use frameworks that implement good development practices\[\*\] Achieve advanced autocompletion, navigation, and refactoring in Angular using Typescript\[\*\] Follow a gradual introduction to the concepts with a lot of examples and ... En savoir plus

    $37.59 CAD ou Gratuit avec Kobo Plus

  • Vue.js 3 for Beginners

    Learn the essentials of Vue.js 3 and its ecosystem to build modern web applications

    par Simone Cuomo ...
    Gain proficiency in Vue.js 3 and its core libraries, including Pinia, Vue Router, and Vitest, by developing a social media web application with detailed, hands-on instructionsKey FeaturesDiscover best practices for building scalable and performant Vue.js applicationsLearn the basics of component-based architectureFamiliarize yourself with Vue.js core libraries and ecosystemPurchase of the print or ... En savoir plus

    $34.99 CAD ou Gratuit avec Kobo Plus

  • Learn React with TypeScript

    A beginner's guide to building real-world, production-ready web apps with React 19 and TypeScript

    par Carl Rippon ...
    Take your first step in building modern-day component-based scalable web apps using the latest features and capabilities of React 19, TypeScript, and Next.js with this easy-to-follow guideKey FeaturesUnlock powerful performance gains with React server components and server functions in Next.jsManage forms, state, and data fetching with modern tools like Zustand and Next.jsBuild reusable, scalable ... En savoir plus

    $40.99 CAD ou Gratuit avec Kobo Plus

  • Building Hypermedia APIs with HTML5 and Node

    Creating Evolvable Hypermedia Applications

    par Mike Amundsen ...
    With this concise book, you’ll learn the art of building hypermedia APIs that don’t simply run on the Web, but that actually exist in the Web. You’ll start with the general principles and technologies behind this architectural approach, and then dive hands-on into three fully-functional API examples.Too many APIs rely on concepts rooted in desktop and local area network patterns that don’t scale ... En savoir plus

    $14.99 CAD