Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Java eBooks

If you like Java eBooks, then you'll love these top picks.
Showing 793 - 816 of 1738 Results
Skip side bar filters
  • Frontend Development with JavaFX and Kotlin

    Build State-of-the-Art Kotlin GUI Applications

    by Peter Späth ...
    Series series Professional and Applied Computing (R0)
    Build elegant, responsive, and stable Java Virtual Machine-based client applications (Fat Clients) with modern user interfaces. This book introduces JavaFX as a frontend technology and utilizes Kotlin instead of Java for coding program artifacts to boost code expressiveness and maintainability. Author Peter Späth employs a hands-on approach, providing practical examples and code to demonstrate ... Read more

    $44.99 USD

  • Spring: Developing Java Applications for the Enterprise

    Leverage the power of Spring MVC, Spring Boot, Spring Cloud, and additional popular web frameworks.About This BookDiscover key Spring Framework-related technology standards such as Spring core, Spring-AOP, Spring data access frameworks, and Spring testing to develop robust Java applications easilyThis course is packed with tips and tricks that demonstrate Industry best practices on developing a ... Read more

    $61.99 USD or Free with Kobo Plus

  • Sviluppare applicazioni per Android

    by Massimo Carli ...
    Series Book 15 - Sviluppare app
    Android è un sistema operativo open source per dispositivi mobili basato su Linux. La sua struttura aperta permette di personalizzare le funzioni principali del sistema e sviluppare applicazioni.L’obiettivo di questo libro è quello di guidare il lettore attraverso tutte le fasi necessarie alla realizzazione di un'applicazione Android caratterizzata da una forte integrazione con sistemi esterni. ... Read more

    $28.99 USD or Free with Kobo Plus

  • Learn Java 17 Programming

    Learn the fundamentals of Java Programming with this updated guide with the latest features

    by Nick Samoylov ...
    Explore the essential concepts of programming such as object-oriented, functional, and reactive programming by writing code and building projects using the latest LTS version of JavaKey FeaturesA step-by-step guide for beginners to get started with programming in Java 17Explore core programming topics including GUI programming, concurrency, and error handlingWrite efficient code and build projects ... Read more

    $34.99 USD or Free with Kobo Plus

  • Mastering Apache Maven 3

    If you are working with Java or Java EE projects and you want to take full advantage of Maven in designing, executing, and maintaining your build system for optimal developer productivity, then this book is ideal for you. You should be well versed with Maven and its basic functionality if you wish to get the most out of the book. ... Read more

    $26.99 USD or Free with Kobo Plus

  • Apache Kafka

    Series Book 164 - shortcuts
    In diesem shortcut geht es um Apache Kafka, den verteilten, partitionierenden und replizierenden Service für Datenströme. Kapitel 1 stellt die Konzepte vor, mithilfe derer Apache Kafka seine Funktionen zur Verfügung stellt, und erläutert deren effektive Performance. Im zweiten Kapitel geht es um die Abfrage und Verwaltung aktueller und historischer Definitionen von Datenstrukturen mithilfe von ... Read more

    $3.99 USD or Free with Kobo Plus

  • RabbitMQ Essentials

    by David Dossot ...
    This book is a quick and concise introduction to RabbitMQ. Follow the unique case study of Clever Coney Media as they progressively discover how to fully utilize RabbitMQ, containing clever examples and detailed explanations. Whether you are someone who develops enterprise messaging products professionally or a hobbyist who is already familiar with open source Message Queuing software and you are ... Read more

    $17.99 USD or Free with Kobo Plus

  • Haskell High Performance Programming

    Write Haskell programs that are robust and fast enough to stand up to the needs of today

    Boost the performance of your Haskell applications using optimization, concurrency, and parallel programmingKey Features\[\*\] Explore the benefits of lazy evaluation, compiler features, and tools and libraries designed for high performance\[\*\] Write fast programs at extremely high levels of abstraction\[\*\] Work through practical examples that will help you address the challenges of writing ... Read more

    $41.99 USD or Free with Kobo Plus

  • Designing Hexagonal Architecture with Java

    Build maintainable and long-lasting applications with Java and Quarkus

    by Davi Vieira ...
    Learn to build robust, resilient, and highly maintainable cloud-native Java applications with hexagonal architecture and QuarkusKey FeaturesUse hexagonal architecture to increase maintainability and reduce technical debtLearn how to build systems that are easy to change and understandLeverage Quarkus to create modern cloud-native applicationsPurchase of the print or Kindle book includes a free PDF ... Read more

    $35.99 USD or Free with Kobo Plus

  • Java for Programmers

    with Generative AI

    The professional programmer's Deitel® guide to Java with integrated generative AIWritten for programmers with a background in another high-level language, in Java for Programmers: with Generative AI, Fifth Edition, you'll learn modern Java development hands on using the latest Java idioms and features and genAIs.In the context of 200+ real-world code examples, you'll quickly master... ... Read more

    $43.19 USD

  • Java Concurrency and Parallelism

    Master advanced Java techniques for cloud-based applications through concurrency and parallelism

    by Jay Wang ...
    Unlock Java's full potential for cloud computing through expert insights from real-world case studies and stay ahead with the latest trends in agile and robust Java application developmentKey FeaturesMaster concurrency and parallelism to overcome cloud computing challenges in JavaBuild scalable solutions with Big Data, ML, microservices, and serverless architecturesExplore cloud scaling, GPU ... Read more

    $32.99 USD or Free with Kobo Plus

  • Java from Zero: Learn Java Programming Fast for Beginners to Professionals:

    The Complete Guide with Code Examples and Exercises to Become a Professional

    by Scott Brandt ...
    Discover how to become a six-figure developer without going back to school.Are you thinking of transitioning into a career as a software developer?Have you always been interested in programming languages and tinkering with technology?Do you wish there was a straightforward way to gain all the skills and knowledge you need to write your own programs?If you're looking to make a living as a Java ... Read more

    $8.14 USD or Free with Kobo Plus

  • Ultimate GraphQL for Scalable Web Apps

    by Robins Gupta ...
    Master GraphQL to build scalable, production-ready web applications.Key Features● Build a complete Netflix-style streaming platform using GraphQL, React, Node.js, and Apollo.● Master production-grade concepts including DataLoader, caching, scalability, and performance tuning.● Learn by doing, and progress from GraphQL fundamentals to advanced real-world full-stack development.Book Description... ... Read more

    $20.99 USD

  • Pro Java Clustering and Scalability

    Building Real-Time Apps with Spring, Cassandra, Redis, WebSocket and RabbitMQ

    by Jorge Acetozi ...
    Series series Professional and Applied Computing (R0)
    Build clustered and scalable Java-based, real-time applications using Spring Framework, Boot, WebSocket, Cassandra, Redis and RabbitMQ. In this book, you'll tie all this together with a dive-in case study, a real-time scalable chat application under differing scenarios. Pro Java Clustering and Scalability also discusses how to horizontally scale the WebSocket chat application using a full STOMP ... Read more

    $40.99 USD

  • Java 17 Recipes

    A Problem-Solution Approach

    Series series Professional and Applied Computing (R0)
    Quickly find solutions to dozens of common programming problems encountered while building Java applications, with recipes presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved!Java 17 Recipes is updated to reflect changes in specification and implementation since ... Read more

    $62.99 USD

  • Introducing Maven

    Series series Professional and Applied Computing (R0)
    Introducing Maven is your quick start-up primer guide on Maven. This fully packed mini-book includes the new features and enhancements found in the latest version of Maven.In this short 100-page book, you'll learn all about Maven and how to set it up to use. You'll learn about the Maven life cycle and how to effectively leverage and use it. Also, you'll learn the basics of using site plugins and ... Read more

    $23.99 USD

  • Hands-On Design Patterns with Kotlin

    Build scalable applications using traditional, reactive, and concurrent design patterns in Kotlin

    by Alexey Soshin ...
    Make the most of Kotlin by leveraging design patterns and best practices to build scalable and high performing appsKey Features\[\*\] Understand traditional GOF design patterns to apply generic solutions\[\*\] Shift from OOP to FP; covering reactive and concurrent patterns in a step-by-step manner\[\*\] Choose the best microservices architecture and MVC for your development environmentBook ... Read more

    $37.99 USD or Free with Kobo Plus

  • Banco de Dados JDBC e JAVA

    Célio Azevedo é jornalista diplomado, programador e docente superior pós-graduado, com MBA em Gestão de Negócios na UCAM. Número de registro: 28.046/RJ. Há anos leciona linguagens de programação orientadas a objetos.Nesse livro você aprenderá a programar de maneira simples e objetiva a linguagem Java em Banco de Dados. ... Read more

    $3.85 USD or Free with Kobo Plus

  • Practical OpenTelemetry

    Adopting Open Observability Standards Across Your Organization

    Series series Professional and Applied Computing (R0)
    Learn the value that OpenTelemetry can bring to organizations that aim to implement observability best practices, and gain a deeper understanding of how different building blocks interact with each other to bring out-of-the-box, vendor-neutral instrumentation to your stack. With examples in Java, this book shows how to use OpenTelemetry APIs and configure plugins and SDKs to instrument services ... Read more

    $49.99 USD

  • Ultimate Pandas for Data Manipulation and Visualization

    Unlock the power of Data Manipulation with Pandas. Key Features ● Master Pandas from basics to advanced and its data manipulation techniques. ● Visualize data effectively with Matplotlib and explore data efficiently. ● Learn through hands-on examples and practical real-world use cases. Book Description Unlock the power of Pandas, the essential Python library for data analysis and manipulation. ... Read more

    $19.99 USD or Free with Kobo Plus

  • Spring Dynamic Modules in Action

    Java EE developers increasingly want to utilize OSGi to develop modular applications for component and service-based architectures. But tools required for OSGi implementation have been slow to develop. Spring Dynamic Modules (Spring DM) is a framework that simplifies the creation of component and service-oriented architectures with OSGi, to build modular Java applications using the powerful Spring ... Read more

    $58.99 USD

  • Aprender VueJS con 100 ejercicios prácticos

    ¿Se ha planteado en algún momento desarrollar aplicaciones SPA pero no ha sabido con qué framework iniciarse? Existen muchos, ¿verdad? Si le contara que la curva de aprendizaje de desarrollar aplicaciones en Vue es mucho menor que el tiempo invertido en aprender React o Angular, ¿se animaría? Vue, pese a llegar el último al mercado, ha adoptado las buenas prácticas de Angular y React, además de ... Read more

    $8.99 USD or Free with Kobo Plus

  • JBoss Weld CDI for Java Platform

    by Ken Finnigan ...
    This book is a mini tutorial with plenty of code examples and strategies to give you numerous options when building your own applications."JBoss Weld CDI for Java Platform" is written for developers who are new to dependency injection. A rudimentary knowledge of Java is required. ... Read more

    $14.99 USD or Free with Kobo Plus

  • Java EE 8 Design Patterns and Best Practices

    Build enterprise-ready scalable applications with architectural design patterns

    Get the deep insights you need to master efficient architectural design considerations and solve common design problems in your enterprise applications.Key FeaturesThe benefits and applicability of using different design patterns in JAVA EELearn best practices to solve common design and architectural challengesChoose the right patterns to improve the efficiency of your programsBook ... Read more

    $37.99 USD or Free with Kobo Plus