Leanpub Header

Skip to main content

Filters

Category: "Software Engineering"

Books

  1. Uma Breve História da Agilidade

    Pela primeira vez em português, a história detalhada de como chegamos ao movimento Ágil e como ele tem evoluído desde então.

  2. Rust In Practice, Second Edition
    Rust In Practice, Second Edition
    A Programmers Guide to Build Rust Programs, Test Applications and Create Cargo Packages
    GitforGits | Asian Publishing House

    "Rust In Practice, Second Edition" is more than simply a guidebook; it's an exploration of a language that stresses safety, speed, and concurrency. It is intended for developers who are interested in furthering their Rust knowledge, as well as those who are just getting started but want to go deep.

  3. The Augmented Developer
    The Augmented Developer
    Code Smarter, Not Harder
    Aymen El Amri

    A Developer’s Practical Guide to AI-Driven Productivity

  4. Postman Cookbook
    Postman Cookbook
    Hand-picked Solutions and Techniques across API Design, Testing, Performance, Networking, Kubernetes and Integration
    GitforGits | Asian Publishing House

    Covering everything from the basics of secure communication and the HTTP/HTTPS protocols to more complex subjects like WebSockets interactions and custom protocol handling, the "Postman Cookbook" is designed to walk you through every aspect of API development.

  5. An Opinionated Introduction to Micro-frontends
    An Opinionated Introduction to Micro-frontends
    with React, Vue, and Svelte
    Damiano Fusco

    Master micro-frontends by building a complete foundation from scratch using React, Vue, and Svelte. This hands-on guide walks you through architecture decisions, refactoring patterns, and production-ready implementations—perfect for developers ready to scale complex frontend applications.

  6. C++ Programming Cookbook
    C++ Programming Cookbook
    Proven solutions using C++ 20 across functions, file I/O, streams, memory management, STL, concurrency, type manipulation and error debugging
    GitforGits | Asian Publishing House

    Through a series of carefully curated recipes, "C++ Programming Cookbook" stands out as a clear, concise, and powerful technical resource for programmers who want to master C++'s intricacies. The book covers more advanced subjects like concurrency, memory management, file I/O operations, object-oriented design concepts and functional programming.

  7. 閒談軟體設計
    閒談軟體設計
    2014 - 2024
    杜秉穎

    分成心法、套路、摸索以及破繭四個部分,像是一個學徒在學習的過程,自己在每個階段的心得。

  8. An Introduction to Software Architecture

    Software architecture plays a pivotal role in the success of any software system, serving as the blueprint that defines its structure, components, and interactions. It provides a roadmap for architects and developers, guiding them in making informed decisions that impact the system's scalability, maintainability, and performance.

  9. SolidJS: The Complete Guide
    SolidJS: The Complete Guide
    A comprehensive guide to reactive web development with SolidJS and TypeScript
    Sinan Polat

    SolidJS is one of the fastest-growing reactive UI libraries—blazing fast, predictable, and simple to use. SolidJS: The Complete Guide takes you from first steps to production-ready applications, covering everything from signals, effects, and JSX rules to routing, SSR, and SolidStart. You’ll also master Solid Router for navigation and SolidStart for building full-stack apps, with plenty of real-world examples for hands-on practice. Whether you’re a beginner in reactive programming or a React developer curious about Solid’s unique approach, this book gives you the knowledge and techniques to write cleaner, more efficient code.

  10. The Software Craftsperson’s Pocket Book
    The Software Craftsperson’s Pocket Book
    A Mind-map Based Guide to Software Excellence
    Srihari Sridharan

    The deliberate choice of the term "craftsperson" over "craftsman" underscores my commitment to inclusivity and gender neutrality throughout the title, content, and the publication. It is my belief that inclusivity and diversity are not mere buzzwords but integral tenets to be upheld in our shared pursuit of software as a craft.

  11. Python AI Programming
    Python AI Programming
    Navigating fundamentals of ML, deep learning, NLP, and reinforcement learning in practice
    GitforGits | Asian Publishing House

    Explore Python basics, AI integration for real-world application and the power of Python in AI with practical machine learning and deep learning techniques.

  12. Jetpack Compose Internals 한국어 번역
    Jetpack Compose Internals 한국어 번역
    Jorge Castillo, 엄재웅, and 류기민

    Jetpack Compose는 Android UI의 미래입니다. Compose가 내부적으로 어떻게 동작하는지 마스터하신다면 훨씬 효율적인 개발자가 되실 수 있습니다. 이 책은 Android 개발자가 아닌 분들께도 유용한 내용을 다루고 있습니다. Compose 컴파일러 및 런타임의 내부적인 동작 방식과 이를 사용하여 Compose UI와 같은 클라이언트 라이브러리를 만드는 방법 등을 이해하는 데 필요한 모든 정보를 제공합니다.

  13. Memory Thinking for C & C++ Linux Diagnostics
    Memory Thinking for C & C++ Linux Diagnostics
    Slides with Descriptions and Source Code Illustrations, Second Edition
    Dmitry Vostokov

    Solid C and C++ knowledge is a must to fully understand Linux diagnostic artifacts such as core memory dumps and do diagnostic, forensic, and root cause analysis beyond listing backtraces. This full-color reference book is a part of the Accelerated C & C++ for Linux Diagnostics training course.

  14. The Ansible Workshop
    The Ansible Workshop
    Hands-On Learning For Rapid Mastery
    Aymen El Amri

    A wealth of knowledge that has been painstakingly assembled to help you on your journey with Ansible

  15. Result Library for Java
    Result Library for Java
    The Definitive Guide
    Guillermo Calvo

    Wave goodbye to slow exceptions and embrace clean, efficient error handling by encapsulating operations that may succeed or fail in a type-safe way.