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 457 - 480 sur 1377
Skip side bar filters
  • The Book of JavaScript, 2nd Edition

    A Practical Guide to Interactive Web Pages

    par Thau ...
    JavaScript makes it easy to add interactivity, animation, and other tricks to your web pages. But this isn't just a book of JavaScripts for you to cut and paste into your HTML, only to find out that nothing works as you'd expected. Using real-world examples as the starting point, author thau! walks you step-by-step through various scripts and explains how they produce the effects you want.Because ... En savoir plus

    19,07 €

  • 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

    9,21 €

  • 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

    11,86 €

  • Perl by Example

    par Ellie Quigley ...
    The World’s Easiest Perl 5 Tutorial—Updated for Today’s Applications and “Modern Perl” Best Practices“When I look at my bookshelf, I see eleven books on Perl programming. Perl by Example, Third Edition, isn’t on the shelf; it sits on my desk, where I use it almost daily. I still think it is the best Perl book on the market for anyone—beginner or seasoned programmer—who uses Perl daily.”—Bill ... En savoir plus

    42,39 €

  • Core Java Interview Questions You'll Most Likely Be Asked

    A Complete Guide to Java Fundamentals, OOPs, Collections, Exception Handling, and Java 9 for Job Success

    A Complete Guide to Java Fundamentals, OOPs, Collections, Exception Handling, and Java 9 for Job Success● Concept refresher for Java (includes Java 8 and Java 9)● Ideal prep guide for coding interviews - technical and HR rounds● Guidance for Resume building and Aptitude tests● Includes Scenario based questions● Developed and recommended by industry experts and placement expertsCore Java Interview ... En savoir plus

    29,46 € ou Gratuit avec Kobo Plus

  • Angular Services

    -

    par Sohail Salehi ...
    Design state-of-the-art applications with customized Angular servicesKey Features- Leverage the latest Angular and ES2016 features to create services- Integrate third-party libraries effectively and extend your app’s functionalities- Implement a real-world case study from scratch and level up your Angular skillsBook DescriptionA primary concern with modern day applications is that they need to be ... En savoir plus

    29,67 € ou Gratuit avec Kobo Plus

  • Node.js

    Das umfassende Handbuch

    Hochperformante Webanwendungen mit JavaScriptMeistern Sie Node.js, die führende Plattform für serverseitiges JavaScript! In diesem umfassenden Handbuch begleitet Sie Sebastian Springer von den ersten Grundlagen bis zu fortgeschrittenen Techniken Schritt für Schritt. Anhand zahlreicher praxisnaher Beispiele lernen Sie, wie Sie robuste und skalierbare Webanwendungen entwickeln. Finden Sie Antworten ... En savoir plus

    49,90 €

  • Improve your skills with Google Sheets

    Professional training

    par Rémy Lentzner ...
    Welcome to Google Sheets, your free worksheet on line. This book outlines useful possibilities if you want to work with this application. As with any spreadsheet, you can achieve simple or more complex calculations using functions. You will learn how to filter and sort out information creating statistics with Pivot tables. You will define page layout settings to print data easily. Charts will ... En savoir plus

    12,99 € ou Gratuit avec Kobo Plus

  • Error Handling in JavaScript for Beginners

    A Practical Guide to Writing Safer, More Reliable JavaScript Code

    par Dargslan ...
    Collection Livre 8 - Dargslan - JavaScript - Beginner Level
    Error Handling in JavaScript for Beginners: A Practical Guide to Writing Safer, More ReliableMaster the art of error handling and transform from a frustrated coder into a confident JavaScript developerAre you tired of cryptic error messages derailing your JavaScript projects? Do unexpected crashes and silent failures leave you wondering what went wrong? "Error Handling in JavaScript for Beginners" ... En savoir plus

    14,99 € ou Gratuit avec Kobo Plus

  • Understanding Variables and Data Types in JavaScript

    A Beginner-Friendly Guide to Managing Data and Mastering Core JavaScript Concepts

    par Dargslan ...
    Collection Livre 2 - Dargslan - JavaScript - Beginner Level
    Welcome to **Understanding Variables and Data Types in JavaScript**—your comprehensive guide to mastering the fundamental building blocks of JavaScript programming. Whether you're taking your first steps into the world of web development or looking to solidify your understanding of JavaScript's core concepts, this book is designed to be your trusted companion on this exciting journey.JavaScript ... En savoir plus

    14,99 € ou Gratuit avec Kobo Plus

  • Bien débuter en programmation

    Formation professionnelle

    par Rémy Lentzner ...
    Ce livre vous propose d’étudier les principes d’écriture du code informatique. L’important est de bien penser, avant de programmer. Après une brève histoire du développement des calculateurs et des ordinateurs, vous apprendrez à concevoir des algorithmes en prenant des exemples de tous les jours, comme la recette d’un soufflé au fromage, un tri à bulles ainsi qu’une recherche séquentielle et ... En savoir plus

    12,99 € ou Gratuit avec Kobo Plus

  • Node.js: Novice to Ninja

    par Craig Buckler ...
    Node.js: Novice to Ninja is your hands-on guide to learning everything needed to build a professional web application using Node.js, the hugely popular open-source, cross-platform, back-end JavaScript runtime environment. You'll start off by getting familiar with the basics - installation and building your first apps - before moving onto more advanced concepts, including debugging, asynchronous ... En savoir plus

    26,38 € ou Gratuit avec Kobo Plus

  • Spring MVC Cookbook

    Over 40 recipes for creating cloud-ready Java web applications with Spring MVC

    par Alex Bretet ...
    Over 40 recipes for creating cloud-ready Java web applications with Spring MVC Key Features\[\*\] Configure Spring MVC to build logic-less controllers that transparently support the most advanced web techniques\[\*\] Build an amazing social and financial application that applies microservices patterns on deployment, self-testability, interoperability, cloud architectures, and scalability\[\*\] ... En savoir plus

    41,33 € ou Gratuit avec Kobo Plus

  • TypeScript Cookbook

    Real World Type-Level Programming

    TypeScript is one of the most important tools for JavaScript developers. Still, even experienced developers wonder why the TypeScript compiler is throwing squiggly red lines at them. Enter TypeScript Cookbook. With this practical guide, author Stefan Baumgartner provides senior engineers with solutions for everyday TypeScript problems.If you're conversant with TypeScript as well as JavaScript ... En savoir plus

    29,03 €

  • How Not to Node.js

    A handbook to avoid common Node.js pitfalls and build cleaner, faster, and production-ready apps

    par Lucas Santos ...
    Level up from writing code that works to writing code that scales and avoid performance and production issues like a proKey FeaturesIdentify and fix common Node.js anti-patterns before they impact productionAvoid performance bottlenecks by understanding Node.js internalsApply proven patterns to write clean, maintainable, and scalable Node.js codeBook DescriptionNode.js makes it easy to get started ... En savoir plus

    28,61 €

    PRÉ-COMMANDER

  • Regular Expression Pocket Reference

    Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET

    This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular ... En savoir plus

    8,47 €

  • JavaScript Fundamentals

    JavaScript Syntax, What JavaScript is Use for in Website Development, JavaScript Variable, Strings, Popup Boxes, JavaScript Objects, Function, and Event Handlers

    par Steven Bright ...
    This is a guide on how to use JavaScript to give dynamic features to a static website, development of web base applications through the knowledge of JavaScript Variable, Operators, Boolean, Even Handlers, Strings, Popup Boxes, Maths object e.t.c . It also entails other areas of application of JavaScript outside the Web.What You will Learn:*JavaScript Syntax*What JavaScript is Use for in Website ... En savoir plus

    3,99 € ou Gratuit avec Kobo Plus

  • JavaScript Enlightenment

    From Library User to JavaScript Developer

    par Cody Lindley ...
    If you’re an advanced beginner or intermediate JavaScript developer, JavaScript Enlightenment will solidify your understanding of the language—especially if you use a JavaScript library. In this concise book, JavaScript expert Cody Lindley (jQuery Cookbook) provides an accurate view of the language by examining its objects and supporting nuances.Libraries and frameworks help you build web ... En savoir plus

    8,05 €

  • Appcelerator Titanium: Up and Running

    Building Native iOS and Android Apps Using JavaScript

    par John Anderson ...
    Build native apps for iOS, Android, and Blackberry from a single JavaScript codebase with Appcelerator Titanium. This guide gets you quickly up to speed on this amazing framework and shows you how to generate cross-platform apps with 100% native controls. You’ll also learn the advantages of using Titanium when you want to create an app for just one native platform, rather than struggle with Java ... En savoir plus

    10,38 €

  • jQuery UI 1.10: The User Interface Library for jQuery

    This book consists of an easy-to-follow, example-based approach that leads you step-by-step through the implementation and customization of each library component.This book is for frontend designers and developers who need to learn how to use jQuery UI quickly. To get the most out of this book, you should have a good working knowledge of HTML, CSS, and JavaScript, and should ideally be comfortable ... En savoir plus

    28,20 € ou Gratuit avec Kobo Plus

  • Programming the Perl DBI

    Database programming with Perl

    One of the greatest strengths of the Perl programming language is its ability to manipulate large amounts of data. Database programming is therefore a natural fit for Perl, not only for business applications but also for CGI-based web and intranet applications.The primary interface for database programming in Perl is DBI. DBI is a database-independent package that provides a consistent set of ... En savoir plus

    19,49 €

  • Curso de Programación Web

    En este curso aprenderá todo lo necesario para poder realizar las principales tareas de programación en sus desarrollos web.Este curso está orientado principalmente al uso de JavaScript, Ajax, jQuery y del Framework Backbone, por considerar que son los principales lenguajes de programación que intervienen en la actualidad en el desarrollo de las principales funciones de una página web, logrando ... En savoir plus

    8,99 € ou Gratuit avec Kobo Plus

  • Aprende Javascript Moderno

    par FRANCISCO DÍAZ ...
    Este libro corresponde a la primera entrega de la trilogía de herramientas para futuros desarrolladores, en donde sumerge al lector en el lenguaje moderno más consultado en internet, que es JavaScript.JavaScript es un lenguaje fascinante, que está presente en el mercado en diferentes soluciones de software y es acá, donde quiero invitarte a descubrir las diferentes formas de llevar a cabo tus ... En savoir plus

    4,55 € ou Gratuit avec Kobo Plus

  • Programming Python

    par Mark Lutz ...
    Already the industry standard for Python users, ProgrammingPython fromO'Reilly just got even better. This third edition has been updated toreflect current best practices andthe abundance of changes introduced by the latest version of thelanguage, Python 2.5.Whether you're a novice or an advancedpractitioner, you'll find thisrefreshed book more than lives up to its reputation. ProgrammingPython, ... En savoir plus

    32,85 €