Leanpub Header

Skip to main content

Filters


Books

  1. This book will help you understand the true meaning of Eman

  2. The Meaning of Surah 99 Az-Zalzalah (The Earthquake) From Holy Quran Bilingual Edition In English and Spanish Languange.

  3. Remote Mob Programming
    Home but not alone
    Dr. Simon Harrer, Martin Huber, and Jochen Christ

    Remote Mob Programming combines two ways of working: Mob Programming and working as a distributed team. Jochen Christ, Simon Harrer and Martin Huber share their experience with their working model - and why they don’t want to work differently anymore.

  4. No Description Available
  5. No Description Available
  6. No Description Available
  7. Internationale Hochschulstudie
    Die Onlinepräsenz von über 2.500 Hochschulen im Vergleich
    Jonathan Schubert and Magnus Schubert

    Die Onlinepräsenz einer Hochschule erfüllt viele unterschiedliche Funktionen. Eine wesentlich ist es in einem immer internationaler werdenden Umfeld, einen Beitrag zur Akquisition neuer Studierenden zu leisten. Doch wie unterschiedlich sind die Online Auftritte in den verschiedenen Ländern und wo bestehen Nachholbedarfe?

  8. Reni
    Katrin Becker

    This is my mother's story. It is the story of an extraordinary German girl born in Berlin just before World War II.It is written in her own words.

  9. No Description Available
  10. No Description Available
  11. Agile practices applied to personal relationships.

  12. Startup Guide
    How startups and established companies can create profitable digital products
    Joaquim Torres (Joca)

    Learn the best techniques for creating your digital product and make it profitable as quickly as possible with the Startup Guide. Just as many successful companies, such as Caelum, ContaAzul, and Locaweb, who invested in their ideas.

  13. 敏捷教练的工具箱 - 可视化
    伟大的团队如何可视化他们的工作
    Jimmy Janlén and Bing

    针对敏捷团队和敏捷人员的可视化示例

  14. Spring è uno dei framework più diffusi ed apprezzati nel mondo Java. Spring Boot permette di sfruttare la potenza di Spring senza inutili complicazioni, aiutandoci a realizzare applicazioni web complesse in poco tempo. Questo libro tratta gli aspetti principali dei due framework in modo semplice e pratico.

  15. Coffee Break Python Workbook
    127 Python Puzzles to Push You from Zero to Hero in Your Coffee Breaks
    Christian Mayer, Lukas Rieger, and Zohaib Riaz

    This book is the chess grandmaster way of learning Python. 127 unique and brand-new Python puzzles - each pointing to gaps in your knowledge, challenges you to guess a solution, and then explains potential solutions in an easy-to-understand manner. # Example puzzle: my_list = [1, 1, 1, 1]my_list[1::2] = [2, 3]print(my_list) # What’s the output?