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 217 - 240 de 1589 resultados
Skip side bar filters
  • Java Lambdas and Parallel Streams

    Series series Professional and Applied Computing (R0)
    This compact book introduces the concepts of Java lambdas and parallel streams in a concise form. It begins by introducing new supporting features such as functional interfaces, default methods and more. After this, the author demonstrates how streams can be parallelized in a very simple way—within certain limits, no knowledge about the thread management is needed. Nevertheless, some basic ... Leer más

    $24.29 USD

  • Memory Leaks Tools

    Series Libro 76 - shortcuts
    Was ein Memory Leak in Java ist und unter welchen Umständen solche Leaks auftreten, wurde im shortcut zum Thema Memory Leaks geklärt. Mit welchen Strategien und Werkzeugen man nach einem vermuteten Memory Leak suchen kann, zeigt dieser thematisch weiterführende shortcut. Er greift das Beispiel aus dem vorangegangenen shortcut wieder auf und befasst sich mit der proaktiven, dynamischen Analyse am ... Leer más

    $3.55 USD

  • Learn Kotlin Programming

    A comprehensive guide to OOP, functions, concurrency, and coroutines in Kotlin 1.3

    Delve into the world of Kotlin and learn to build powerful Android and web applicationsKey FeaturesLearn the fundamentals of Kotlin to write high-quality codeTest and debug your applications with the different unit testing frameworks in KotlinExplore Kotlin's interesting features such as null safety, reflection, and annotationsBook DescriptionKotlin is a general-purpose programming language used ... Leer más

    $26.59 USD o gratis con Kobo Plus

  • Java 9 Streams

    de Sven Ruppert ...
    Series Libro 224 - shortcuts
    Java 8 brachte mit der Einführung des Streams-API in Verbindung mit Lambdas große Neuerungen mit sich, die in Java 9 konsequent weitergeführt werden. In seinem shortcut zeigt Sven Ruppert, was genau diese Streams sind, wie man sie einsetzt und welche Vorteile sich aus dem Einsatz ergeben, sowohl für serielle als auch für parallele Nutzung. Dabei erläuert er anhand zahlreicher Codebeispiele sehr ... Leer más

    $5.39 USD

  • Spring Security

    Secure your web applications, RESTful services, and microservice architectures

    Learn how to secure your Java applications from hackers using Spring Security 4.2 Key FeaturesArchitect solutions that leverage the power of Spring Security while being loosely coupledImplement existing user stores, user sign up, authentication, and supporting AJAX requestsIntegrate with popular Cloud services such as Zookeeper, Eureka, and Consul, along with advanced techniques, including OAuth, ... Leer más

    $49.49 USD o gratis con Kobo Plus

  • Hands-On Software Architecture with Java

    Learn key architectural techniques and strategies to design efficient and elegant Java applications

    Build robust and scalable Java applications by learning how to implement every aspect of software architectureKey FeaturesUnderstand the fundamentals of software architecture and build production-grade applications in JavaMake smart architectural decisions with comprehensive coverage of various architectural approaches from SOA to microservicesGain an in-depth understanding of deployment ... Leer más

    $41.39 USD o gratis con Kobo Plus

  • Hands-On Cloud-Native Applications with Java and Quarkus

    Build high performance, Kubernetes-native Java serverless applications

    Build robust and reliable Java applications that works on modern infrastructure, such as containers and cloud, using the new features in Quarkus 1.0Key FeaturesBuild apps with faster boot time and low RSS memory using the latest Quarkus 1.0 featuresSeamlessly integrate imperative and reactive programming models to build modern Java applicationsDiscover effective solutions for running Java on ... Leer más

    $26.59 USD o gratis con Kobo Plus

  • Mastering Clojure Macros

    Write Cleaner, Faster, Smarter Code

    de Colin Jones ...
    Level up your skills by taking advantage of Clojure's powerful macro system. Macros make hard things possible and normal things easy. They can be tricky to use, and this book will help you deftly navigate the terrain. You'll discover how to write straightforward code that avoids duplication and clarifies your intentions. You'll learn how and why to write macros. You'll learn to recognize ... Leer más

    $11.59 USD

  • Programação orientada a objetos

    um guia prático com Java

    Series series Série Universitária
    A Série Universitária foi desenvolvida pelo Senac São Paulo com o intuito de preparar profissionais para o mercado de trabalho. Os títulos abrangem diversas áreas, abordando desde conhecimentos teóricos e práticos adequados às exigências profissionais até a formação ética e sólida.Programação orientada a objetos: um guia prático com Java apresenta uma introdução ampla e detalhada à programação ... Leer más

    $5.93 USD

  • Applied Natural Language Processing with PyTorch 2.0

    Unlock the Power of PyTorch 2.0 for Next-Level Natural Language Processing. Key Features ● Comprehensive coverage of NLP concepts, techniques, and best practices. ● Hands-on examples with code implementations using PyTorch 2.0. ● Focus on real-world applications and optimizing NLP models. ● Learn to develop advanced NLP solutions with dynamic GPU acceleration. Book Description Natural Language ... Leer más

    $17.99 USD o gratis con Kobo Plus

  • Java RMI

    Designing & Building Distributed Applications

    Java RMI contains a wealth of experience in designing and implementing Java's Remote Method Invocation. If you're a novice reader, you will quickly be brought up to speed on why RMI is such a powerful yet easy to use tool for distributed programming, while experts can gain valuable experience for constructing their own enterprise and distributed systems.With Java RMI, you'll learn tips and tricks ... Leer más

    $31.69 USD

  • Modern Data Engineering with Apache Spark

    A Hands-On Guide for Building Mission-Critical Streaming Applications

    de Scott Haines ...
    Series series Professional and Applied Computing (R0)
    Leverage Apache Spark within a modern data engineering ecosystem. This hands-on guide will teach you how to write fully functional applications, follow industry best practices, and learn the rationale behind these decisions. With Apache Spark as the foundation, you will follow a step-by-step journey beginning with the basics of data ingestion, processing, and transformation, and ending up with an ... Leer más

    $62.99 USD

  • Moderne Software-Entwicklung mit Java und JEE

    Ein praxisorientiertes Lehrbuch für effiziente Programmierung

    Series series Computer Science and Engineering (German Language)
    In diesem Buch werden die Programmierkonzepte der Sprache Java und der JEE vorgestellt. Eine methodische Abgrenzung zu anderen Programmiersprachen wird durchgeführt, um die Kerneigenschaften von objektorientierter Entwicklung mit Java im Vergleich zu anderen Sprachen herauszuarbeiten. Ein besonderer Fokus liegt auf dem praxistauglichen Einsatz der Konzepte. Daher wird von Beginn an ein starker ... Leer más

    $39.99 USD

  • Test-Driven Java Development, Second Edition

    Invoke TDD principles for end-to-end application development

    This book will teach the concepts of test driven development in Java so you can build clean, maintainable and robust codeKey FeaturesExplore the most popular TDD tools and frameworks and become more proficient in building applicationsCreate applications with better code design, fewer bugs, and higher test coverage, enabling you to get them to market quicklyImplement test-driven programming methods ... Leer más

    $41.39 USD o gratis con Kobo Plus

  • Developing Java Applications with Spring and Spring Boot

    Practical Spring and Spring Boot solutions for building effective applications

    An end-to-end software development guide for the Java eco-system using the most advanced frameworks: Spring and Spring Boot. Learn the complete workflow by building projects and solving problems.About This BookLearn reactive programming by implementing a reactive application with Spring WebFluxCreate a robust and scalable messaging application with Spring messaging supportGet up-to-date with the ... Leer más

    $71.99 USD o gratis con Kobo Plus

  • Spring MVC: Designing Real-World Web Applications

    Unleash the power of Spring MVC and build enterprise-grade, lightning-fast web applicationsAbout This BookConfigure Spring MVC to build logic-less controllers that transparently support the most advanced web techniquesSecure your developments with easy-to-write, reliable unit and end-to-end testsGet this fast-paced, practical guide to produce REST resources and templates as required by the latest ... Leer más

    $62.99 USD o gratis con Kobo Plus

  • Learning Spring Boot 3.0

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

    Build Java web apps without wasting any time with this third edition of the best-selling Spring Boot guide for beginners, updated and enhanced with defining features of Spring Boot 3 Purchase of the print or Kindle book includes a free eBook PDFKey FeaturesLearn Spring Boot in a cohesive manner with this practical guide by a core Spring contributorDiscover popular Java developer tools such as ... Leer más

    $34.19 USD o gratis con Kobo Plus

  • Cloud-Native Development and Migration to Jakarta EE

    Transform your legacy Java EE project into a cloud-native application

    A pragmatic guide for modernizing your Java EE App with Jakarta EE for cloud-native, serverless excellenceKey FeaturesExplore the cargo tracker application, an industry-relevant example that illustrates key Jakarta EE concepts and practicesLearn how to transition from Java EE to Jakarta EE to modernize your existing applicationsUnderstand the benefits of cloud technologies and how to deploy a ... Leer más

    $35.09 USD o gratis con Kobo Plus

  • Mastering Apache Camel

    An advanced guide to Enterprise Integration using Apache Camel

    Key FeaturesBook DescriptionThis book is intended for all Camel users who want to get the best out of Camel, and who want to implement the most efficient integration logic using best practices.What you will learnWalk through the key features and core concepts of Apache CamelImplement routing with Processor, using Camel Java DSL and Camel Blueprint DSLUse beans with Camel to access to the POJO ... Leer más

    $41.39 USD o gratis con Kobo Plus

  • The Scalyr Guide to Getting Started Logging as Quickly as Possible

    With quick-start guides to logging in Java, Log4j2, PHP, Ruby, Rails, Swift, Scala, Django, Angular, & Meteor

    de Scalyr ...
    Series Libro 2 - The Scalyr Guide to Getting Started Logging as Quickly as Possible
    With the almost constant scaling of applications and environments, the need for good logging practices has likewise scaled exponentially. This book will help you understand the value of logging, the best practices for logs and introduce you to a number of tech stacks including languages and frameworks. It's the ultimate resource for jumping into a new language or discovering new tricks in a ... Leer más

    Gratis

  • Mockito Essentials

    de Sujoy Acharya ...
    This book is ideal for developers who have some experience in Java application development as well as some basic knowledge of test doubles and JUnit testing. This book also introduces you to the fundamentals of JUnit testing, test doubles, refactoring legacy code, and writing JUnit tests for GWT and web services. ... Leer más

    $18.09 USD o gratis con Kobo Plus

  • Introduction to Java Programming, 2nd Edition

    de Sham Tickoo ...
    Introduction to Java Programming is an example based textbook, written to cater the needs of beginners and intermediate users who wish to understand the basic concepts of Java. The textbook highlights Java as the easiest and most productive tool for creating programs, including Windows-based and Web-based programs.The highlight of the textbook is that each concept introduced in it has been ... Leer más

    $25.00 USD

  • Modern Web Development with Angular

    Learn modern Angular development and jumpstart your web development journey Key Features ● Learn Angular from scratch, starting with setup and basic application structure to advanced topics like component communication and unit testing. ● Practical examples and step-by-step instructions to build multi-page reactive and real-world applications. ● Learn best practices for unit testing Angular ... Leer más

    $17.99 USD o gratis con Kobo Plus

  • Practical Programming 6 in 1

    Python Machine Learning, JavaScript, React 17, And Angular With Typescript

    de Richie Miller ...
    If you want to discover how to become a software developer using Angular with TypeScript, Python for Machine Learning, React.JS or JavaScript, this book is for you!6 BOOKS IN 1 DEAL!· BOOK 1: ANGULAR FRAMEWORK ESSENTIALS - OPEN SOURCE WEB APP DEVELOPMENT USING ANGULAR & TYPESCRIPT· BOOK 2: PYTHON MACHINE LEARNING - ALGORITHM DESIGN & PRACTICAL CODE EXECUTIO... ... Leer más

    $9.99 USD