Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Object Oriented Programming eBooks

If you like Object Oriented Programming eBooks, then you'll love these top picks.
Showing 577 - 600 of 1045 Results
Skip side bar filters
  • Datenformate meistern mit Python

    Arbeiten mit JSON und JSON-LD in der Praxis

    by D. S. Lornach ...
    Datenformate meistern mit Python: Arbeiten mit JSON und JSON-LD in der PraxisWerden Sie zum JSON Python Experten und beherrschen Sie die wichtigsten Datenformate der modernen Softwareentwicklung! Dieses umfassende Praxisbuch führt Sie systematisch durch die Welt von JSON und JSON-LD mit Python und macht Sie fit für die Herausforderungen datengetriebener Anwendungen.Was macht dieses Buch besonders ... Read more

    14,90 € or Free with Kobo Plus

  • Kickstart C# Programming Fundamentals

    Master C# The Right Way from First Principles to Real Projects.Book DescriptionThe Skills That Power Modern Software Start with C#Everyone who codes professionally today started exactly where you are right now - staring at a blank screen wondering where to begin. Kickstart C# Programming Fundamentals is the book that changes that. It takes you from your very first line of C# code t... ... Read more

    20,98 €

  • Die Erfindung von YouTube

    Video, Influence und Entertainment

    by Lutz Spilker ...
    In einer Ära, in der das Internet unser Leben revolutioniert hat, sticht YouTube als eine der einflussreichsten Plattformen hervor. Doch wie begann alles? Welche technischen Meisterleistungen und visionären Ideen stecken hinter diesem weltweiten Phänomen? ›Die Erfindung von YouTube‹ entführt Sie auf eine außerordentlich interessante Reise durch die Geschichte dieser einzigartigen Plattform. ... Read more

    2,99 €

  • Unity Pro Series: Engineering Cutting-Edge Game Mechanics

    Unity Game Development Series

    Series series Unity Game Development Series
    "Unity Pro Series: Engineering Cutting-Edge Game Mechanics" is an essential guide for aspiring and experienced game developers who are passionate about elevating their skills in game design and programming. This comprehensive book dives deep into the world of Unity, one of the most popular game engines used in the industry, and focuses on the creation of innovative and engaging game mechanics ... Read more

    9,49 €

  • Introduction to Statistical Computing and Visualization Using R

    by Megha Rathi ...
    The book provides a foundational guide to statistical computing and visualisation Using R programming with an emphasis on practical data analysis skills that are directly applicable to diverse fields like finance, defence, health, and education. It uniquely combines a thorough explanation of basic constructs with advanced topics such as data visualisation, statistical modeling, and probability, ... Read more

    165,20 €

  • Mastering PowerShell: Unleashing the Power of Automation

    8

    Series Book 3 - The IT Collection
    "Mastering PowerShell: Unleashing the Power of Automation" guides you through the complex world of PowerShell scripting and automation. This book, written for both rookie and expert administrators, will provide you with the information and abilities you need to fully utilise PowerShell and revolutionise your IT infrastructure.Real-world examples and practical exercises reinforce your learning and ... Read more

    3,49 € or Free with Kobo Plus

  • Ultimate C# Design Patterns

    Master Creational, Structural, Behavioral, SOLID, Dependency Injection, and Enterprise Architecture Patterns in Modern C#

    Think Like an Architect. Build Like an Elite C# Engineer.Key Features● Get a free one-month digital subscription to www.avaskillshelf.com.● Comprehensive C# design pattern coverage spanning Creational, Structural, Behavioral, and advanced Architectural patterns.● Hands-on pattern implementation through interactive code examples, real-world scenarios, and practical project exercises.● Advanced C# ... Read more

    17,49 € or Free with Kobo Plus

  • Comprehensive Hypertext Markup Language (HTML).

    A Tutorial Guide to Editing and Developing a Responsive and Dynamic Website for Beginners.

    This course is intended for aspiring web designers and developers who need to comprehend HTML thoroughly as well as its straightforward overview and useful examples. You'll have all the tools you need from this course to get started using HTML and advance to a greater degree of proficiency. This book, written in the author's approachable and simple-to-read style, covers all the most recent ... Read more

    13,00 €

  • A Guide to MATLAB Object-Oriented Programming

    The first book to deliver broad coverage of the documented and undocumented object-oriented features of MATLAB, this guide aids readers in creating effective software. Eight basic functions are discussed: constructor, subsref, subsasgn, display, struct, fieldnames, get, and set. Also explored are inheritance topics and the Class Wizard, a powerful MATLAB class generation tool. The final section ... Read more

    145,76 €

  • Patterns of Enterprise Application Architecture

    by Martin Fowler ...
    Series series Addison-Wesley Signature Series (Fowler)
    The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building powerful applications, but they are not easily implemented. Common failures in enterprise applications often occur because their ... Read more

    38,57 €

  • Object Management

    Edited by Roger Tagg, June Mabon ...
    Series series Routledge Revivals
    First published in 1992, this volume explores the use of object oriented methods which is forecast to grow rapidly, with their flexibility and facility to overcome some of the inadequacies of relational databases. This timely book reviews their potential in the data management context.It examines the impact of object oriented techniques on the practice of data management including data analysis, ... Read more

    46,15 €

  • Data Storage in iOS 11

    Learn how to create files and store data in iOS 11 with Swift 4

    by J.D Gauchat ...
    Learn how to store data in a device from an iOS application. After reading this guide, you will know how to store user's settings, how to create and manage files, and how to encode and decode content to store structured data on files.Table of ContentsSTORAGEUser PreferencesUser DefaultsFilesFile ManagerURLs and PathsFiles and DirectoriesFiles AttributesFiles ContentBundleArchivingEncoding and ... Read more

    2,56 € or Free with Kobo Plus

  • Introduction to Swift 5.6

    Quick Guides for Masterminds

    by J.D Gauchat ...
    Quick Guides for Masterminds are excerpts from our best-selling books SwiftUI for Masterminds, UIKit for Masterminds, and HTML5 for Masterminds, providing a cost-effective alternative to getting the information you need.DescriptionWith this guide, you will learn how to program in Swift 5.6 and how to implement Swift concurrency.After reading this guide, you will know how to program in Swift, how ... Read more

    2,62 € or Free with Kobo Plus

  • Sistemas Orientados a Objetos

    teoria e prática com UML e Java

    Livro Sistemas Orientados a Objetos: teoria e prática com UML e Java Este é um guia prático e direto para iniciantes aprenderem rapidamente como solucionar problemas com modelagem orientada a objetos e programação em Java. Ao longo do livro, problemas de complexidade crescente têm suas soluções expressas em diagramas UML e no código Java correspondente, com comentários sobre as principais ... Read more

    7,99 €

  • Types and Programming Languages

    A comprehensive introduction to type systems and programming languages.A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of type systems—and of programming languages from a type-theoretic perspective—has important applications in software engineering, ... Read more

    61,58 €

  • Python ML

    Clear Step-by-Step Guide to Machine Learning with Python

    by Alex Campbell ...
    Are you interested in machine learning? Do you want to know how it all works and what it involves? Then you've chosen the right guide.Machine learning is a subset of computer science and Artificial Intelligence. There's no getting away from the fact that it is here to stay, and it is already changing how many businesses work and target their customers. It's a complex subject, but this guide will ... Read more

    3,43 € or Free with Kobo Plus

  • The Joy of JavaScript

    by Luis Atencio ...
    The Joy of JavaScript introduces techniques that turn JavaScript programmers into JavaScript pros.SummaryWhether building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming. With new features, language improvements, paradigms, and potential use cases appearing regularly, there’s never been a more ... Read more

    57,30 €

  • Practices of the Python Pro

    by Dane Hillard ...
    SummaryProfessional developers know the many benefits of writing application code that’s clean, well-organized, and easy to maintain. By learning and following established patterns and best practices, you can take your code and your career to a new level.With Practices of the Python Pro, you’ll learn to design professional-level, clean, easily maintainable software at scale using the incredibly ... Read more

    57,30 €

  • Object Design Style Guide

    ”Demystifies object-oriented programming, and lays out how to use it to design truly secure and performant applications.” —Charles Soetan, Plum.ioKey FeaturesDozens of techniques for writing object-oriented code that’s easy to read, reuse, and maintainWrite code that other programmers will instantly understandDesign rules for constructing objects, changing and exposing state, and moreExamples ... Read more

    57,30 €

  • Java Persistence with Spring Data and Hibernate

    Master Java persistence using the industry-leading tools Spring Data and Hibernate.In Java Persistence with Spring Data and Hibernate you will learn:Mapping persistent classes, value types, and inheritanceMapping collections and entity associationsProcessing transactions with Spring Data and HibernateCreating fetch plans, strategies, and profilesFiltering dataBuilding Spring Data REST ... Read more

    67,61 €

  • Sails.js in Action

    SummarySails.js in Action is a comprehensive guide to buildingenterprise-capable web applications using Node and Sails. Written by the creators of the Sails.js framework, this book carefully introduces each concept, technique, and tool with real-world examples and crystal clear explanations.About the TechnologySails makes professional web development a breeze. This instantly familiar MVC framework ... Read more

    57,30 €

  • Five Lines of Code

    How and when to refactor

    Five Lines of Code teaches refactoring that's focused on concrete rules and getting any method down to five lines or less! There’s no jargon or tricky automated-testing skills required, just easy guidelines and patterns illustrated by detailed code samples.In Five Lines of Code you will learn:The signs of bad codeImproving code safely, even when you don’t understand itBalancing optimization and ... Read more

    57,30 €

  • Rx.NET in Action

    by Tamir Dresher ...
    SummaryRx.NET in Action teaches developers how to build event-driven applications using the Reactive Extensions (Rx) library.About the TechnologyModern applications must react to streams of data such as user and system events, internal messages, and sensor input. Reactive Extensions (Rx) is a .NET library containing more than 600 operators that you can compose together to build reactive client- ... Read more

    57,30 €

  • The Quick Python Book, Fourth Edition

    Write modern professional Python

    by Naomi Ceder ...
    A fast-paced introduction to Python for intermediate developers–now with coverage of generative AI!For over 25 years, The Quick Python Book has been one of the best Python books money can buy. It concisely covers programming basics, while introducing Python's comprehensive standard library and unique features in depth and detail. In this fourth edition, you’ll find new coverage of AI coding tools ... Read more

    57,30 €