Leanpub Header

Skip to main content

Filters

Category: "Java"

Books

  1. This book is collection of standalone tutorials each containing minimum amount of code needed to explain specific functionality making them very easy to learn. It can be also used as Just In Time Support so that you can learn what you need when you need it.

  2. Learn how to master Spark Java, a free open source micro framework that can be used to develop powerful APIs alongside JVM-based programming languages.

  3. Java everywhere
    Write Once run Anywhere with DukeScript
    Anton Epple

    Do you want to write Java apps that run on mobile phones, tablets as well as your desktop computer? In this book you'll learn how to design and develop apps and upload them to Google Play and Apples App Store. The technology we'll use for that is DukeScript, a new framework for single-source cross-platform development in Java.

  4. “Learn Object-Oriented Java the Hard Way” is a book that teaches you the object-oriented parts of Java with over 50 complete example programs that illustrate each concept step-by-step. Each concept is demonstrated with working code and explained, so that you understand what every line of code does and why it is there. After you work through this book, you should be able to understand the basic structure and function of any Java program, even large programs by professional developers. The exercises and explanations in this book are distilled from my over fifteen years of experience teaching object-oriented programming to everyday students.

  5. It’s not what you know, but how you apply what know. The application of knowledge.

  6. High-Performance Java Persistence
    Get the most out of your persistence layer
    Vlad Mihalcea

    A high-performance data access layer must resonate with the underlying database system. Knowing the inner workings of a relational database and the data access frameworks in use can make the difference between a high-performance enterprise application and one that barely crawls.

  7. A Practical Guide for Java 8 Lambdas and Streams
    Mastering Java 8 Lambdas and Streams
    Fu Cheng

    A practical guide to Java 8 lambda expressions and streams, worth reading for Java developers.

  8. The Groovy 2 Tutorial
    An introductory text for Groovy developers
    Duncan Dickinson

    The Groovy 2 Tutorial is a primer for those who are new to the Groovy language and want to know how Groovy works. Groovy is a great language for those who want the flexibility of a dynamic language and the support of the Java ecosystem. Groovy is also a key to unlocking a range of other great technologies including Gradle, Grails and Android development.

  9. Power Java
    Mark Watson

    This is a practical "cook book style" book for writing Java 8 applications that features techniques for natural language processing, machine learning, network programming, linked data, and knowledge management. This book was originally published November 2015 and updated July 30, 2016 for version 2 of the Spark machine learning library.

  10. Java Interview Bootcamp
    The practical guide to the Java interview process
    Sam Atkinson

    Learn to ace Java Interviews irrelevant of your experience in no time at all

  11. Gradle Goodness Notebook
    Experience Gradle through code snippets
    Hubert A. Klein Ikkink (mrhaki)

    Learn more about Gradle features with code snippets and short articles. The articles and code will get you started quickly and will give more insight in Gradle.

  12. The Art Of Performance Engineering
    Learn Performance Optimization techniques to ensure high performance of your application.
    Vineeta Vashistha & Amit Vashistha

    Tips and Techniques to optimize your Web Pages, Web Server, Application Server and Database Server together with detailed insight into Tuning and Debugging of your application.

  13. Maîtriser Apache JMeter
    Du test de charge à Devops
    Antonio Gomes Rodrigues, Bruno Demion (Milamber), and Philippe Mouawad

    Toute la puissance d'Apache JMeter expliquée par ses commiteurs et utilisateurs experts. De l'intégration continue en passant par le Cloud, vous découvrirez comment intégrer JMeter à vos processus "Agile" et Devops. If you're looking for the newer english version of this book, go to Master JMeter : From load testing to DevOps

  14. Programador Profissional
    Técnicas e Práticas de Codificação
    Márcio Torres

    Aprenda as técnicas e práticas especiais que um programador profissional sabe e usa para escrever e manter códigos de alta qualidade. Este livro junta experiência em desenvolvimento de software com a didática necessária para o ensino do ofício de programar para viver :)

  15. Learning JVMTI
    Building native agents for JVM
    Sachin Handiekar

    Unlock the full power of the JVM! Learn to build native agents with JVMTI for monitoring, debugging, and extending Java applications—complete with hands-on examples and expert tips.