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 POO

Si vous aimez les titres POO, vous allez adorer cette sélection.
Affichage des résultats 145 - 168 sur 977
Skip side bar filters
  • Debunking C++ Myths

    Embark on an insightful journey to uncover the truths behind popular C++ myths and misconceptions

    Explore the origins of C++ myths and their relevance today, learn to sidestep common pitfalls, and adopt modern best practices to master the evolving C++ programming landscapeKey FeaturesTrace the origins of C++ misconceptions and understand why they persistLearn to avoid pitfalls caused by misunderstood C++ standardsLeverage the lesser-known features of the C++ programming languagePurchase of the ... En savoir plus

    27,55 € ou Gratuit avec Kobo Plus

  • Unity Game Development : A Beginner's Guide to Game Programming

    par Jiho Seok ...
    What You Will Gain After Obtaining This Book:Mastery of Unity 2022.3 : Understand and utilize the full range of features offered by the latest Unity version.Foundational Programming Skills: Learn C# from the ground up within the context of game development.Comprehensive Understanding of Game Mechanics: Gain insights into both 2D and 3D game development techniques.Ability to Create and Manipulate ... En savoir plus

    1,99 € ou Gratuit avec Kobo Plus

  • Ultimate Java Design Patterns

    Master Creational, Structural, Behavioral, Concurrency, and Architectural Patterns for Scalable Enterprise Java Applications (English Edition)

    par Ricken Bazolo ...
    Think Like an Architect. Code Like a Master.Key Features? Get a free one-month digital subscription to www.avaskillshelf.com? Comprehensive coverage of every major Java design pattern - Creational, Structural, Behavioral, Concurrency, and Architectural.? Real-world pattern application across enterprise systems, distributed architectures, microservices, and AI-driven Java applications.? Production ... En savoir plus

    21,00 € ou Gratuit avec Kobo Plus

  • Functional Programming in Java

    Harness the Power of Streams and Lambda Expressions

    Imagine writing Java code that reads like the problem statement, code that's highly expressive, concise, easy to read and modify, and has reduced complexity. With the functional programming capabilities in Java, that's not a fantasy. This book will guide you from the familiar imperative style through the practical aspects of functional programming, using plenty of examples. Apply the techniques ... En savoir plus

    32,11 €

  • Functional Python Programming

    Discover the power of functional programming, generator functions, lazy evaluation, the built-in itertools library, and monads

    par Steven F. Lott ...
    Create succinct and expressive implementations with functional programming in PythonKey FeaturesLearn how to choose between imperative and functional approaches based onexpressiveness, clarity, and performanceGet familiar with complex concepts such as monads, concurrency, and immutabilityApply functional Python to common Exploratory Data Analysis (EDA) programmingproblemsBook DescriptionIf you’re ... En savoir plus

    37,09 € ou Gratuit avec Kobo Plus

  • Getting Started with Windows 8 Apps

    A Guide to the Windows Runtime

    par Ben Dewey ...
    Get a head start on building apps for Windows 8. With a series of examples, this hands-on guide takes you through the process of creating complete touch-enabled apps that respond to native sensors. Through the course of the book, you’ll learn how to work with the Windows Runtime application model while building a Bing Image Search app.If you’re an experienced .NET developer who wants to get up to ... En savoir plus

    8,79 €

  • Code like a Pro in C#

    par Jort Rodenburg ...
    Build on your existing programming skills and upskill to professional-level C# programming.SummaryIn Code Like A Pro in C# you will learn:Unit testing and test-driven developmentRefactor a legacy .NET codebasePrinciples of clean codeEssential backend architecture skillsQuery and manipulate databases with LINQ and Entity Framework CoreCritical business applications worldwide are written in ... ... En savoir plus

    55,91 €

  • CoffeeScript in Action

    par Patrick Lee ...
    SummaryCoffeeScript in Action is a tutorial that teaches you how, where, and why to use CoffeeScript. It begins by quickly exposing you to CoffeeScript's new, but instantly-familiar syntax. Then, you'll explore programming challenges that illustrate CoffeeScript's unique advantages. Language junkies will especially appreciate how this book takes idioms from other programming languages and shows ... En savoir plus

    55,91 €

  • Java: The Good Parts

    Unearthing the Excellence in Java

    par Jim Waldo ...
    What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available.Every language eventually builds up crud, Java included. The core language has become increasingly large ... En savoir plus

    14,51 €

  • TypeScript in Action: Building Modern Web Applications with TypeScript

    "TypeScript in Action: Building Modern Web Applications with TypeScript" is your comprehensive guide to harnessing the power of TypeScript, the statically typed superset of JavaScript, to build cutting-edge web applications. Whether you're a web developer eager to embrace modern development practices or an experienced programmer seeking to leverage TypeScript's advantages, this book provides you ... En savoir plus

    9,49 € ou Gratuit avec Kobo Plus

  • Learning Cocoa with Objective-C

    Developing for the Mac and iOS App Stores

    Get up to speed on Cocoa and Objective-C, and start developing applications on the iOS and OS X platforms. If you don’t have experience with Apple’s developer tools, no problem! From object-oriented programming to storing app data in iCloud, the fourth edition of this book covers everything you need to build apps for the iPhone, iPad, and Mac.You’ll learn how to work with the Xcode IDE, Objective ... En savoir plus

    22,14 €

  • LiveCode Mobile Development Beginner's Guide (2nd Edition)

    Create interactive mobile apps for Android and iOS with LiveCode

    Key FeaturesBook DescriptionThe ideal reader for this book would be someone who already knows LiveCode, is interested in creating mobile apps, and wants to save the many hours it took for me to track down all of the information on how to get started! Chapter 1, LiveCode Fundamentals, will help those of you who know programming but are not familiar with LiveCode. The knowledge you've acquired ... En savoir plus

    37,09 € ou Gratuit avec Kobo Plus

  • Conquering Laravel With PHP

    Your Guide to Building Powerful and Secure Web Applications

    About the Technology:Laravel is a powerful and versatile PHP framework beloved by developers worldwide. Its elegant syntax, robust features, and vast ecosystem empower you to craft complex web applications with ease. Whether you're building a dynamic e-commerce platform, a feature-rich social network, or a blazing-fast API, Laravel provides the foundation and tools to achieve your vision.This book ... En savoir plus

    9,64 €

  • Scala in Depth

    par Josh Suereth ...
    SummaryScala in Depth is a unique new book designed to help you integrate Scala effectively into your development process. By presenting the emerging best practices and designs from the Scala community, it guides you through dozens of powerful techniques example by example.About the BookScala is a powerful JVM language that blends the functional and OO programming models. You'll have no trouble ... En savoir plus

    55,91 €

  • Modern Python Standard Library Cookbook

    Over 100 recipes to fully leverage the features of the standard library in Python

    Build optimized applications in Python by smartly implementing the standard libraryKey FeaturesStrategic recipes for effective application development in PythonTechniques to create GUIs and implement security through cryptographyBest practices for developing readily scalable, production-ready applicationsBook DescriptionThe Python 3 Standard Library is a vast array of modules that you can use for ... En savoir plus

    37,09 € ou Gratuit avec Kobo Plus

  • HTML5 for .NET Developers

    Single page web apps, JavaScript, and semantic markup

    SummaryHTML5 for .NET Developers teaches professional software engineers how to integrate the latest HTML5 APIs and semantic markup into rich web applications using JavaScript, ASP.NET MVC, and WCF. Written from the .NET perspective, this book is full of practical applications and ways to connect the new web standards with your existing development practicesAbout the TechnologyA shift is underway ... En savoir plus

    55,91 €

  • Programcılık MAntığı

    Programcılık nedir? Programcı olabilmek için neler gerekir? Kimler programcı olabilir? Programcılar ne yapar? Programcı kimdir?• Programlama dilleri ve karşılaştırmaları• Programcılık Terimleri• Temel Algoritma Öğeleri• Mantıksal Operatörler• Akış Şemaları• Nesne Temelli Programlama• Görsel ProgramcılıkBu sorulardan yola çıkarak, programcılığı masaya yatıran Programcılık Mantığı, programcı olmak ... En savoir plus

    10,00 € ou Gratuit avec Kobo Plus

  • Java 9 with JShell

    Introducing the full range of Java 9's new features via JShell

    Explore Java 9 with JShell and UMLKey FeaturesA full account of Java 9’s new featuresThis tutorial emphasises fluency using JShell exercisesGet a thorough introduction to contract programming code reuse via Java genericsLearn how to use the new module systemHow to use proper functional programming style inside Java 9Book DescriptionThe release of Java 9 has brought many subtle and not-so-subtle ... En savoir plus

    37,09 € ou Gratuit avec Kobo Plus

  • Programming Language Fundamentals

    A Metalanguage Approach in Elm

    par Martin Erwig ...
    PROGRAMMING LANGUAGE FUNDAMENTALSUnderstand the key principles of programming languagesProgramming languages are the tools needed to let algorithms run on electronic computers. As they form the linguistic interface between humans and machines, the understanding of programming languages is essential for being able to control machine behavior. Programming Language Fundamentals offers a precise, ... En savoir plus

    89,99 €

  • Ruby on Rails on AWS

    Architecture, networking, security, and pricing

    You can't afford not to know AWSThese days, most Ruby on Rails applications that are advanced utilize AWS to some extent. From hosting files on AWS S3 to running containerized applications with plenty of services involved.Are you willing to become a top-paid Ruby engineer? Knowledge about AWS is among the most desired skills that a Rails developer can have. This book is the key to this knowledge. ... En savoir plus

    30,93 €

  • C++ Essentials For Dummies

    The quick and crystal-clear guide to C++ programmingC++ Essentials For Dummies is your useful reference to the key concepts of C++, the popular general-purpose language utilized everywhere from building games to writing parts of operating systems. With minimal review and background material—and absolutely no fluff—this book gets straight to the essential topics you need to know to ramp up, brush ... En savoir plus

    10,99 €

  • Efficient R Programming

    A Practical Guide to Smarter Programming

    There are many excellent R resources for visualization, data science, and package development. Hundreds of scattered vignettes, web pages, and forums explain how to use R in particular domains. But little has been written on how to simply make R work effectively—until now. This hands-on book teaches novices and experienced R users how to write efficient R code.Drawing on years of experience ... En savoir plus

    23,31 €

  • How to JAVA

    a Guide for Self-Learning

    par V.V.R.K ...
    A guide for someone who has no idea what JAVA is but needs to know and fast! This Book is basically designed for beginners who are starting their journey towards learning JAVA. It covers all the basic concepts that you need to know before calling yourself well-versed in JAVA. This book is also suited for students and professionals who wish to prepare for interviews or examinations, and they don't ... En savoir plus

    11,51 €

  • Gideros Mobile Game Development

    With Gideros you can develop games for both iOS and Android faster and more simply. This book shows you how with a real-life project you undertake yourself. All that's required is a little familiarity with Lua.

    par Arturs Sosins ...
    With Gideros you can develop games for both iOS and Android faster and more simply. This book shows you how with a real-life project you undertake yourself. All that's required is a little familiarity with Lua.Key FeaturesDevelop engaging iOS and Android mobile games quickly and efficientlyBuild your very first game following practical and easy-to-understand instructionsFull of code examples and ... En savoir plus

    26,49 € ou Gratuit avec Kobo Plus