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 289 - 312 de 1589 resultados
Skip side bar filters
  • Virtual Threads, Structured Concurrency, and Scoped Values

    Explore Java’s New Threading Model

    Series series Professional and Applied Computing (R0)
    Discover the exciting new APIs introduced by Java’s Project Loom. This quick guide covers all the essential concepts the Java developer needs in order to understand virtual threads, structured concurrency, and scoped values.Authors Ron Veen and David Vlijmincx clearly explain the superiority of virtual threads, introduced in Java 21, over the traditional Java threads of the past 25 years. Then ... Leer más

    $55,835 CLP

  • Numerical Methods Using Kotlin

    For Data Science, Analysis, and Engineering

    Series series Professional and Applied Computing (R0)
    This in-depth guide covers a wide range of topics, including chapters on linear algebra, root finding, curve fitting, differentiation and integration, solving differential equations, random numbers and simulation, a whole suite of unconstrained and constrained optimization algorithms, statistics, regression and time series analysis. The mathematical concepts behind the algorithms are clearly ... Leer más

    $68,024 CLP

  • Kickstart Compiler Design Fundamentals

    Unveiling Compiler Secrets from Source to Execution. Key Features ● Master compiler fundamentals, from lexical analysis to advanced optimization techniques. ● Reinforce concepts with practical exercises, projects, and real-world case studies. ● Explore LLVM, GCC, and industry-standard optimization methods for efficient code generation. Book Description Compilers are the backbone of modern ... Leer más

    $14,623 CLP o gratis con Kobo Plus

  • Kinect Open Source Programming Secrets

    Hacking the Kinect with OpenNI, NITE, and Java

    Program Kinect to do awesome things using a unique selection of open source software!The Kinect motion-sensing device for the Xbox 360 and Windows became the world's fastest-selling consumer electronics device when it was released (8 million sold in its first 60 days) and won prestigious awards, such as "Gaming Gadget of the Year." Now Kinect Open Source Programming Secrets lets YOU harness the ... Leer más

    $21,068 CLP

  • Coding Android Apps

    As Android apps continue to grow in popularity and an associated job market emerges, the ability to develop software and applications for Android smartphones will only grow more relevant in the foreseeable future. Compiled from materials used in over a decade of teaching undergraduate and graduate students majoring in computer science and information technology, this book is a hands-on, step-by ... Leer más

    $84,317 CLP

  • Web Development with Clojure

    Build Large, Maintainable Web Applications Interactively

    Today, developers are increasingly adopting Clojure as a web-development platform. See for yourself what makes Clojure so desirable, as you create a series of web apps of growing complexity, exploring the full process of web development using a modern functional language. This fully updated third edition reveals the changes in the rapidly evolving Clojure ecosystem and provides a practical, ... Leer más

    $29,984 CLP

  • Core Java Essentials: Starting out with Java programming

    de Alan Gersting ...
    For serious programmers, Core Java Essentials is the definitive guide to writing robust, maintainable code. Whether you’re using Java SE 9, 10, or 11, it will help you achieve a deep and practical understanding of the language and API, and its hundreds of realistic examples reveal the most powerful and effective ways to get the job done.This book reflect Java’s long-awaited modularization, showing ... Leer más

    $21,294 CLP

  • Android Studio

    Mobil Programlama

    de Mehmet Keskin ...
    Bu kitap, piyasadaki Android kitaplarıyla kıyaslandığı zaman başlangıç seviyesi ile uzman seviyesi arasında kalan bir konumda yer alır. Giriş seviyesindeki kitaplar mantık olarak bol, basit ve kısa örnekler üzerinden okuyucuları uygulama geliştirmeye aşina hale getirmeyi amaçlar. Uzman seviyesindeki kitaplar da genel olarak oturup baştan sona okuyacağınız kaynaklar olmaktan çok, temel seviyede ... Leer más

    $2,539 CLP

  • Core Java Professional : For First Time Learner's.

    This Book is very serious java stuff:A complete intro to Java.You'll learn everything from the fundamentals to advanced topics,This Java Guide, starts with the basics & Leads to Advance features of Java in detail with thousands of Java Codes & new features of Java 8 like Lambdas.Java 8 Functional interface,Stream & Time API in Java 8.Inside (Chapters):1.Overview of Java2.Java Language3.Control ... Leer más

    $6,822 CLP o gratis con Kobo Plus

  • JBoss at Work: A Practical Guide

    A Practical Guide

    Consisting of a number of well-known open source products, JBoss is more a family of interrelated services than a single monolithic application. But, as with any tool that's as feature-rich as JBoss, there are number of pitfalls and complexities, too.Most developers struggle with the same issues when deploying J2EE applications on JBoss: they have trouble getting the many J2EE and JBoss deployment ... Leer más

    $20,475 CLP

  • Java: Advanced Guide to Programming Code with Java

    Java Computer Programming, #4

    Series Libro 4 - Java Computer Programming
    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 ... Leer más

    $2,553 CLP

  • Java Start-Out Guide: Object-Oriented Programming and Data Structures

    de James Lewis ...
    This text is a comprehensive resource for instructors who want a two-or three-semester introduction to programming textbook that includes detail on data structures topics. Java Start-Out Guide introduces a Software Methodology early on and revisits it throughout to ensure students develop sound program development skills from the beginning. Control structures are covered before writing classes, ... Leer más

    $26,883 CLP

  • Hands-On Monitoring and Alerting with Prometheus

    Build reliable, scalable monitoring and alerting systems with Prometheus, PromQL, and real-world demos. Key Features ● Learn how to install, configure, and optimize Prometheus from scratch to build scalable, production-ready setups. ● Work through step-by-step labs for Linux, Windows, Docker, and databases for analyzing metrics. ● Unlock powerful insights using PromQL to filter, aggregate, and ... Leer más

    $14,623 CLP o gratis con Kobo Plus

  • 680 Dot Net (.NET) Framework Interview Questions and Answers

    680 most important and frequently asked questions and answers to crack interviews

    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive Dot Net (.NET) ... Leer más

    $3,038 CLP

  • Optimizing Cloud Native Java

    Practical Techniques for Improving JVM Application Performance

    Performance tuning is an experimental science, but that doesn't mean engineers should resort to guesswork and folklore to get the job done. Yet that's often the case. With this practical book, intermediate to advanced Java technologists working with complex platforms will learn how to tune Java cloud applications for performance using a quantitative, verifiable, and repeatable approach.In response ... Leer más

    $43,884 CLP

  • Effective Java

    de Joshua Bloch ...
    The Definitive Guide to Java Platform Best Practices–Updated for Java 7, 8, and 9Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Java 6. This Jolt award-winning classic has now been thoroughly updated to take full advantage of the latest language and library features. The support in modern Java for multiple paradigms increases ... Leer más

    $48,454 CLP

  • Integrating and Extending BIRT

    The world-wide developer community has downloaded over ten million copies of BIRT (Business Intelligence and Reporting Tools). Built on the open-source Eclipse platform, BIRT is a powerful reporting system that provides an end-to-end solution from creating and deploying reports to integrating report capabilities in enterprise applications.Integrating and Extending BIRT, Third Edition, introduces ... Leer más

    $53,026 CLP

  • The Java Virtual Machine Specification, Java SE 8 Edition

    Written by the inventors of the technology, The Java® Virtual Machine Specification, Java SE 8 Edition is the definitive technical reference for the Java Virtual Machine.The book provides complete, accurate, and detailed coverage of the Java Virtual Machine. It fully describes the new features added in Java SE 8, including the invocation of default methods and the class file extensions for type ... Leer más

    $53,026 CLP

  • Java Concurrency in Practice

    Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set ... Leer más

    $42,421 CLP

  • Object-Oriented Programming in C++

    de Robert Lafore ...
    Object-Oriented Programming in C++ begins with the basic principles of the C++ programming language and systematically introduces increasingly advanced topics while illustrating the OOP methodology. While the structure of this book is similar to that of the previous edition, each chapter reflects the latest ANSI C++ standard and the examples have been thoroughly revised to reflect current ... Leer más

    $42,421 CLP

  • Java is Awfull

    This book is a sharp, technically grounded critique of Java — not just as a programming language, but as a cultural and institutional phenomenon. Drawing from over 50 years of programming experience, the author dissects Java's promises, syntax, ecosystem, and legacy with forensic precision and biting clarity. ... Leer más

    $8,529 CLP o gratis con Kobo Plus

  • 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

    $60,920 CLP

  • Core Java SE 9 for the Impatient

    de Cay Horstmann ...
    An Accessible Guide to the Java Language and LibrariesModern Java introduces major enhancements that impact the core Java technologies and APIs at the heart of the Java platform. Many old Java idioms are no longer needed and new features such as modularization make you far more effective. However, navigating these changes can be challenging.Core Java® SE 9 for the Impatient, Second Edition, is a ... Leer más

    $43,882 CLP

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

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

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

    $7,091 CLP o gratis con Kobo Plus