Leanpub Header

Skip to main content

Filters

Category: "Object-Oriented Programming"

Books

  1. The Other Half of Coding
    What they Didn't Teach You
    Max Guernsey, III

    Ever wonder why things get harder over time? You were only taught half of coding. Learn the other half and reverse code rot.

  2. Beyond Blinky
    Think Analog. Design a Living Architecture.
    Nguyen Hoan Hoang

    Beyond Blinky shows a different path: disciplined, object-oriented design for embedded that keeps performance and control. Distilled from years refining IOsonata’s architecture, it teaches patterns for truly portable drivers—swap I²C↔SPI with a single line—without build scripts or BSPs. Think in a “living architecture”—land, roots, trees, fruit—to grow firmware that scales cleanly across chips and products. To blinky and beyond—Let's make your IO sing!

  3. Mastering React.js Interviews
    For Middle/Senior Developers
    Kristiyan Velkov

    This book is your ultimate roadmap to modern React.js interviews and standing out from the crowd.Built on 350+ real interview insights, it covers the exact topics top companies test—from security, accessibility, and performance to TypeScript, architecture, and deployment—so you can master every question with confidence and land the role you deserve.

  4. Web Programming with Go, Second Edition
    Code, create, and troubleshoot every component of web application using Go and its libraries
    GitforGits | Asian Publishing House

    This second edition isn't about complexity or rare scenarios, rather it's a focused journey for anyone ready to build, learn, and actually ship web applications in Go. I've included the lessons I wish I'd known my first month with Go, plus the methods and habits I still use today. Every step is designed to be actionable, so you can turn any concept into a feature.

  5. Redécouvrir la POO
    Un livre qui vous fait voir la programmation orienté-objet sous un autre oeil.
    Anthony Cyrille

    Et si l'orienté-objet était très différent de ce qu'on nous enseigne ? Et s'il se cachait une réalité beaucoup plus profonde et beaucoup plus intéressante que seulement les notions de classes et d'héritage ? En fait, à y regarder de plus près, on risque même de se rendre compte que le paradigme objet n'a rien à voir avec ces deux notions, et même... qu'il est possible de faire de l'orienté-objet avec une approche fonctionnelle.

  6. Building Better APIs with Laravel
    Best Practices for API development, Performance & Security
    Phenomenal Jay

    Your API deserves more than just working, it deserves to be exceptional.

  7. Elegant Design Principles
    Foundations of Software Design Mastery
    Narayanan Jayaratchagan

    Elegant Design Principles distils decades of design wisdom into 95 actionable principles spanning core OO, SOLID/GRASP, package design, reliability and a forward‑looking AI‑first approach. Explore the Design Pyramid to understand how quality attributes, smells and principles interconnect; learn to manage complexity through high cohesion, low coupling and clear abstractions; and adopt modern practices like test‑driven development and semantic modularity. From novices seeking a roadmap to experts embracing AI‑assisted workflows, this book equips you to create systems that are robust, maintainable and elegant—today and in the AI‑driven future.

  8. Do you need to maintain an old Perl code-base written in OOP - Object Oriented Perl?Have your script outgrown itself and became an application that can benefit from better structure? In either case this book will help you make the best of Object Oriented Programming in Perl.