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 289 - 312 of 1729 Results
Skip side bar filters
  • Hadoop Operations

    A Guide for Developers and Administrators

    by Eric Sammer ...
    If you’ve been asked to maintain large and complex Hadoop clusters, this book is a must. Demand for operations-specific material has skyrocketed now that Hadoop is becoming the de facto standard for truly large-scale data processing in the data center. Eric Sammer, Principal Solution Architect at Cloudera, shows you the particulars of running Hadoop in production, from planning, installing, and ... Read more

    29,46 €

  • Programación Java: JDBC y Swing

    El objetivo de este libro no es ser un “áspero” manual de referencia de los contenidos tratados: JDBC y Swing, Tampoco se trata, como podría dar laimpresión, de una mera colección de ejercicios. Sino que el planteamiento del autor en la redacción de esta obra técnica ha sido el presentar al lector una integración de la utilización de ambas APIs, contextualizada en un ámbito productivo, ... Read more

    8,68 € or Free with Kobo Plus

  • Android System Programming

    Porting, customizing, and debugging Android HAL

    by Roger Ye ...
    Build, customize, and debug your own Android systemKey FeaturesMaster Android system-level programming by integrating, customizing, and extending popular open source projectsUse Android emulators to explore the true potential of your hardwareMaster key debugging techniques to create a hassle-free development environmentBook DescriptionAndroid system programming involves both hardware and software ... Read more

    33,38 € or Free with Kobo Plus

  • Enhanced Java: Step-by-Step Java Book (3th Edition)

    by Jamie Bloch ...
    Java Made Easy – a Step-by-Step Guide for BeginnersLearning a programming language can seem like a daunting task. You may have looked at coding in the past, and felt it was too complicated and confusing. This comprehensive beginner’s guide will take you step by step through learning one of the best programming languages out there. In a matter of no time, you will be writing code like a ... Read more

    26,50 €

  • A complete Reference of PHP

    technical, #2018

    by priyanka ...
    Series Book 2018 - technical
    PHP: The Complete Reference is a book that provides the readers with key insights into developing dynamic websites using PHP.Summary Of The BookPHP is classified as a server-side scripting language that is used for web development, which can also be utilized as a general-purpose programming language. PHP is installed on over 244 million sites and around 2.1 million servers. PHP: The Complete ... Read more

    2,99 € or Free with Kobo Plus

  • Modern Systems Programming with Scala Native

    Write Lean, High-Performance Code without the JVM

    Access the power of bare-metal systems programming with Scala Native, an ahead-of-time Scala compiler. Without the baggage of legacy frameworks and virtual machines, Scala Native lets you re-imagine how your programs interact with your operating system. Compile Scala code down to native machine instructions; seamlessly invoke operating system APIs for low-level networking and IO; control pointers, ... Read more

    22,89 €

  • Dart in Action

    by Chris Buckett ...
    SummaryDart in Action introduces Google's Dart language and provides techniques and examples showing how to use it as a viable replacement for Java and JavaScript in browser-based desktop and mobile applications. It begins with a rapid overview of Dart language and tools, including features like interacting with the browser, optional typing, classes, libraries, and concurrency with isolates. After ... Read more

    57,30 €

  • Modern Java in Action

    Lambdas, streams, functional and reactive programming

    SummaryManning's bestselling Java 8 book has been revised for Java 9! In Modern Java in Action, you'll build on your existing Java language skills with the newest features and techniques.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyModern applications take advantage of innovative designs, including microservices, ... Read more

    67,61 €

  • Java GC Tutorials - Herong's Tutorial Examples

    by Herong Yang ...
    This book is a collection of tutorial notes and sample codes written by the author while he was learning JVM GC (Garbage Collection) processes. Topics include Java Garbage Collectors, STW (Stop-The-World), Serial Collector, Parallel Collector, Concurrent Collector, G1 Collector, GC Algorithms, Generational GC, Regional GC, Heap Memory Management, Young/New Generation, Tenured/Old Generation, ... Read more

    4,12 €

  • Building Data Streaming Applications with Apache Kafka

    Design, develop and streamline applications using Apache Kafka, Storm, Heron and Spark

    Design and administer fast, reliable enterprise messaging systems with Apache KafkaKey Features\[\*\]Build efficient real-time streaming applications in Apache Kafka to process data streams of data\[\*\]Master the core Kafka APIs to set up Apache Kafka clusters and start writing message producers and consumers\[\*\]A comprehensive guide to help you get a solid grasp of the Apache Kafka concepts in ... Read more

    29,56 € or Free with Kobo Plus

  • 机器学习开发者指南

    Chinese Edition

    一本通过学习统计、分析和机器学习的方法,来提升开发者解决日常问题的能力的指南Key Features通过有趣的示例实现回归、聚类、分类、神经网络Book Description本书将带领读者学习如何实施各种机器学习技术及其日常应用的开发。本书分为9章,从易于掌握的语言基础数据和数学模型开始,向读者介绍机器学习领域中使用的各种库和框架,然后通过有趣的示例实现回归、聚类、分类、神经网络等,从而解决如图像分析、自然语言处理和时间序列数据的异常检测等实际问题。 本书适合机器学习的开发人员、数据分析人员、机器学习领域的从业人员,以及想要学习机器学习的技术爱好者阅读。使用任何脚本语言的编程人员都可以阅读本书,但如果熟悉Python语言的话,将有助于充分理解本书的内容。What you will learn通过简单易懂的方法学习数学和机器学习的原理;了解广泛使用的机器学习算法和技术 ... Read more

    28,61 € or Free with Kobo Plus

  • Ultimate Genetic Algorithms with Python

    Harness Genetic Algorithms to Build the Next Generation of Adaptive AI. Key Features ● Step-by-step tutorials on Genetic Algorithms, using PyGAD and DEAP. ● Real-world Genetic Algorithm applications in ML, DL, NLP, CV, and RL. ● Advanced coverage of evolutionary and metaheuristic algorithms. ● Integration of Genetic Algorithms with generative and agent-based AI systems. Book Description Genetic ... Read more

    21,24 € or Free with Kobo Plus

  • Functional Thinking

    Paradigm Over Syntax

    by Neal Ford ...
    If you’re familiar with functional programming basics and want to gain a much deeper understanding, this in-depth guide takes you beyond syntax and demonstrates how you need to think in a new way. Software architect Neal Ford shows intermediate to advanced developers how functional coding allows you to step back a level of abstraction so you can see your programming problem with greater clarity ... Read more

    22,14 €

  • Build Your Own Programming Language

    A programmer's guide to designing compilers, interpreters, and DSLs for modern computing problems

    Learn to design your own programming language in a hands-on way by building compilers, using preprocessors, transpilers, and more, in this fully-refreshed second edition, written by the creator of the Unicon programming language. Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesTakes a hands-on approach; learn by building the Jzero language, a subset of Java, with example ... Read more

    30,52 € or Free with Kobo Plus

  • 200+ Java Programs for Beginners

    200+ Java Programs for Beginners is your essential guide to mastering Java programming with ease! Whether you're completely new to coding or looking to solidify your foundational skills, this comprehensive collection of Java programs will help you gain confidence and hands-on experience. Each program is crafted to guide you through the core principles of Java, including variables, loops, data ... Read more

    9,99 €

  • Beginning Java Objects

    From Concepts to Code

    Series series Professional and Applied Computing (R0)
    As a programming language, Java's object-oriented nature is key to creating powerful, reusable code and applications that are easy to maintain and extend. That being said, many people learn Java syntax without truly understanding its object-oriented roots, setting them up to fail to harness all of the power of Java. This book is your key to learning both!This new third edition of Beginning Java ... Read more

    75,78 €

  • Java Language Specification, Java SE 8 Edition, The

    Written by the inventors of the technology, The Java® Language Specification, Java SE 8 Edition is the definitive technical reference for the Java programming language.The book provides complete, accurate, and detailed coverage of the Java programming language. It fully describes the new features added in Java SE 8, including lambda expressions, method references, default methods, type annotations ... Read more

    46,74 €

  • Computer Programming And Software Development

    Coding With C#, Python, JavaScript, React, Angular And Typescript

    by Richie Miller ...
    If you want to discover how to become a software developer using C#, Python, Angular, or JavaScript, this book is for you!9 BOOKS IN 1 DEAL!· BOOK 1: ANGULAR FRAMEWORK ESSENTIALS - OPEN SOURCE WEB APP DEVELOPMENT USING ANGULAR & TYPESCRIPT· BOOK 2: PYTHON MACHINE LEARNING - ALGORITHM DESIGN & PRACTICAL CODE EXECUTION· BOOK 3: REACT ... ... Read more

    19,07 €

  • Java

    Advanced Guide to Programming Code with Java

    Series Book 4 - Java Programming Series
    Are you struggling to understand some of the Advanced Java programming concepts? Are you desperate to further your knowledge and make something out of your programming experience?Look no further; in "Java: Advanced Guide to Programming Code with Java", you will learn all about:In this Definitive Java Advanced Level Guide, you're about to discover...The Java Interface – Learn all about the Java ... Read more

    2,58 € or Free with Kobo Plus

  • Mastering Apache Spark 2.x

    Advanced techniques in complex Big Data processing, streaming analytics and machine learning

    Advanced analytics on your Big Data with the latest Apache Spark 2.xKey Features\[\*\]Master the art of real-time Big Data processing using Apache Spark 2.x\[\*\]Perform machine learning, deep learning and streaming data analytics by extending the most up-to-date functionalities of Apache Spark\[\*\]An advanced guide with a unique combination of tips, instructions and practical examples on using ... Read more

    33,38 € or Free with Kobo Plus

  • NetBeans IDE Programmer Certified Expert Exam Guide (Exam 310-045)

    Series series Certification Press
    The Best Fully Integrated Study System AvailableWith hundreds of practice questions and hands-on exercises, NetBeans IDE Programmer Certified Expert Exam Guide covers what you need to know--and shows you how to prepare--for this challenging exam.100% complete coverage of all official objectives for exam 310-045Exam Readiness checklist at the front of the book--you're ready for the exam when all ... Read more

    28,93 €

  • Hadoop: The Definitive Guide

    The Definitive Guide

    by Tom White ...
    Hadoop: The Definitive Guide helps you harness the power of your data. Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, ... Read more

    24,79 €

  • Domain-Driven Design with Java - A Practitioner's Guide

    Create simple, elegant, and valuable software solutions for complex business problems

    Adopt a practical and modern approach to architecting and implementing DDD-inspired solutions to transform abstract business ideas into working software across the entire spectrum of the software development life cycleKey FeaturesImplement DDD principles to build simple, effective, and well-factored solutionsUse lightweight modeling techniques to arrive at a common collective understanding of the ... Read more

    25,75 € or Free with Kobo Plus

  • Ultimate Microsoft Power Automate Desktop

    Automate tasks, streamline workflows, and maximize efficiency using Microsoft Power Automate Desktop. Key Features ● Covers everything from RPA fundamentals to advanced Power Automate Desktop features, helping both beginners and intermediate users level up their automation skills. ● Each chapter includes real-world exercises and scenarios, enabling readers to build automation workflows as they ... Read more

    25,49 € or Free with Kobo Plus