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 1 - 24 de 213 resultados
Skip side bar filters
  • Spring Boot 2 Recipes

    A Problem-Solution Approach

    de Marten Deinum ...
    Solve all your Spring Boot 2 problems using complete and real-world code examples. 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 needs. This can save you a great deal of work over creating a project from scratch.Using a problem-solution approach, Spring Boot 2 Recipes quickly introduces you to Pivotal's Spring ... Leer más

    $54,449 CLP

  • Java Programming

    Lecture Note

    de Taeho Jo ...
    This book is concerned with Java Programming. It consists of eight lectures and each page is given as a slide. This book is intended for reviewing Java Programming briefly. Considering reading full text takes much time, so this book provides slides for scanning the contents. ... Leer más

    $10,227 CLP o gratis con Kobo Plus

  • The Guide Of HTML5 AND JAVA SCRIPT | Programming For Beginners

    Step By Step Building Your First HTML and JAVA SCRIPT Projects

    de Jeanine Meyer ...
    HTML 5, This is a newer version book.By which you will become proficient in HTML with step-by-step,We have made our books in such a way, that it will help you to understand the new one. And you'll easily become an expert, by following our codes. You can keep yourself ready to work at your home and office.In the book, we have arranged all (A to Z) syllables are divided of 10 chapter. You can get ... Leer más

    $10,227 CLP o gratis con Kobo Plus

  • Visual Information Retrieval using Java and LIRE

    Series series Synthesis Lectures on Information Concepts, Retrieval, and Services
    Visual information retrieval (VIR) is an active and vibrant research area, which attempts at providing means for organizing, indexing, annotating, and retrieving visual information (images and videos) from large, unstructured repositories. The goal of VIR is to retrieve matches ranked by their relevance to a given query, which is often expressed as an example image and/or a series of keywords. ... Leer más

    $32,953 CLP

  • Java By Comparison

    Write code that's clean, concise, and to the point: code that others will read with pleasure and reuse. Comparing your code to that of expert programmers is a great way to improve your coding skills. Get hands-on advice to level up your coding style through small and understandable examples that compare flawed code to an improved solution. Discover handy tips and tricks, as well as common bugs an ... Leer más

    $28,827 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

    $33,769 CLP

  • Learning Java Lambdas

    de Toby Weston ...
    Understand and utilize Java LambdasAbout This BookTake a deep dive into one of the single most important additions to modern JavaMaster Java lambdas, and fully understand functions, classes, and scope.Improve your programming skills, which will enable you to write cleaner and more dynamic codeWho This Book Is ForLearning Java Lambdas is for developers looking to upgrade their Java skills and ... Leer más

    $23,332 CLP o gratis con Kobo Plus

  • Android Studio 3.5 Development Essentials - Java Edition

    Developing Android 10 (Q) Apps Using Android Studio 3.5, Java and Android Jetpack

    de Neil Smyth ...
    The essential guide for developing high-end Android applications in JavaKey FeaturesCreate an Android application from scratchGain in-depth knowledge of Android SDK and architectureMaster advanced topics such as Google Map integrationBook DescriptionAndroid applications have become an important part of our daily lives and lots of effort goes into developing an Android application. This book will ... Leer más

    $33,160 CLP o gratis con Kobo Plus

  • Build Your Own Programming Language

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

    Written by the creator of the Unicon programming language, this book will show you how to implement programming languages to reduce the time and cost of creating applications for new or specialized areas of computingKey FeaturesReduce development time and solve pain points in your application domain by building a custom programming languageLearn how to create parsers, code generators, file readers ... Leer más

    $73,701 CLP o gratis con Kobo Plus

  • Mastering Spring Boot 3.0

    A comprehensive guide to building scalable and efficient backend systems with Java and Spring

    de Ahmet Meric ...
    Explore Spring Boot 3.0 by delving into scalable Java backend systems, architectural patterns, containerization, testing, and the intricacies of event-driven systems Key FeaturesUnderstand the unique advantages of using Spring Boot for complex software projectsAcquire experience in implementing architectural patterns like DDD, CQRS, and event sourcing within Spring Boot applicationsImplement ... Leer más

    $29,475 CLP o gratis con Kobo Plus

  • The Cucumber Field Guide

    Practical Examples for Automated Software Testing

    de Steven Hunt ...
    Cucumber is an open-source tool that enables testers to write automated tests in plain language that can be executed to validate software behavior. With support across most major programming languages, Cucumber has become a popular tool for implementing behavior-driven development (BDD) and specification by example.This book is a hands-on technical guide that focuses on implementing automated ... Leer más

    $15,551 CLP

  • JSP-Servlet Interview Questions You'll Most Likely Be Asked

    Series Libro 13 - Job Interview Questions series
    280 JSP-Servlet Interview Questions78 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsJSP-Servlet Interview Questions You'll Most Likely Be Asked is a perfect companion to stand a head above the rest in today's competitive job market. Rather than going t... ... Leer más

    $19,953 CLP o gratis con Kobo Plus

  • Android Studio Meerkat Essentials - Java Edition

    Developing Android Apps Using Android Studio Meerkat and Java

    de Smyth ...
    This book, fully updated for Android Studio Ladybug and the new UI, teaches you how to develop Android-based applications using Java.Beginning with the basics, the book outlines how to set up an Android development and testing environment, followed by an overview of areas such as tool windows, the code editor, and the Layout Editor tool. An introduction to the architecture of Android is followed ... Leer más

    $40,152 CLP

  • 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

    $26,354 CLP

  • Programming DSLs in Kotlin

    Creating your own domain-specific languages (DSLs) is both challenging and exhilarating. DSLs give users a way to interact with your applications more effectively, and Kotlin is a fantastic language to serve as a host for internal DSLs, because it greatly reduces the pain and effort of design and development. But implementing DSLs on top of Kotlin requires understanding the key strengths of the ... Leer más

    $11,444 CLP

  • Java Distributed Computing

    de Jim Farley ...
    Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple ... Leer más

    $32,945 CLP

  • Practical JIRA Plugins

    Using JIRA Effectively: Custom Development

    One advantage of using JIRA for issue tracking, bug tracking, or project management is the ability to extend this tool with hundreds of plugins from the JIRA community. In this concise book, software toolsmith Matt Doar—the author of Practical JIRA Administration—shows you how to create and maintain your own JIRA plugins to meet the specific needs of a project.This book uses detailed examples to ... Leer más

    $14,821 CLP

  • Spock: Up and Running

    Writing Expressive Tests in Java and Groovy

    de Rob Fletcher ...
    Most developers would agree that writing automated tests is a good idea, but writing good, well-structured tests is still an elusive skill for many. For Java and Groovy developers, however, there’s good news. This practical guide shows you how to write concise and highly readable tests with Spock, the most innovative testing and specification framework for the JVM since JUnit.Author Rob Fletcher ... Leer más

    $42,007 CLP

  • 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

    $23,059 CLP

  • High Performance Android Apps

    Improve Ratings with Speed, Optimizations, and Testing

    de Doug Sillars ...
    Unique and clever ideas are important when building a hot-selling Android app, but the real drivers for success are speed, efficiency, and power management. With this practical guide, you’ll learn the major performance issues confronting Android app developers, and the tools you need to diagnose problems early.Customers are finally realizing that apps have a major role in the performance of their ... Leer más

    $32,122 CLP

  • Pragmatic Unit Testing in Java with JUnit

    de Jeff Langr ...
    The classic Pragmatic Unit Testing with Java in JUnit returns for a third edition, streamlined and rewritten with updated and more accessible code examples. In this edition, you'll learn how to create concise, maintainable unit tests with confidence. New chapters provide a foundation of examples for testing common concepts, and guidance on incorporating modern AI tools into your development and ... Leer más

    $37,887 CLP

  • Hadoop Big Data Interview Questions You'll Most Likely Be Asked

    Job Interview Questions Series

    Series series Job Interview Questions Series
    • 200 Hadoop BIG DATA Interview Questions• 76 HR Interview Questions• Real life scenario based questions• Strategies to respond to interview questions• Free 2 Aptitude Tests onlineHadoop BIG DATA Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today's competitive job market. Rather than going through comprehensive, textbook-sized reference ... Leer más

    $15,479 CLP

  • Selenium Testing Tools Interview Questions You'll Most Likely Be Asked

    Second Edition

    Series Libro 29 - Job Interview Questions Series
    225 Selenium Testing Tools Interview Questions78 HR Interview QuestionsReal life scenario-based questionsStrategies to respond to interview questions2 Aptitude TestsSelenium Testing Tools Interview Questions You'll Most Likely Be Asked: Second Edition is a perfect companion to stand ahead above the rest in today'... ... Leer más

    $9,203 CLP

  • Certified Web Developer: Novice To Ninja

    HTML, CSS and JavaScript

    de Rob Botwright ...
    Become a Certified Web Developer: From Novice To Ninja! Are you ready to unlock the secrets of web development and unleash your coding potential? Look no further than our "Certified Web Developer: Novice To Ninja" book bundle! Whether you're just starting out or looking to level up your skills, this bundle has everything you need to become a web development wizard. Dive into the world of HTML, ... Leer más

    $8,180 CLP o gratis con Kobo Plus