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.
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.
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.
“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.
It’s not what you know, but how you apply what know. The application of knowledge.
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.
A practical guide to Java 8 lambda expressions and streams, worth reading for Java developers.
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.
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.
Learn to ace Java Interviews irrelevant of your experience in no time at all
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.
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.
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
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 :)
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.