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 1153 - 1176 de 1588 resultados
Skip side bar filters
  • Pro Jakarta Persistence in Jakarta EE 10

    An In-Depth Guide to Persistence in Enterprise Java Development

    Series series Professional and Applied Computing (R0)
    Learn to use the Jakarta Persistence API and other related APIs as found in the Jakarta EE 10 platform from the perspective of one of the specification creators. A one-of-a-kind resource, this in-depth book provides both theoretical and practical coverage of Jakarta Persistence usage for experienced Java developers.Authors Lukas Jungmann, Mike Keith, Merrick Schincariol, Massimo Nardone take a ... Leer más

    $68,024 CLP

  • Derinlemesine Java - ORM, JPA & Hibernate

    de Onder Teker ...
    ORM (Object-Relational Mapping) KavramlarıJPA (Java Persistence API) Temel, Orta ve İleri Düzey KonularıHibernate hem XML hem de Annotation ile kullanımıUygulamalı Anlatımlar ve Örnek Proje PrototipleriMySQL, NetBeans ve Eclipse Ekran Görüntüleri ... Leer más

    $845 CLP

  • Natural Language Processing with Java Cookbook

    Over 70 recipes to create linguistic and language translation applications using Java libraries

    A problem-solution guide to encountering various NLP tasks utilizing Java open source libraries and cloud-based solutionsKey FeaturesPerform simple-to-complex NLP text processing tasks using modern Java librariesExtract relationships between different text complexities using a problem-solution approachUtilize cloud-based APIs to perform machine translation operationsBook DescriptionNatural ... Leer más

    $28,337 CLP o gratis con Kobo Plus

  • Concurrent, Real-Time and Distributed Programming in Java

    Threads, RTSJ and RMI

    This book provides an introduction to concurrent, real-time, distributed programming with Java object-oriented language support as an algorithm description tool. It describes in particular the mechanisms of synchronization (cooperative and competitive) and sharing of data (internal class, static variables) between threads in Java. He then discusses the use of Java for real-time applications. ... Leer más

    $130,174 CLP

  • Job Ready Go

    Tackle GoLang with practical and employment-focused instructionIn Job Ready Go, software education guru Dr. Haythem Balti delivers an essential and hands-on guide to Go, an open-source programming language developed by Google engineers to combine the most sought-after capabilities of other programming languages, including Java, C#, and C++. In the book, the author walks you through all the most ... Leer más

    $32,918 CLP

  • Java Programming

    A Comprehensive Guide to Development Tools and Versatility

    de Ryan roffe ...
    Explore the vast development tools and versatility of Java in 2023 with this guide. Java, a widely-used programming language in web and computing applications, offers a free download solution for accessing the latest versions and implementing updates. Found in numerous web applications and computing technologies, Java's scalability makes it suitable for a wide range of applications, from small ... Leer más

    $10,150 CLP o gratis con Kobo Plus

  • OCP Oracle Certified Professional Java SE 11 Programmer II Study Guide

    Exam 1Z0-816 and Exam 1Z0-817

    This OCP Oracle Certified Professional Java SE 11 Programmer I Study Guide: Exam 1Z0-815 and the Programmer II Study Guide: Exam 1Z0-816 were published before Oracle announced major changes to its OCP certification program and the release of the new Developer 1Z0-819 exam.No matter the changes, rest assured both of the Programmer I and II Study Guides cover everything you need to prepare for and ... Leer más

    $36,576 CLP

  • OCP Oracle Certified Professional Java SE 17 Developer Practice Tests

    Exam 1Z0-829

    Efficiently and effectively prepare for the OCP Java SE 17 certification examIn OCP Oracle Certified Professional Java SE 17 Developer Practice Tests: Exam 1Z0-829, a team of veteran Java developers helps you gain the confidence and knowledge you need to take the Oracle Certified Professional Java SE 17 Developer exam. Hundreds of domain-by-domain questions accompany complimentary online access to ... Leer más

    $32,918 CLP

  • JAVA Programming for Beginners

    The Simple Guide to Learning JAVA Programming fast!

    de Tim Warren ...
    JAVA PROGRAMMING FOR BEGINNERSJAVA is a powerful programming language, with a wide variety of uses!This book is aimed at beginners, and will take you through all of the basics of JAVA programming, and will help you to hit the ground running!You will learn the different functions and uses of JAVA, and this book will take you step by step through your very first JAVA program!This book will also ... Leer más

    $3,038 CLP o gratis con Kobo Plus

  • Lift Cookbook

    Recipes from the Community for Building Web Applications with Scala

    If you need help building web applications with the Lift framework, this cookbook provides scores of concise, ready-to-use code solutions. You’ll find recipes for everything from setting up a coding environment to creating REST web services and deploying your application to production.Built on top of the Scala JVM programming language, Lift takes a different—yet ultimately easier—approach to ... Leer más

    $16,086 CLP

  • 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

    $41,689 CLP

  • Modern API Design with gRPC

    Elevate Your Development with Effortless and Efficient API Communication. Key Features ● Delve into core concepts of gRPC like Protocol Buffers, service definitions, and communication patterns. ● Implement gRPC servers and clients in Golang, and master Protocol Buffers for defining services and messages. ● Compare gRPC with REST and SOAP, uncovering its distinct advantages and use cases. Book ... Leer más

    $16,086 CLP o gratis con Kobo Plus

  • Effective Java Programming: Advanced Features and Modern Coding Approachs

    Effective Java Programming is geared towards seasoned developers and novices alike. This guide explores slightly more advanced Java techniques, while being presented in our popular, easy to understand format. The topics in this book will prove invaluable to anyone currently using Java, no matter your skill level. With numerous examples and step by step descriptions, you will be able to master this ... Leer más

    $25,352 CLP

  • Java Threads and the Concurrency Utilities

    de JEFF FRIESEN ...
    Series series Professional and Applied Computing (R0)
    This concise book empowers all Java developers to master the complexity of the Java thread APIs and concurrency utilities. This knowledge aids the Java developer in writing correct and complex performing multithreaded applications.Java's thread APIs and concurrency utilities are among its most powerful and challenging APIs and language features. Java beginners typically find it very difficult to ... Leer más

    $47,718 CLP

  • Java Design Patterns

    A Hands-On Experience with Real-World Examples

    Series series Professional and Applied Computing (R0)
    Get hands-on experience implementing 26 of the most common design patterns using Java and Eclipse. In addition to Gang of Four (GoF) design patterns, you will also learn about alternative design patterns, and understand the criticisms of design patterns with an overview of anti-patterns. For each pattern you will see at least one real-world scenario, a computer-world example, and a complete ... Leer más

    $57,866 CLP

  • Practical Spring Cloud Function

    Developing Cloud-Native Functions for Multi-Cloud and Hybrid-Cloud Environments

    Series series Professional and Applied Computing (R0)
    Unlike other resources that target only programming communities, this book targets both programming and business communities. With programming models shifting more towards no-code and low-code, citizen programmers from the business side will welcome this book as a guide for how to design and optimize their information pipeline while lowering costs for infrastructure. Programmers, on the other hand ... Leer más

    $37,560 CLP

  • Spring 5.0 Cookbook

    Recipes to build, test, and run Spring applications efficiently

    Over 100 hands-on recipes to build web applications easily and efficiently IN Spring 5.0Key Features\[\*\] Solve real-world problems using the latest features of the Spring framework like Reactive Streams and the Functional Web Framework.\[\*\] Learn how to use dependency injection and aspect-oriented programming to write compartmentalized and testable code.\[\*\] Understand when to choose between ... Leer más

    $42,052 CLP o gratis con Kobo Plus

  • Java 8 Recipes

    Series series Professional and Applied Computing (R0)
    Java 8 Recipes offers solutions to common programming problems encountered while developing Java-based applications. Fully updated with the newest features and techniques available, Java 8 Recipes provides code examples involving Lambdas, embedded scripting with Nashorn, the new date-time API, stream support, functional interfaces, and much more. Especial emphasis is given to features such as ... Leer más

    $46,708 CLP

  • Learning Spring Boot 4

    Simplify the development of production-grade applications using Java and Spring

    Build Java web apps swiftly with this fourth edition of the best-selling Spring Boot guide for beginners, updated and enhanced with defining features of Spring Boot 4Key FeaturesLearn Spring Boot in a cohesive manner with this practical guideDiscover popular Java developer tools such as GraalVM native images, serving up JSON, and moreBuild secure, observable, and scalable web applications from ... Leer más

    $43,882 CLP

    PEDIDO ANTICIPADO

  • Mastering Java: 600 Essential Questions and Answers for Interview & Certification Success

    de Parasuraman K ...
    Are you preparing for Java interviews, exams, or certifications? Mastering Java is your ultimate companion! This comprehensive book features 600 carefully curated questions and answers that cover every essential concept in Java—from the basics to advanced topics.Whether you're a beginner looking to strengthen your foundations or an experienced developer brushing up for technical interviews, this ... Leer más

    $5,080 CLP

  • Ultimate Nuxt.js for Full-Stack Web Applications

    de Lau Tiam Kok ...
    Build slim SSR and SSG Nuxt applications with Composition API, remote Node.js applications, and PHP applications for projects that scale and require better maintenance. Key Features ● Develop full-stack Nuxt applications with Composition APIs, Pinia, Socket.IO, and LocalStorage. ● Separate Nuxt apps for frontend and data management APIs for streamlined maintenance. ● Build data APIs with Node.js, ... Leer más

    $13,159 CLP o gratis con Kobo Plus

  • The Definitive ANTLR 4 Reference

    de Terence Parr ...
    Programmers run into parsing problems all the time. Whether it's a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language--ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on ... Leer más

    $23,401 CLP

  • Mastering AI for Healthcare

    Harness AI-led Revolution to Deliver Smarter, Faster, and Better Healthcare. Key Features ● Comprehensive coverage of AI tools, use cases, and strategies in healthcare ● Real-world examples from telemedicine, diagnostics, and EHR systems ● Thoughtful exploration of AI ethics, adoption barriers, and future directions Book Description Artificial Intelligence is rapidly becoming indispensable in ... Leer más

    $14,623 CLP o gratis con Kobo Plus

  • Infinispan data grid platform definitive guide

    Master Infinispan to create scalable and high-performance applications

    Key FeaturesBook DescriptionThis practical guide is intended for those who want to learn how to build extremely scalable applications. This book is easy to read and is aimed at Java enterprise developers with a solid knowledge of Java. However, no previous coding experience with Infinispan is required.What you will learnInstall Infinispan and create the perfect development environmentGet ... Leer más

    $38,395 CLP o gratis con Kobo Plus