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 1609 - 1632 de 1739 resultados
Skip side bar filters
  • The Little Elixir & OTP Guidebook

    SummaryThe Little Elixir & OTP Guidebook gets you started programming applications with Elixir and OTP. You begin with a quick overview of the Elixir language syntax, along with just enough functional programming to use it effectively. Then, you'll dive straight into OTP and learn how it helps you build scalable, fault-tolerant and distributed applications through several fun examples.Purchase of ... Leer más

    $49.99 USD

  • Micro Frontends Architecture for Scalable Applications

    Unleash Agility and Scale with Micro Frontend Architecture. Key Features ● Gain a solid understanding of micro frontend principles, patterns, and benefits. ● Explore integration strategies with real-world examples and practical guidance. ● Discover best practices for adoption, testing, deployment, and long-term scalability. Book Description As modern web applications grow in complexity, micro ... Leer más

    $19.99 USD o gratis con Kobo Plus

  • Introducing RavenDB

    The Database for Modern Data Persistence

    Series series Professional and Applied Computing (R0)
    Simplify your first steps with the RavenDB NoSQL Document Database. This book takes a task-oriented approach by showing common problems, potential solutions, brief explanations of how those solutions work, and the mechanisms used. Based on real-world examples, the recipes in this book will show you how to solve common problems with Raven Query Language and will highlight reasons why RavenDB is a ... Leer más

    $53.99 USD

  • Introducing Play Framework

    Java Web Application Development

    Series series Professional and Applied Computing (R0)
    Enter the world of rapid web application development. This gentle introduction to Play covers all you need to know: it carefully introduces the background concepts before diving into examples, making learning Play 2 enjoyable (it includes the latest Play framework version 2.8).Introducing Play Framework is crisp, up-to-the-point, and full of valuable information. You will find chapters covering ... Leer más

    $40.99 USD

  • Spring Boot 3 Recipes

    A Problem-Solution Approach for Java Microservices and Cloud-Native Applications

    de Marten Deinum ...
    Series series Professional and Applied Computing (R0)
    Solve all your Spring Boot 3 micro-framework problems using complete, real-world Java-based code snippets and examples inspired by various problems and corresponding solutions to those problems . When you start a new project, you’ll be able to copy the code and configuration files from this book, and then modify them for your own specific software programming needs. This can save you a great deal ... Leer más

    $53.99 USD

  • When Docker Meets Java

    A Practical Guide to Docker for Java and Spring Boot Applications

    Series series Professional and Applied Computing (R0)
    Discover how to become a more efficient Java developer using Docker. This book will help you streamline your development process, boost portability, and enhance the efficiency of your applications.Docker has transformed the landscape of application and deployment by simplifying the creation and management of development environments, saving valuable time and reducing compatibility issues. With ... Leer más

    $67.99 USD

  • Java in easy steps, 7th edition

    de Mike McGrath ...
    Series series In Easy Steps
    Java in easy steps, 7th edition instructs you how to easily create your own Java programs. The book contains separate chapters on the major features of the Java language. Complete example programs with colourized code illustrate each important aspect of Java programming – all in easy steps.This book assumes no previous knowledge of any programming language so it's ideal for the newcomer to ... Leer más

    $16.10 USD

  • Generative AI-Driven Application Development with Java

    Leveraging Large Language Models in Modern Java Applications

    Series series Professional and Applied Computing (R0)
    This is the first hands-on guide that takes you from a simple “Hello, LLM” to production-ready microservices, all within the JVM. You’ll integrate hosted models such as OpenAI’s GPT-4o, run alternatives with Ollama or Jlama, and embed them in Spring Boot or Quarkus apps for cloud or on-pre deployment.You’ll learn how prompt-engineering patterns, Retrieval-Augmented Generation (RAG), vector stores ... Leer más

    $35.99 USD

  • Head First Kotlin

    A Brain-Friendly Guide

    What will you learn from this book?Head First Kotlin is a complete introduction to coding in Kotlin. This hands-on book helps you learn the Kotlin language with a unique method that goes beyond syntax and how-to manuals and teaches you how to think like a great Kotlin developer. You’ll learn everything from language fundamentals to collections, generics, lambdas, and higher-order functions. Along ... Leer más

    $48.99 USD

  • MASTER REACT.JS PART 6

    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

    $3.99 USD o gratis con Kobo Plus

  • 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

    $2.99 USD o gratis con Kobo Plus

  • Mockito Made Clear

    de Ken Kousen ...
    Mockito is the most popular framework in the Java world for automating unit testing with dependencies. Learn the Mockito API and how and when to use stubs, mocks, and spies. On a deeper level, discover why the framework does what it does and how it can simplify unit testing in Java. Using Mockito, you'll be able to isolate the code you want to test from the behavior or state of external ... Leer más

    $11.99 USD

  • Java Servlet & JSP Cookbook

    Practical Solutions to Real World Problems

    With literally hundreds of examples and thousands of lines of code, the Java Servlet and JSP Cookbook yields tips and techniques that any Java web developer who uses JavaServer Pages or servlets will use every day, along with full-fledged solutions to significant web application development problems that developers can insert directly into their own applications.Java Servlet and JSP Cookbook ... Leer más

    $28.99 USD

  • Jakarta EE Cookbook

    Practical recipes for enterprise Java developers to deliver large scale applications with Jakarta EE

    de Elder Moraes ...
    An enterprise Java developer s guide to learning JAX-RS, context and dependency injection, JavaServer Faces (JSF), and microservices with Eclipse MicroProfile using the latest features of Jakarta EEKey FeaturesExplore Jakarta EE's latest features and API specifications and discover their benefitsBuild and deploy microservices using Jakarta EE 8 and Eclipse MicroProfileBuild robust RESTful web ... Leer más

    $26.99 USD o gratis con Kobo Plus

  • 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

    $49.99 USD

  • 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

    $41.99 USD o gratis con Kobo Plus

  • Hardcore Java

    Secrets of the Java Masters

    Java has quickly become one of the most important languages in programming, particularly for professional and enterprise-level projects. From its infancy as a language primarily used for web applets to its maturity through servlets, Enterprise JavaBeans, and database access, Java has become a complex and robust tool for today's developer.Hardcore Java takes this language and breaks it apart, piece ... Leer más

    $23.99 USD

  • JBoss in Action

    Configuring the JBoss Application Server

    JBoss in Action is the first book to focus on teaching readers in detail how to use the JBoss application server. Unlike other titles about JBoss, the authors of JBoss in Action go deeper into the advanced features and configuration of the server. In particular, it focuses on enterprise-class topics, such as high availability, security, and performance.This book walks readers through the JBoss 5 ... Leer más

    $49.99 USD

  • Java 9 Data Structures and Algorithms

    A step-by-step guide to data structures and algorithms

    Gain a deep understanding of the complexity of data structures and algorithms and discover the right way to write more efficient codeKey Features\[\*\] This book provides complete coverage of reactive and functional data structures\[\*\] Based on the latest version of Java 9, this book illustrates the impact of new features on data structures\[\*\] Gain exposure to important concepts such as Big-O ... Leer más

    $34.99 USD o gratis con Kobo Plus

  • Mastering Data Structures and Algorithms in Python & Java

    de Sachin Naha ...
    "Mastering Data Structures and Algorithms in Python & Java" is a comprehensive guide for programmers aiming to enhance their problem-solving skills and code efficiency. It starts with a foundational overview of data structures and algorithms, including recursion, and advances through crucial topics like functional programming and clean code practices. The book covers practical exercises, mock ... Leer más

    $4.99 USD o gratis con Kobo Plus

  • Jakarta EE Application Development

    Build enterprise applications with Jakarta CDI, RESTful web services, JSON Binding, persistence, and security

    Learn Jakarta EE by building real-world microservices with code examples, practical exercises, and the latest Jakarta EE featuresKey FeaturesCraft microservices using standard Jakarta EE technologies such as Jakarta RESTful Web Services, JSON Processing, and JSON BindingDesign web-based applications with Jakarta FacesHarness Jakarta EE technologies such as Jakarta Enterprise Beans and Jakarta ... Leer más

    $30.99 USD o gratis con Kobo Plus

  • Learn Java Programming in 24 Hours

    de Alex Nordeen ...
    This book will help you learn the basics of Java programming in an easy way. This Edition is a comprehensive guide for beginners to learn the most popular programming languages worldwide.It will familiarize you with various JAVA coding concepts like decisions, loops, arrays, methods, variables, lambda expressions, etc. As well as a brief introduction to various framework it supports like Java SE8, ... Leer más

    $9.99 USD

  • Designing and Developing for Google Glass

    Thinking Differently for a New Platform

    Creating apps for Google Glass is more involved than simply learning how to navigate its hardware, APIs, and SDK. You also need the right mindset. While this practical book delivers the information and techniques you need to build and deploy Glass applications, it also helps you to think for Glass by showing you how the platform works in, and affects, its environment.In three parts—Discover, ... Leer más

    $30.99 USD

  • 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

    $19.99 USD o gratis con Kobo Plus