Sort by:
Hands-On Machine Learning with Scikit-Learn and PyTorch
Hands-On Machine Learning with Scikit-Learn and PyTorch is a practical ML and deep learning guide. Scikit-Learn for traditional ML algorithms Deep neural networks with PyTorch Computer vision and NLP projects...
Designing Data-Intensive Applications (2nd Edition – 2026)
Designing Data-Intensive Applications (2nd Edition – 2026) is a valuable resource for software developers and engineers, covering essential concepts and practical techniques. Comprehensive coverage of key concepts Practical examples and...
Thinking with Data
Thinking with Data teaches how to approach data analysis strategically and turn data into actionable insights. Framing data problems and questions Analytical thinking and exploration Communicating data findings clearly For...
JavaScript & JQuery
JavaScript & jQuery teaches web developers how to add interactivity to websites using JavaScript and the jQuery library. JavaScript basics and DOM manipulation jQuery selectors, events, and effects Ajax, JSON,...
Hacking, The Art of Exploitation
Hacking: The Art of Exploitation teaches how software vulnerabilities work and how to exploit them at a technical level. Buffer overflows and memory corruption Shellcode writing and execution Network and...
Concise Guide To Databases
Concise Guide To Databases is a comprehensive resource for mastering databases, with clear explanations and practical guidance. Core databases concepts and theory Practical examples and case studies Best practices and...
The Clean Coder
The Clean Coder is a valuable resource for software developers and engineers, covering essential concepts and practical techniques. Comprehensive coverage of key concepts Practical examples and exercises Industry best practices...
Patterns of Enterprise Application Architecture
Patterns of Enterprise Application Architecture is a comprehensive resource for mastering software architecture, with clear explanations and practical guidance. Core software architecture concepts and theory Practical examples and case studies...
Fundamentals of Software Architecture, An Engineering Approach
Fundamentals of Software Architecture, An Engineering Approach is a comprehensive resource for mastering software architecture, with clear explanations and practical guidance. Core software architecture concepts and theory Practical examples and...
Grokking Algorithms
Grokking Algorithms is a comprehensive guide to algorithms using Go, packed with practical examples and real-world projects. Core algorithms concepts explained clearly Go best practices and patterns Hands-on examples and...
Good Code, Bad Code
Good Code, Bad Code provides thorough coverage of Go programming with practical examples and proven techniques. Core Go language features and APIs Best practices and coding patterns Real-world projects and...
Code Simplicity
Code Simplicity is a valuable resource for software developers and engineers, covering essential concepts and practical techniques. Comprehensive coverage of key concepts Practical examples and exercises Industry best practices For...
Clean Code (Second Edition)
Clean Code (Second Edition) is a valuable resource for software developers and engineers, covering essential concepts and practical techniques. Comprehensive coverage of key concepts Practical examples and exercises Industry best...
Hands-On Design Patterns with C# and .NET Core
Hands-On Design Patterns with C# and .NET Core teaches you to apply the 23 classic GoF design patterns using modern C# and .NET Core through real-world projects. Creational, structural, and...
Hands-On Design Patterns with C++
Hands-On Design Patterns with C++ explores creational, structural, and behavioral design patterns through practical C++ implementations using modern language features. All 23 GoF patterns with C++ code examples CRTP, type...
Design Patterns in Ruby
Design Patterns in Ruby adapts the classic GoF patterns to Ruby's dynamic, flexible nature, showing how Ruby idioms often simplify traditional pattern implementations. All 14 most useful GoF patterns in...
Design Patterns in Modern C++20
Design Patterns in Modern C++20 reimplements classic design patterns using the latest C++ standard, leveraging concepts, modules, ranges, and coroutines. GoF patterns reimplemented with C++20 features Concepts, constraints, and template...
Go Design Patterns
Go Design Patterns teaches software design patterns through idiomatic Go code, covering both classic GoF patterns and Go-specific concurrency patterns. Creational, structural, and behavioral patterns in Go Concurrency patterns: pipelines,...
Learning PHP Design Patterns
Learning PHP Design Patterns introduces the most important software design patterns implemented in PHP, helping developers write more professional object-oriented code. Creational patterns: Singleton, Factory, Builder Structural patterns: Adapter, Decorator,...
Design Patterns by Tutorials
Design Patterns by Tutorials teaches iOS and macOS design patterns through hands-on Swift tutorials, helping Apple platform developers write better-structured apps. Fundamental patterns: MVC, MVVM, Delegate, Strategy Intermediate patterns: Flyweight,...
Design Patterns for Embedded Systems in C
Design Patterns for Embedded Systems in C brings proven software engineering patterns to firmware development, helping embedded engineers write more reliable, reusable code. Hardware abstraction layer (HAL) design patterns State...
Laravel Design Patterns and Best Practices
Laravel Design Patterns and Best Practices shows how to apply software design patterns within Laravel's ecosystem for clean, maintainable PHP web applications. Repository, service layer, and presenter patterns Laravel-specific patterns:...
Learning Patterns
Learning Patterns covers modern JavaScript and React design patterns that help developers build performant, scalable frontend applications. Container/Presentational and HOC patterns Hooks patterns: custom hooks and compound components Rendering patterns:...
The Object Primer
The Object Primer introduces object-oriented concepts and agile model-driven development practices for software professionals new to OOP and UML. Core OOP concepts: classes, inheritance, polymorphism Agile modeling with UML diagrams...
Beginning C# Object-Oriented Programming
Beginning C# Object-Oriented Programming introduces object-oriented programming concepts using C# and the .NET platform for developers new to OOP. Classes, objects, constructors, and properties Inheritance, polymorphism, and abstract classes Interfaces,...
Object-Oriented Analysis and Design for Information Systems
Object-Oriented Analysis and Design for Information Systems guides developers through applying OO methodology to build robust information systems. Requirements gathering and use case modeling UML class, sequence, and activity diagrams...
Designing with Objects
Designing with Objects explores the intellectual and philosophical foundations of object-oriented design, helping developers think more deeply about software structure. Object responsibilities and collaboration patterns Cohesion, coupling, and abstraction principles...
Hands-On Object-Oriented Programming
Hands-On Object-Oriented Programming teaches core OOP concepts through practical projects and exercises across Python, Java, and C++. Classes, objects, encapsulation, and abstraction Inheritance hierarchies and method overriding Polymorphism and interface-driven...
Object-Oriented Analysis, Design, and Implementation
Object-Oriented Analysis, Design, and Implementation covers the complete OO development process from requirements analysis through design to Java implementation. Use case analysis and domain modeling UML-based design: class, interaction, and...
Object-based Programming with Go
Object-based Programming with Go teaches Go's unique approach to object-oriented concepts using structs, methods, interfaces, and embedding instead of classical inheritance. Structs, methods, and value vs. pointer receivers Interfaces and...
Object-Oriented Software Design in C++
Object-Oriented Software Design in C++ provides comprehensive coverage of OOP design principles and their C++ implementations for professional developers. Classes, constructors, and operator overloading Inheritance, virtual functions, and polymorphism Templates,...
99 Bottles of OOP, Ruby
Length: 350 pages
Width (mm): (close to original)
Heitght (mm): (close to original)
Paper: 75 gsm (white)
Cover: Paperback 300 gsm (luminated)
Color: All books are Colored (except for original black books)
Data-Oriented Programming
Data-Oriented Programming presents a paradigm that reduces system complexity by treating data as a first-class citizen, separate from the behavior that acts on it. Principle 1: Separate code from data...
Concise Guide to Object-Oriented Programming
Concise Guide to Object-Oriented Programming distills the most important OOP concepts into a focused, accessible guide for programmers learning object-oriented thinking. Classes, objects, and encapsulation fundamentals Inheritance and the is-a...
Python Object-Oriented Programming
Python Object-Oriented Programming is a comprehensive guide to OOP in Python 3, covering everything from basic classes to advanced patterns and Python-specific features. Classes, dataclasses, named tuples, and enums Inheritance,...
99 Bottles of OOP, php
99 Bottles of OOP, PHP applies the acclaimed '99 Bottles' methodology to PHP, teaching advanced OOP design thinking through iterative refactoring exercises. Shameless Green: writing simple, working code first Identifying...
Modeling with UML
Modeling with UML teaches software engineers how to use the Unified Modeling Language to design, document, and communicate software system architecture. Use case and activity diagrams for requirements Class diagrams...
Deciphering Object-Oriented Programming with C++
Deciphering Object-Oriented Programming with C++ demystifies C++ OOP from basic class design through advanced template metaprogramming and design patterns. Classes, constructors, destructors, and RAII Inheritance hierarchies and virtual dispatch Templates,...
Object Thinking
Object Thinking explores the intellectual foundations of OOP, guiding developers to design software through an object-oriented lens. OOP philosophy and cognitive foundations Design through object collaboration Contrast with procedural thinking...
Object-Oriented Software Engineering
Object-Oriented Software Engineering covers the full OO development lifecycle, from requirements to testing. Use case-driven development process UML modeling and system architecture OO design patterns and frameworks For software engineering...
Object Design, Style Guide
Object Design Style Guide provides opinionated guidance on how to design objects in modern OO languages. Services, entities, repositories, value objects Constructor design and dependency injection Testing strategies for well-designed...
The Object-Oriented Thought Process
The Object-Oriented Thought Process teaches how to think like an OOP developer with a strong conceptual foundation. Core OOP principles explained clearly Encapsulation, inheritance, polymorphism Practical examples in Java and...
Antifragile Software
Antifragile Software applies Nassim Taleb's concept to software engineering, teaching you to build systems that improve under pressure. Antifragility vs. resilience in software Evolutionary architecture and modularity Chaos engineering and...
Clean Code Fundamentals
Clean Code Fundamentals teaches core principles for writing code that is easy to read, maintain, and extend. Naming, functions, and formatting principles Comments, error handling, and boundaries Refactoring techniques for...
Your Code as a Crime Scene
Your Code as a Crime Scene applies forensic techniques to reveal hidden problems in software codebases. Hotspot analysis using version control history Detecting code complexity and coupling Data-driven refactoring strategies...
Taming Your Dragon, Addressing Your Technical Debt
Taming Your Dragon: Addressing Your Technical Debt provides a framework for understanding and reducing technical debt. Types and causes of technical debt Measuring and prioritizing debt repayment Refactoring strategies and...
Clean Ruby
Clean Ruby guides Ruby developers toward writing more readable, maintainable code using Ruby's expressive features. Ruby-specific clean code principles Refactoring techniques and code smells Testing and design best practices For...
The Rules of Programming
The Rules of Programming distills decades of software engineering experience into 21 actionable rules. 21 rules for everyday coding excellence Real-world examples and anti-patterns Applicable across languages and platforms Great...
Crafting Clean Code with JavaScript and React
Crafting Clean Code with JavaScript and React teaches modern frontend developers to write clean, scalable code. Clean code principles for JavaScript React component design and architecture Testing, refactoring, and code...
Implementing Effective Code Reviews
Implementing Effective Code Reviews helps development teams make code reviews a constructive, valuable practice. Code review best practices and culture Checklist-driven and automated reviews Giving and receiving feedback effectively For...