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 Langage de programmation

Si vous aimez les titres Langage de programmation, vous allez adorer cette sélection.
Affichage de 721 à 744 sur 10545 résultats
Skip side bar filters
  • The Art of Writing Efficient Programs

    An advanced programmer's guide to efficient hardware utilization and compiler optimizations using C++ examples

    par Fedor G. Pikus ...
    Become a better programmer with performance improvement techniques such as concurrency, lock-free programming, atomic operations, parallelism, and memory management Key Features • Learn proven techniques from a heavyweight and recognized expert in C++ and high-performance computing • Understand the limitations of modern CPUs and their performance impact • Find out how you can avoid writing ... En savoir plus

    $39.99 CAD ou Gratuit avec Kobo Plus

  • J2EE Design Patterns

    Patterns in the Real World

    Architects of buildings and architects of software have more in common than most people think. Both professions require attention to detail, and both practitioners will see their work collapse around them if they make too many mistakes. It's impossible to imagine a world in which buildings get built without blueprints, but it's still common for software applications to be designed and built ... En savoir plus

    $35.99 CAD

  • Thinking About Star

    This short booklet will introduce you to the Star programming language, what is novel about it and why you should know more.Star is a modern functional first programming language that has a rich set of features. It is readable, safe and extensible. It supports multiple paradigms including actor based programming, query based programming, and concurrent programming.The booklet highlights some of ... En savoir plus

    Gratuit

  • Learning C# by Developing Games with Unity 2020

    An enjoyable and intuitive approach to getting started with C# programming and Unity

    Get to grips with coding in C\# and build simple 3D games with Unity from the ground up with this updated fifth edition of the bestselling guideKey FeaturesUnderstand C\# programming basics, terminology, and coding best practicesPut your knowledge of C\# concepts into practice by building a fun and playable gameCome away with a clear direction for taking your C\# programming and Unity game ... En savoir plus

    $67.99 CAD ou Gratuit avec Kobo Plus

  • Learning Joomla! 3 Extension Development-Third Edition

    par Tim Plummer ...
    A practical guide with step-by-step examples that build on each other so you can learn by doing and get hands-on knowledge about creating your plugins, modules, and components in Joomla."Learning Joomla! 3 Extension Development, Third Edition" is for developers who want to create their own Joomla extensions. It is assumed you will have some basic PHP, HTML, and CSS knowledge, but you don't need ... En savoir plus

    $38.99 CAD ou Gratuit avec Kobo Plus

  • Domain-Driven Design with Golang

    Use Golang to create simple, maintainable systems to solve complex business problems

    par Matthew Boyle ...
    Understand the concept of Domain-driven design and build two DDD systems from scratch that can be showcased as part of your portfolioKey FeaturesExplore Domain-driven design as a timeless concept and learn how to apply it with GoBuild a domain-driven monolithic application and a microservice from scratchLeverage patterns to make systems scalable, resilient, and maintainableBook DescriptionDomain ... En savoir plus

    $36.99 CAD ou Gratuit avec Kobo Plus

  • Math Adventures with Python

    An Illustrated Guide to Exploring Math with Code

    par Peter Farrell ...
    Learn math by getting creative with code! Use the Python programming language to transform learning high school-level math topics like algebra, geometry, trigonometry, and calculus!Math Adventures with Python will show you how to harness the power of programming to keep math relevant and fun. With the aid of the Python programming language, you'll learn how to visualize solutions to a range of ... En savoir plus

    $25.59 CAD

  • 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

    $9.99 CAD

  • Writing Excel Macros with VBA

    Learning to Program the Excel Object Model Using VBA

    Newly updated for Excel 2002, Writing Excel Macros with VBA, 2nd Edition provides Excel power-users, as well as programmers who are unfamiliar with the Excel object model, with a solid introduction to writing Visual Basic for Applications (VBA) macros and programs for Excel. In particular, the book focuses on:The Visual Basic Editor and the Excel VBA programming environment. Excel features a ... En savoir plus

    $28.99 CAD

  • Essential ActionScript 3.0

    ActionScript 3.0 Programming Fundamentals

    par Colin Moock ...
    ActionScript 3.0 is a huge upgrade to Flash's programming language. The enhancements to ActionScript's performance, feature set, ease of use, cleanliness, and sophistication are considerable. Essential ActionScript 3.0 focuses on the core language and object-oriented programming, along with the Flash Player API.Essential ActionScript has become the #1 resource for the Flash and ActionScript ... En savoir plus

    $39.99 CAD

  • Performance Testing With JMeter 2.9

    par Bayo Erinle ...
    Performance Testing With JMeter 2.9 is a standard tutorial that will help you polish your fundamentals, guide you through various advanced topics, and along the process help you learn new tools and skills.This book is for developers, quality assurance engineers, testers, and test managers new to Apache JMeter, or those who are looking to get a good grounding in how to effectively use and become ... En savoir plus

    $27.99 CAD ou Gratuit avec Kobo Plus

  • Programming WCF Services

    par Juval Lowy ...
    Programming WCF Services is the authoritative, bestselling introduction to Microsoft's unified platform for developing service-oriented applications (SOA) on Windows. Hailed as the most definitive treatment of WCF available, this relentlessly practical book provides insight, not documentation, to help you learn the topics and skills you need for building WCF-based applications that are ... En savoir plus

    $35.99 CAD

  • C#-Visual Basic Bilingual Dictionary : Visual Studio 2015 Edition

    par Tim Patrick ...
    Built on Microsoft’s powerful .NET Framework, C# and Visual Basic are complete equals in terms of coding power and application development possibilities. In today’s multi-platform environment, an understanding of both languages is a job requirement. The C#-Visual Basic Bilingual Dictionary unifies the languages by providing clear, functional equivalents for all syntax and grammar differences.• ... En savoir plus

    $13.99 CAD ou Gratuit avec Kobo Plus

  • SQL and Relational Theory

    How to Write Accurate SQL Code

    par C.J. Date ...
    SQL is full of difficulties and traps for the unwary. You can avoid them if you understand relational theory, but only if you know how to put that theory into practice. In this book, Chris Date explains relational theory in depth, and demonstrates through numerous examples and exercises how you can apply it to your use of SQL.This third edition has been revised, extended, and improved throughout. ... En savoir plus

    $31.99 CAD

  • Java I/O

    Tips and Techniques for Putting I/O to Work

    All of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four largecategories: input streams and output streams, for reading and writing binary data; and readers and writers, for reading and writing ... En savoir plus

    $43.99 CAD

  • Java 8 Lambdas

    Pragmatic Functional Programming

    If you’re a developer with core Java SE skills, this hands-on book takes you through the language changes in Java 8 triggered by the addition of lambda expressions. You’ll learn through code examples, exercises, and fluid explanations how these anonymous functions will help you write simple, clean, library-level code that solves business problems.Lambda expressions are a fairly simple change to ... En savoir plus

    $28.99 CAD

  • High Performance JavaScript

    Build Faster Web Application Interfaces

    If you're like most developers, you rely heavily on JavaScript to build interactive and quick-responding web applications. The problem is that all of those lines of JavaScript code can slow down your apps. This book reveals techniques and strategies to help you eliminate performance bottlenecks during development. You'll learn how to improve execution time, downloading, interaction with the DOM, ... En savoir plus

    $25.99 CAD

  • Head First Android Development

    A Learner's Guide to Building Android Apps with Kotlin

    What will you learn from this book?If you have an idea for a killer Android app, this fully revised and updated edition will get you up and running in a jiffy. You'll go beyond syntax and how-to manuals and learn how to think like a great Android developer. This hands-on book teaches you everything from designing user interfaces to building multi-screen apps that persist data in a database. It ... En savoir plus

    $77.99 CAD

  • Building and Testing with Gradle

    Understanding Next-Generation Builds

    Build and test software written in Java and many other languages with Gradle, the open source project automation tool that’s getting a lot of attention. This concise introduction provides numerous code examples to help you explore Gradle, both as a build tool and as a complete solution for automating the compilation, test, and release process of simple and enterprise-level applications.Discover ... En savoir plus

    $15.99 CAD

  • Oracle Database 11g PL/SQL Programming

    Collections series Oracle Press
    Design Feature-Rich PL/SQL ApplicationsDeliver dynamic, client/server PL/SQL applications with expert guidance from an Oracle programming professional. With full coverage of the latest features and tools, Oracle Database 11g PL/SQL Programming lays out each topic alongside detailed explanations, cut-and-paste syntax examples, and real-world case studies. Access and modify database information, ... En savoir plus

    $83.99 CAD

  • bash Cookbook

    Solutions and Examples for bash Users

    For system administrators, programmers, and end users, shell command or carefully crafted shell script can save you time and effort, or facilitate consistency and repeatability for a variety of common tasks. This cookbook provides more than 300 practical recipes for using bash, the popular Unix shell that enables you to harness and customize the power of any Unix or Linux system.Ideal for new and ... En savoir plus

    $54.99 CAD

  • JBoss at Work: A Practical Guide

    A Practical Guide

    Consisting of a number of well-known open source products, JBoss is more a family of interrelated services than a single monolithic application. But, as with any tool that's as feature-rich as JBoss, there are number of pitfalls and complexities, too.Most developers struggle with the same issues when deploying J2EE applications on JBoss: they have trouble getting the many J2EE and JBoss deployment ... En savoir plus

    $25.99 CAD

  • Pro Spring 6

    An In-Depth Guide to the Spring Framework

    Collections series Professional and Applied Computing (R0)
    Master the Spring Framework, its fundamentals and core topics, and share the authors’ insights and real-world experiences. This book goes well beyond the basics: you'll learn how to leverage the latest Spring Framework 6 to build the various tiers and parts of today's modern, complex enterprise Java applications systems, top to bottom, including data access, SQL generation with jOOQ, persistence ... En savoir plus

    $77.79 CAD

  • Responsive Web Design

    Learn how to adapt your website for mobile devices with HTML5, CSS3 and JavaScript

    par J.D Gauchat ...
    Learn how to design your website for mobile devices. After reading this guide, you will know how to design your website with fixed and flexible layouts, and how to adapt the design to the size of the screen with Responsive Web Design.Table of ContentsWEB DESIGNBoxesDisplayTraditional Box ModelFloating ContentFloating BoxesAbsolute PositioningColumnsReal-life ApplicationFlexible Box ModelFlex ... En savoir plus

    $3.90 CAD ou Gratuit avec Kobo Plus