Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de Java

Si te gustan los eBooks de Java, seguro que te encanta esta selección.
Mostrando 1369 - 1392 de 1719 resultados
Skip side bar filters
  • A Functional Approach to Java

    Augmenting Object-Oriented Java Code with Functional Principles

    de Ben Weidig ...
    Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such as lambda expressions and Streams. If you're interested in applying FP concepts to your Java code, this ... Leer más

    $490 MXN

  • Learning Test-Driven Development

    A Polyglot Guide to Writing Uncluttered Code

    Your code is a testament to your skills as a developer. No matter what language you use, code should be clean, elegant, and uncluttered. By using test-driven development (TDD), you'll write code that's easy to understand, retains its elegance, and works for months, even years, to come. With this indispensable guide, you'll learn how to use TDD with three different languages: Go, JavaScript, and ... Leer más

    $490 MXN

  • Learn Java with Math

    Using Fun Projects and Games

    de Ron Dai ...
    Series series Professional and Applied Computing (R0)
    There are many good Java programming books on the market, but it's not easy to find one fit for a beginner. This book simplifies the complexity of Java programming and guides you through the journey to effectively work under the hood.You'll start with the fundamentals of Java programming and review how it integrates with basic mathematical concepts through many practical examples. You'll witness ... Leer más

    $968 MXN

  • Mastering Spring AI

    The Java Developer’s Guide for Large Language Models and Generative AI

    Series series Professional and Applied Computing (R0)
    Dive into the future of programming with this comprehensive guide for Java developers to integrate large language models (LLMs) and Generative AI using the Spring Framework. This book comes at a revolutionary time when AI technology is transforming how we implement solutions in various fields, including natural language processing, content generation, and predictive analytics. With its widespread ... Leer más

    $1,019 MXN

  • Practical Domain-Driven Design in Enterprise Java

    Using Jakarta EE, Eclipse MicroProfile, Spring Boot, and the Axon Framework

    de Vijay Nair ...
    Series series Professional and Applied Computing (R0)
    See how Domain-Driven Design (DDD) combines with Jakarta EE MicroProfile or Spring Boot to offer a complete suite for building enterprise-grade applications. In this book you will see how these all come together in one of the most efficient ways to develop complex software, with a particular focus on the DDD process.Practical Domain-Driven Design in Enterprise Java starts by building out the Cargo ... Leer más

    $799 MXN

  • IGNOU PGDCA MCS 206 Object Oriented Programming using Java Previous Years solved Papers

    de Manish Soni ...
    Series Libro 1 - IGNOU PGDCA Solved Paper Books Series
    Welcome to the comprehensive collection of IGNOU PGDCA MCS 206 Object Oriented Programming using Java Previous Years solved Papers solved papers for the Post Graduate Diploma in Computer Applications (PGDCA) program offered by the Indira Gandhi National Open University (IGNOU). This book is meticulously crafted to assist students in their preparation for the Object-Oriented Programming using Java ... Leer más

    $155 MXN o gratis con Kobo Plus

  • Java - VIRTUAL MACHINE

    de Preeti Man ...
    This book intends to educate Java practitioners on JAVA Virtual Machine through detailed explanation about the intended purpose and functions in a JVM. ... Leer más

    $449 MXN o gratis con Kobo Plus

  • Javascript - 50 functions and tutorial

    de Nino Paiotta ...
    The content of this text is not intended as a programming manual for those who want to start learning to program starting from scratch, but it is a manual that a beginner or intermediate programmer of such language should keep on hand, in fact it contains 50 examples, which can be easily inserted into a web document and then find the solution at the appropriate time or control the shape and the ... Leer más

    Antes $69 MXN Ahora $60 MXN

  • 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 ... Leer más

    $122 MXN o gratis con Kobo Plus

  • Mastering SIMD with Java Vector API

    Unlocking Single-Core Performance Through SIMD Optimization

    de Roman Snytsar ...
    Series series Professional and Applied Computing (R0)
    Learn how to write Java code faster by using the Vector API for SIMD operations. This book shows you how to apply data-level parallelism to common algorithms without leaving the Java ecosystem, making modern CPU capabilities accessible to everyday developers.The book uses a problem-first approach. Each chapter starts with a familiar coding task—such as array summation or prefix sums—and then ... Leer más

    $968 MXN

  • Schaum's Outline of Data Structures with Java, 2ed

    Tough Test Questions? Missed Lectures? Not Enough Time?Fortunately for you, there's Schaum's Outlines. More than 40 million students have trusted Schaum's to help them succeed in the classroom and on exams. Schaum's is the key to faster learning and higher grades in every subject. Each Outline presents all the essential course information in an easy-to-follow, topic-by-topic format. You also get ... Leer más

    Antes $439 MXN Ahora $395 MXN

  • Essential GWT

    Building for the Web with Google Web Toolkit 2

    Series series Developer's Library
    With Google Web Toolkit, Java developers can build sophisticated Rich Internet Applications (RIAs) and complete Web sites using the powerful IDEs and tools they already use. Now, with GWT 2, Google Web Toolkit has become even more useful. Essential GWT shows how to use this latest version of GWT to create production solutions that combine superior style, performance, and interactivity with ... Leer más

    $573 MXN

  • Java GC Tutorials - Herong's Tutorial Examples

    de 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, ... Leer más

    Antes $91 MXN Ahora $79 MXN

  • Java Tutorials - Herong's Tutorial Examples

    de Herong Yang ...
    This tutorial book is a collection of notes and sample codes written by the author while he was learning Java himself. Topics covered in the book include: Java language basics; execution environment; generic classes and parameterized type; generic methods and type argument inferences; enum types and constants; lambda expressions; annotation types and invocations; Java modules; execution threads ... Leer más

    Antes $90 MXN Ahora $79 MXN

  • Java Design Patterns for Automation and Performance : Convenient Practical Reliable

    There are various accepted procedures you need to consider to construct exceptionally successful J2EE segments and coordinate them into applications. These practices incorporate assessing and choosing the correct arrangement of programming segments and administrations to deal with the work. J2EE execution including EJB 2, Jakarta Struts, Servlets, Java Server Pages, UML, plan designs, Common ... Leer más

    Antes $663 MXN Ahora $507 MXN

  • Practical Machine Learning

    Learn how to build Machine Learning applications to solve real-world data analysis challenges with this Machine Learning book – packed with practical tutorials

    Tackle the real-world complexities of modern machine learning with innovative, cutting-edge techniquesKey Features\[\*\]Fully-coded working examples using a wide range of machine learning libraries and tools, including Python, R, Julia, and Spark\[\*\]Comprehensive practical solutions taking you into the future of machine learning\[\*\]Go a step further and integrate your machine learning projects ... Leer más

    $798 MXN o gratis con Kobo Plus

  • Oracle Database Programming with Java

    Ideas, Designs, and Implementations

    de Ying Bai ...
    Databases have become an integral part of modern life. Today’s society is an information-driven society, and database technology has a direct impact on all aspects of daily life. Decisions are routinely made by organizations based on the information collected and stored in databases. Database management systems such as Oracle are crucial to apply data in industrial or commercial systems. Equally ... Leer más

    $1,149 MXN

  • Developing Graphics Frameworks with Java and OpenGL

    Developing Graphics Frameworks with Java and OpenGL shows you how to create software for rendering complete three-dimensional (3D) scenes. The book explains the foundational theoretical concepts as well as the practical programming techniques that will enable you to create your own animated and interactive computer-generated worlds.You will learn how to combine the power of OpenGL, the most widely ... Leer más

    $1,149 MXN

  • The Z Garbage Collector

    In JDK 25

    This book explains how the Z Garbage Collector was designed, why it was designed this way, the common pitfalls to avoid when using ZGC in JDK 25 and how to get useful information from the garbage collector.Java is one of the most widely used programming languages in the world. It is a memory-safe language that completely relies on a good garbage collection (GC) algorithm to work well. The Z ... Leer más

    $1,252 MXN

  • Spring Boot по-быстрому

    Series series Java, Spring, Spring Boot
    Spring Boot, который скачивают более 75 миллионов раз в месяц, — наиболее широко используемый фреймворк Java. Его удобство и возможности совершили революцию в разработке приложений, от монолитных до микросервисов. Тем не менее простота Spring Boot может привести в замешательство. Что именно разработчику нужно изучить, чтобы сразу же выдавать результат? Это практическое руководство научит вас ... Leer más

    $143 MXN o gratis con Kobo Plus

  • Sun Web Server

    The Essential Guide

    Sun Web Server: The Essential Guide William Nelson  •  Arvind Srinivasan  •  Murthy Chintalapati (CVR)  Foreword by Scott G. McNealy   The authoritative, comprehensive guide to Sun Web Server 7.0   Sun Web Server is the secure web serving platform of choice for large-scale ... ... Leer más

    $789 MXN

  • Java Programming Simplified

    de Eddy Romansky ...
    In our century it is important to have a vast knowledge and it is necessary to approach the computer world consciously.Knowing a programming language can be the key to having a successful life.It can mean entering the beating heart of the 22nd century civilization. Learning to program has never been so easy and has never been within everyone's reach.The volumes you are buying will put you in a ... Leer más

    $172 MXN

  • Tasarım Desenleri ve Mimarileri (2.Baskı)

    C#, Java ve C++ Örnekleri ile

    Yazılımdaki Sınırlarınızı Zorlayın !Bu kitap C#, Java veya C++ gibi nesne temelli bir dili temel düzeyde bilen, kendini nesne temelli programlama, tasarım desenleri ve yazılım mimarisi alanında geliştirmek isteyen okuyucular için uygundur. Aynı zamanda, üniversitelerin ilgili bölümlerinde verilen nesne temelli programlama, tasarım desenleri, alt yapı çerçeveleri gibi dersler için de kaynak ... Leer más

    $243 MXN

  • MASTER REACT JS PART 1

    de m.furqan riaz ...
    ReactJS is an open-source, component-based front end library responsible only for the view layer of the application. It is maintained by Facebook. React uses a declarative paradigm that makes it easier to reason about your application and aims to be both efficient and flexible.React JS is a javascript library originally developed by Facebook. It helps in building highly engaging single-page web ... Leer más

    $79 MXN