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 25 - 48 sur 1374
Skip side bar filters
  • Understanding ECMAScript 6

    The Definitive Guide for JavaScript Developers

    ECMAScript 6 represents the biggest update to the core of JavaScript in the history of the language. In Understanding ECMAScript 6, expert developer Nicholas C. Zakas provides a complete guide to the object types, syntax, and other exciting changes that ECMAScript 6 brings to JavaScript. Every chapter is packed with example code that works in any JavaScript environment so you’ll be able to see new ... En savoir plus

    16,10 €

  • 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

    Avant 23,20 € Après 4,02 €

  • Aprendendo a programar em Delphi (Object Pascal)

    Iniciando nas artes magicas da programação Delphi

    Collection series Delphi a magia da programação
    Nesse livro você vai embarcar em um reino magico e conhecer os segredos da magia da programação. Um grande mago vai te iniciar na jornada mística de Delphi. E você vai aprender a criar na mesma ferramenta e na mesma linguagem a criar programas para Windows e aplicativos para Android de forma simples e pratica! ... En savoir plus

    Gratuit

  • Getting Started with Meteor.js JavaScript Framework - Second Edition

    Learn to develop powerful web applications in minutes with Meteor

    par Isaac Strack ...
    Key FeaturesBook DescriptionThis book is for developers or students who have a working knowledge of JavaScript and HTML, and want to learn how to quickly develop full-stack web applications using pure JavaScript.What you will learnWho this book is forThis book is for developers or students who have a working knowledge of JavaScript and HTML, and want to learn how to quickly develop full-stack web ... En savoir plus

    Avant 19,28 € Après 17,16 € ou Gratuit avec Kobo Plus

  • Mastering Regular Expressions

    Understand Your Data and Be More Productive

    Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you ... En savoir plus

    29,46 €

  • Angular UI Development with PrimeNG

    Build rich UI for Angular applications using PrimeNG

    Unleash the power of PrimeNG components to design compelling user interface for your Angular applicationsKey FeaturesDetailed insights into PrimeNG concepts, components and features with examples to help you make excellent User Interfaces for Angular web apps.Get familiar with themes, layouts and customization in real world applications.Develop Angular applications rapidly using advance tools and ... En savoir plus

    32,85 € ou Gratuit avec Kobo Plus

  • Essential PHP Security

    A Guide to Building Secure Web Applications

    par Chris Shiflett ...
    Being highly flexible in building dynamic, database-driven web applications makes the PHP programming language one of the most popular web development tools in use today. It also works beautifully with other open source tools, such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for malicious attackers, and developers need to ... En savoir plus

    14,51 €

  • WebSocket

    Lightweight Client-Server Communications

    par Andrew Lombardi ...
    Until recently, creating desktop-like applications in the browser meant using inefficient Ajax or Comet technologies to communicate with the server. With this practical guide, you’ll learn how to use WebSocket, a protocol that enables the client and server to communicate with each other on a single connection simultaneously. No more asynchronous communication or long polling!For developers with a ... En savoir plus

    15,25 €

  • Learning DHTMLX Suite UI

    Create your first single-page JavaScript application using multiple DHTMLX components and a touch of HTML5

    par Eli Geske ...
    Create your first single-page JavaScript application using multiple DHTMLX components and a touch of HTML5Key FeaturesLearn how to install and use DHTMLX methods and eventsStore data in HTML5 local storageLearn how to develop a client-side application using DHTMLX and browser toolsBook DescriptionJavaScript applications provide an excellent user experience for small to large scale enterprise ... En savoir plus

    20,02 € ou Gratuit avec Kobo Plus

  • JavaScript : Functional Programming for JavaScript Developers

    Functional Programming for JavaScript Developers

    Unlock the powers of functional programming hidden within JavaScript to build smarter, cleaner, and more reliable web appsKey Features\[\]Write powerful code with the high-level functions that JavaScript offers\[\]Discover what functional programming is, why it's effective, and how it's used in JavaScript\[\]Understand and optimize JavaScript's hidden potential as a true functional languageBook ... En savoir plus

    45,78 € 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 €

  • Beginning Perl for Bioinformatics

    An Introduction to Perl for Biologists

    par James Tisdall ...
    With its highly developed capacity to detect patterns in data, Perl has become one of the most popular languages for biological data analysis. But if you're a biologist with little or no programming experience, starting out in Perl can be a challenge. Many biologists have a difficult time learning how to apply the language to bioinformatics. The most popular Perl programming books are often too ... En savoir plus

    19,49 €

  • Perl Best Practices

    Standards and Styles for Developing Maintainable Code

    par Damian Conway ...
    Many programmers code by instinct, relying on convenient habits or a "style" they picked up early on. They aren't conscious of all the choices they make, like how they format their source, the names they use for variables, or the kinds of loops they use. They're focused entirely on problems they're solving, solutions they're creating, and algorithms they're implementing. So they write code in the ... En savoir plus

    19,49 €

  • Learning Node

    Moving to the Server-Side

    par Shelley Powers ...
    Take your web development skills from browser to server with Node—and learn how to write fast, highly scalable network applications on this JavaScript-based platform. Updated for the latest Node Long Term Support (LTS) and Node Current (6.0) releases, this hands-on edition helps you master Node’s core fundamentals and gain experience with several built-in and contributed modules.Get up to speed on ... En savoir plus

    20,66 €

  • Guide to: Learning Iteration and Generators in Python

    par Matt Harrison ...
    Understanding iteration enables understanding generators and easily creating objects that can iterate. This guide will explain the theory behind iteration in Python and teach best practices for generator creation and use. Do not beware the yield, rather embrace the power it provides. ... En savoir plus

    4,45 €

  • Python: Quick Reference - Cheat Sheet - Print & Laminate

    Digital Print & Laminate

    par Kaitlyn Chick ...
    This Quick Reference Sheet is designed for new and experienced programmers alike. If you want a cheat sheet for your laptop, Kindle or smart phone, or if you would simply like to print out and laminate this is the ideal reference chart for you.    ... En savoir plus

    1,00 €

  • The Problem with Native JavaScript APIs

    Many features inspired by popular JavaScript libraries are now available as native JavaScript APIs in today’s powerful browsers. While that may seem convenient given all of the JavaScript you need to write, relying on these APIs will only make code maintenance more difficult in the long run.In this report, Nicholas Zakas—consultant and former front-end tech leader at Yahoo!—provides a case study ... En savoir plus

    Gratuit

  • RxJS Cookbook for Reactive Programming

    Discover 40+ real-world solutions for building async, event-driven web apps

    Build scalable, efficient applications with seamless async data handling and blazing-fast user experience by unleashing reactive programming with AngularKey FeaturesMaster RxJS observables, operators, and subjects to improve your reactive programming skillsExplore advanced concepts like error handling, state management, PWA, real-time, and event-driven systemsEnhance reactive skills with modern ... En savoir plus

    27,66 € ou Gratuit avec Kobo Plus

  • Learning jQuery Fourth Edition

    Step through each of the core concepts of the jQuery library, building an overall picture of its capabilities. Once you have thoroughly covered the basics, the book returns to each concept to cover more advanced examples and techniques.This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their ... En savoir plus

    20,13 € 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

    56,28 € ou Gratuit avec Kobo Plus

  • Lua Programming Language (2026)

    Dive into Lua for Beginners and Embark on a Hands-on Project to Solidify Your Skills.

    Unlock the Power of Lua: Your Gateway to Programming Prowess!Discover Lua, the versatile scripting/programming language that empowers you to conquer the realm of programming, create captivating games, and develop applications that resonate. Whether you're a novice seeking an introduction to the art of programming or an aspiring developer aiming to harness the language's potential, Lua welcomes you ... En savoir plus

    26,76 € ou Gratuit avec Kobo Plus

  • Backbone.js Programming By Example

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

    2,94 €

  • Master JavaScript in 30 Days

    par Rebecca Cox ...
    Are you looking to unlock the full potential of JavaScript and become a confident and skilled developer? Look no further! "Master JavaScript in 30 Days" is the ultimate resource that will take you on an exciting journey of learning and mastering JavaScript in just 30 days.This book is carefully crafted to provide a step-by-step approach to learning JavaScript from scratch, making it accessible to ... En savoir plus

    9,49 €