Leanpub Header

Skip to main content

Filters


Books

  1. This book explains Samman Technical Coaching. It is a method for helping software teams to become more agile, learn Test-Driven Development, and raise the quality of their work.

  2. Räumliche Datenverwaltung mit DuckDB
    Von den SQL-Grundlagen zur fortgeschrittenen Geodatenanalyse
    Qiusheng Wu

    Entfesseln Sie die Leistungsfähigkeit von DuckDB für moderne Geodatenanalyse. Dieser praxisnahe Leitfaden hilft GIS-Fachleuten, effiziente räumliche Datenverwaltung zu meistern und massive reale Datensätze mithilfe von SQL, Python und der räumlichen Erweiterung von DuckDB in aussagekräftige Erkenntnisse zu verwandeln. Eine farbige Druckausgabe ist auf Amazon erhältlich.

  3. Cracking the Mobile System Design Interview
    A Practical Guide to Android & iOS Architecture with Production-Ready Code
    Mahmoud Ramadan

    Mobile system design interviews aren’t about boxes—they’re about decisions. Learn a clear framework, real-world mobile trade-offs, and proven patterns to design scalable iOS and Android systems with confidence.

  4. Kotlin Design Patterns for Android Interviews
    Master the 15 Patterns That Get You Hired
    Mahmoud Ramadan

    Stop memorizing design patterns. Start recognizing them. A Kotlin-first, Android-focused guide to mastering design patterns for real projects and real interviews.

  5. DuckDB 空间数据管理指南
    从 SQL 基础到高级地理空间分析
    Qiusheng Wu

    释放 DuckDB 在现代地理空间分析中的强大能力。本书通过实践导向的方式,帮助 GIS 专业人员掌握高效的空间数据管理方法,利用 SQL、Python 以及 DuckDB 的空间扩展,将海量真实世界数据转化为有价值的洞察。全彩印刷版可在 Amazon 上购买。

  6. OpenTelemetry Cookbook
    Proven approaches for real-time monitoring and observability on cloud, AI, and modern infrastructures
    GitforGits | Asian Publishing House

    By the time you finish this book, you should be able to make your systems observable across microservices, AI workloads, security monitoring, and hybrid cloud infrastructure. This book will help you learn how to effectively instrument, generate, collect, and export telemetry data (metrics, logs, and traces) to analyze your software’s performance and behavior.

  7. GIS编程入门
    开源地理空间工具的 Python 实用指南
    Qiusheng Wu

    用Python释放地理空间数据的力量!这本实践指南专为渴望使用开源工具探索空间分析和交互式制图的初学者和中级用户而设计。您将通过实际案例学习如何处理真实世界的数据,并在Python编程、矢量和栅格分析、网络制图以及云计算方面建立技能。无论您是学生、研究人员、GIS专业人士还是数据科学家,这本书都将为您提供自信应对地理空间挑战的工具。

  8. Kotlin 2.0 Crash Course
    Build, test, and secure Android and web applications including Functional patterns, JSON handling, and RESTful endpoints
    GitforGits | Asian Publishing House

    In "Kotlin 2.0 Crash Course," I speak directly to you, the developer who needs to solve problems today while laying a solid foundation for tomorrow. As you follow along, you'll learn how to install Kotlin on Linux, configure your development environment, and start writing code that compiles without hiccups. I'm thrilled to guide you through the fascinating world of variables, data types, and control structures. I'll use clear examples that immediately demonstrate how our sample app stores and manipulates tasks.

  9. The Web Development Glossary 4K
    More Than 4,000 Terms and Concepts for the Well-Rounded Developer
    Jens Oliver Meiert

    What is 3P? Afferent coupling? Strict evaluation? What are CPH, cHTML, and CMF? How about Vanadium, OPcache, or Auto Forms Mode? Covering more than 4,000 terms and concepts, and including explanations from Wikipedia and MDN Web Docs, The Web Development Glossary 4K provides an overview of web development unlike any other book or site.

  10. Mastering Postman, Second Edition
    Expert walkthrough to build end-to-end APIs including testing, integration and automation
    GitforGits | Asian Publishing House

     Postman 11 revolutionizes API development with its enhanced scripting capabilities and real-time collaboration tools. The book seamlessly integrates these new features into the content to ensure you learn both the fundamentals of API development and the latest technology. The chapters are structured with a heavy focus on real-world applications. I believe that the most effective way to learn is through practical examples, exercises, and real-life situations. From initial API design to security protocol implementation and performance testing, this book will walk you through every step of the process, ensuring that your APIs are secure, scalable, and reliable. 

  11. 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.

  12. C++ Networking 101
    Unlocking Sockets, Protocols, VPNs, and Asynchronous I/O with 75+ sample programs
    GitforGits | Asian Publishing House

    The book then guides readers through Virtual Private Networks (VPNs), detailing their importance, functioning, and distinct types of VPNs. It explores wireless networking and asynchronous programming, providing clear illustrations of WiFi, Bluetooth, and Zigbee setup using C++. It covers critical wireless standards and security protocols.

  13. CQRS by Example
    Command-Query Responsibility Segregation is an architectural style for developing applications that split the Domain Model in Read and Write operations in order to maximize semantics, performance, and scalability. What are all the benefits of CQRS? What are the drawbacks? In which cases does it worth applying it? How does it relate to Hexagonal Architecture? How do we properly implement the Write Model and Read Models? How do we keep in sync both sides? What are the following steps to move towards Event Sourcing? This book will answer all these questions and many more, guided through lots of practical examples. Brought to you by the same authors behind "Domain-Driven Design in PHP".
    Carlos Buenosvinos, Christian Soronellas, and Keyvan Akbary

    Leverage your Software Architecture skills by learning everything about CQRS in detail with lots of examplesDevelop faster applications by applying CQRS and fostering Read Models and ProjectionsLearn how to apply CQRS into a brownfield project from a pragmatic approach

  14. Modernização de Aplicações Legadas em PHP
    Mantenha seu código sob controle seguindo uma série de passos pequenos e concretos.
    Paul M. Jones and Rogerio Prado de Jesus

    À medida que você aplicar, em sequência, as refatorações indicadas de forma contínua — cada uma delas se baseando nas anteriores — conseguirá transformar de forma consistente sua aplicação PHP legada, saindo de uma bagunça macarrônica para torná-la uma aplicação organizada, moderna e testável.

  15. On Java 8
    Bruce Eckel

    By the author of "Thinking in Java," covering version 8 of the Java programming language (with updates to Java 17). Intended for “dedicated beginners,” it doesn’t assume you know anything about programming and takes you through the material step-by-step. However, I assume you are able to figure things out. It’s not a “dummies” or “idiot’s” guide.