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 529 - 552 of 1736 Results
Skip side bar filters
  • Neo4j Cookbook

    Harness the power of Neo4j to perform complex data analysis over the course of 75 easy-to-follow recipes

    by Ankur Goel ...
    Key FeaturesBook DescriptionIf you are already using Neo4j in your application and want to learn more about data analysis or database graphs, this is the book for you. This book also caters for your needs if you are looking to migrate your existing application to Neo4j in the future. We assume that you are already familiar with any general purpose programming language and have some familiarity ... Read more

    $37.99 USD or Free with Kobo Plus

  • Edge-First Web Development with Hono

    Building Fast, Portable APIs Across Cloudflare, Deno, Bun, and Node.js

    "Edge-First Web Development with Hono: Building Fast, Portable APIs Across Cloudflare, Deno, Bun, and Node.js"For experienced web engineers, the edge promises lower latency, global reach, and simpler deployment—but only if your application model can survive across runtimes without fragmentation. This book shows why Hono has become a compelling foundation for that approach. Aimed at advanced ... Read more

    $6.99 USD or Free with Kobo Plus

  • Kafka Streams in Action, Second Edition

    by Bill Bejeck ...
    Series series In Action
    Everything you need to implement stream processing on Apache Kafka using Kafka Streams and the kqsIDB event streaming database.Kafka Streams in Action, Second Edition guides you through setting up and maintaining your streaming processing with Kafka. Inside, you’ll find comprehensive coverage of not only Kafka Streams, but the entire toolbox you’ll need for effective streaming—from the components ... Read more

    $58.99 USD

  • Mathematica Data Visualization

    by Nazmus Saquib ...
    If you are planning to create data analysis and visualization tools in the context of science, engineering, economics, or social science, then this book is for you. With this book, you will become a visualization expert, in a short time, using Mathematica. ... Read more

    $20.99 USD or Free with Kobo Plus

  • Java and Algorithmic Thinking for the Complete Beginner

    From Basics to Advanced Techniques: Master Java and Algorithms for a Robust Programming Foundation

    Dive into the world of Java and algorithmic thinking with this book. This comprehensive guide for beginners covers everything from basic computer operations to advanced programming concepts.Key FeaturesIntroduction to Java & algorithmic thinking with a proper guide from basic to advanced conceptsTips and tricks to enhance programming efficiency, and exercises for real-world applicationDetailed ... Read more

    $9.99 USD or Free with Kobo Plus

  • Building Modern Business Applications

    Reactive Cloud Architecture for Java, Spring, and PostgreSQL

    by Peter Royal ...
    Series series Professional and Applied Computing (R0)
    Discover a new way of thinking about business applications in light of the massive industry shift toward cloud computing and reactive programming technologies. This book synthesizes technologies and techniques such as event sourcing, command query responsibility segregation (CQRS), property-based testing, and GraphQL into a cohesive guide for modern business applications that benefit every ... Read more

    $49.99 USD

  • Cruising Along with Java

    Modernize and Modularize with the Latest Features

    Java is on a fast-paced development schedule that brings with it improved design capabilities and enhancements for application security. Learn about the changes to Java, from version 9 to 24, and apply new features to build enterprise applications faster and with fewer errors. Get up to speed on how to make your code concise, expressive, and less error prone, and create better OO programs with the ... Read more

    $33.99 USD

  • Learn to Program with Kotlin

    From the Basics to Projects with Text and Image Processing

    by Tim Lavers ...
    Series series Professional and Applied Computing (R0)
    Teach yourself programming starting with the basics and progressing to a series of exciting projects using Kotlin, one of today's hottest programming languages. This book starts with the absolute basics and then introduces just enough syntax to get into some fascinating projects. These include text processing: a statistical analysis of Jane Austen's novels, solving anagrams, and working with ... Read more

    $49.99 USD

  • Softwaretesting kompakt

    Grundlagen von Tests und Testautomatisierung mit Java

    Series series Computer Science and Engineering (German Language)
    Softwaretests sind unverzichtbar für jede robuste Software. Dies zeigt sich durch nahezu wöchentliche Bugbedingte Ausfälle. Doch wie lassen sich diese effektiver verhindern? Nach dem Lesen dieses Buches sind Sie in der Lage, eigene Softwaretests in den unterschiedlichsten Industriebereichen mit Java umzusetzen.Dieses Buch richtet sich an alle, die in die Disziplin des Testens eintauchen möchten. ... Read more

    $14.99 USD

  • Agile Metrics in Action

    How to measure and improve team performance

    SummaryAgile Metrics in Action is a rich resource for agile teams that aim to use metrics to objectively measure performance. You'll learn how to gather data that really counts, along with how to effectively analyze and act upon the results.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the BookThe iterative nature of agile ... Read more

    $49.99 USD

  • Hands-On Spring Security 5 for Reactive Applications

    Learn effective ways to secure your applications with Spring and Spring WebFlux

    by Tomcy John ...
    A comprehensive guide to implementing a customizable authentication and access control framework for your enterprise applicationsKey FeaturesProvide authentication, authorization and other security features for Java applicationsLearn how to secure microservices, cloud, and serverless applications easilyExplore techniques for protecting applications from vulnerabilitiesBook DescriptionSpring ... Read more

    $34.99 USD or Free with Kobo Plus

  • 掌握Java SE8程式設計-Lambda的逆襲

    by 陳錦輝 ...
    在寫程式時,我們有時會希望『傳遞一段程式碼』給某個method,並且不限定該method何時來執行這段程式碼,例如Comparator的compare method就是個最明顯的例子。以往,Java必須透過物件間接完成這個目標,也就是將這段程式碼變成某個物件的某個method實作內容,然而這個method在介面或類別宣告時就必須有個名稱,但這個名稱對於我們想要『傳遞一段程式碼』的目的而言,其實是多餘的。『傳遞一段程式碼』給某個method在函數式程式語言中,不難做到。而眾多非函數式程式語言也陸續加入了這個功能,它們為此功能取了一個響亮的名字 ── Lambda運算式。為何取名為Lambda運算式呢? 它源自於一種古老的演算 ── λ演算(Lambda正是拉丁字母λ的讀音)。在λ演算中,函數是匿名的,代表著函數的名稱並不重要,因此,將『傳遞一段程式碼』的功能取名為Lambda運算式 ... Read more

    $15.99 USD

  • Gradle Dependency Management

    Gradle Dependency Management

    Key FeaturesBook DescriptionIf you work on Java projects, use Gradle as a build automation tool, and you use dependencies in your project, this is the book for you. Additionally, if you want to deploy your project artifacts as dependencies for other developers using Gradle, you've found the right book.What you will learnDefine dependencies in your Java projectsPublish your artifacts to Maven and ... Read more

    $25.99 USD or Free with Kobo Plus

  • Introducing Micronaut

    Build, Test, and Deploy Java Microservices on Oracle Cloud

    Series series Professional and Applied Computing (R0)
    The microservice architecture has been adopted by many developer teams around the world. To be successful, it's crucial that you understand how to program a microservice and get it running in the cloud. This book will walk you through the process of how to build, test, and deploy a Java-based Micronaut microservice to the Oracle Cloud with GitHub Actions.You'll learn how to create a Virtual ... Read more

    $49.99 USD

  • Java Coding Problems

    Become an expert Java programmer by solving over 200 brand-new, modern, real-world problems

    Stay on top of the new Java features (up to JDK 21) and find efficient solutions for your programming woes. With over 250 problems and solutions, you'll learn new ways to deal with real-world coding tasks and answers to common interview questions. Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesSolve Java programming challenges and get interview-ready with the power of ... Read more

    $39.99 USD or Free with Kobo Plus

  • Programming Clojure, Fourth Edition

    by Alex Miller ...
    Quickly turn complex problems into simple, working solutions using functional programming, safe concurrency, and the expressive tools of Clojure.Struggling with unnecessary complexity, unmanaged state, and brittle data that’s hard to change? Clojure combines the expressiveness of Lisp with the stability and performance of Java into a practical toolkit for creating simple, extensible applications. ... Read more

    $25.99 USD

  • Cloud Development and Deployment with CloudBees

    This is an easy-to-follow yet comprehensive guide that follows a step-by-step approach to leverage the CloudBees services.If you are a Java developer and want to explore the world of the cloud, this book is ideal for you. This book will guide you through the process of developing and deploying an application on the cloud. Prior knowledge of Java is essential. ... Read more

    $20.99 USD or Free with Kobo Plus

  • Learning RabbitMQ

    Build and optimize efficient messaging applications with ease

    by Martin Toshev ...
    Build and optimize efficient messaging applications with ease Key Features\[\*\]Learn to administer, configure, and manage RabbitMQ instances\[\*\]Discover ways to secure and troubleshoot RabbitMQ instances\[\*\]This book is fully up-to-date with all the latest changes to version 3.5Book DescriptionRabbitMQ is Open Source Message Queuing software based on the Advanced Message Queue Protocol ... Read more

    $37.99 USD or Free with Kobo Plus

  • Selenium Framework Design in Data-Driven Testing

    Build data-driven test frameworks using Selenium WebDriver, AppiumDriver, Java, and TestNG

    Take a deep dive into building data-driven test frameworks using Selenium WebDriverKey FeaturesA comprehensive guide to designing data-driven test frameworks using the Selenium 3 WebDriver API, AppiumDriver API, Java-Bindings, and TestNGLearn how to use Selenium Page Object Design Patterns and D.R.Y. (Don’t Repeat Yourself) Approaches to software development in automated testingDiscover the ... Read more

    $37.99 USD or Free with Kobo Plus

  • Learning LEGO MINDSTORMS EV3

    by Gary Garber ...
    About This BookOptimize the use of multiple sensors to build a robot that navigates and interacts with its environmentWork with both the Home Edition and the Educational Edition of the LEGO EV3 Mindstorms kitA practical guide with step-by-step building instructions to help you create your very own robotWho This Book Is ForThis book is for the hobbyists, builders, and programmers who want to build ... Read more

    $27.99 USD or Free with Kobo Plus

  • Secure Java

    For Web Application Development

    by Abhay Bhargav ...
    Most security books on Java focus on cryptography and access control, but exclude key aspects such as coding practices, logging, and web application risk assessment. Encapsulating security requirements for web development with the Java programming platform, Secure Java: For Web Application Development covers secure programming, risk assessment, and threat modeling—explaining how to integrate these ... Read more

    $100.99 USD

  • Mastering NGINX for Site Reliability and Performance Optimization

    by Richa Garg ...
    Unlock the power of NGINX to boost performance and scale effortlessly. Key Features ● Learn NGINX from basics to advanced with expert guidance, from installation to high-performance configurations. ● Reinforce your skills with practical examples and detailed solutions for real-world applications. ● Step-by-step beginner-friendly approach with clear explanations, making complex concepts easy to ... Read more

    $19.99 USD or Free with Kobo Plus

  • Introduction to Programming in Java

    An Interdisciplinary Approach

    This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.Programming skills are indispensable in today’s world, not just for computer science students, but also for anyone in any scientific or technical discipline. Introduction to Programming in Java, Second Edition, by Robert Sedgewick and Kevin ... Read more

    $53.99 USD

  • Practical Network Security with OpenSSL

    Gain practical OpenSSL skills for real-world cybersecurity challenges Key Features ● Master OpenSSL’s command-line tools and C APIs to build secure and practical cryptographic applications. ● Gain a complete understanding of cryptography from foundational theory to advanced hardware integration with OpenSSL Engines. ● Apply your OpenSSL knowledge to real-world use cases including IoT security PKI ... Read more

    $19.99 USD or Free with Kobo Plus