Leanpub Header

Skip to main content

Filters

Category: "Software"

Books

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

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

  3. 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?

  4. #DEVSFROMSPAIN
    Revista trimestral de divulgación e investigación sobre el diseño y desarrollo de videojuegos.
    #DevsFromSpain and dparente

    Revista sobre diseño y desarrollo de videojuegos para todos los amantes de la industria del videojuego

  5. Implementing QuantLib の和訳
    Luigi Ballabio and Aki Sakashita

    Quantitative finance in C++: an inside look at the architecture of the QuantLib library.

  6. 构建 QuantLib
    深度探索量化金融 C++ 源代码
    Luigi Ballabio and Ruilong Xu

    本书是 QuantLib 项目的核心开发者对 QuantLib 整体架构和设计理念的详尽阐述。

  7. Experience the open source population health movement! Learn how to easily install the open source UCPT community engagement framework to begin improving the health of your community.

  8. Building SaaS with Laravel
    [PLEASE NOTE: THE BOOK IS OUTDATED] Learn how to build and launch a real-world SaaS application in just a few weeks.
    Max Kostinevich

    Learn how to build and launch a real-world SaaS application in just a few weeks!

  9. How To Design Newspapers With Corel Draw
    Practical Step By By Step Picture Guide
    Sesan Oguntade

    You only need to learn how from this simple and short picture guide. This picture guide shows you the simple and basic tools you can begin to use in Corel Draw to get your design projects executed every time you have one to carry out.

  10. I'll show you many techniques, some frameworks, programming tips and organization, etc. The whole focus is not on frameworks, but in the concepts behind them. When needed, the examples will be done in Java, but the whole idea is to give you all you need to understand how to achieve a mature software.

  11. Pretendo comentar sobre várias técnicas, apresentar alguns frameworks, dicas de programação e organização, etc. Esse livro não vai focar em tecnologias específicas ou frameworks específicos e sim no conceito do assunto, porém, quando necessário, os exemplos serão feitos em Java, mas a idéia dar tudo o que precisa para alcançar um software maduro.

  12. What I learned by Creating Systems for Five Decades
    Principles to save you thousands of person-hours and a small fortune.
    Jim Kitzmiller

    If you use some of the principles in this book, you can save your company thousands of person-hours and a small fortune. The wisdom in this book is based on studies and experience spanning a wide variety of systems including software systems, personal empowerment systems, creativity systems, meditation systems, and self-expression systems.

  13. How to build test automation framework
    How to build a perfect test automation framework.
    Anton Smirnov

    This book will not be a lot of programming or describing the huge number of patterns and instructions on how to write code. In this book, I tried to focus more on the concept of how and with what vision it is necessary to approach the creation of a test framework.

  14. Clean JavaScript
    Aprende a aplicar código limpio, SOLID y Testing
    Software Crafters

    Mejora tu código Javascript aplicando Clean Code. Con este e-book aprenderás a escoger mejores nombres para las variables, a escribir funciones más simples y legibles, a diseñar clases mejor estructuradas y otros conceptos que, sin duda, podrás aplicar en tu día a día como desarrollador. En definitiva, este e-book te ayudará a ser mejor profesional

  15. Would you like to write more, write fast, and write well?