Skip to main content

Carrinho

Você está recebendo o tratamento VIP!

Item(ns) indisponível(is) para compra
Verifique seu carrinho. Você pode remover os itens indisponíveis agora ou os removeremos na finalização de compra.
itensitem
itensitem

Recomendados para você

Loading...

eBooks sobre Java

Se você gosta de eBooks sobre Java, certamente vai adorar estas sugestões.
Mostrando 937 - 960 de 1604 resultados
Skip side bar filters
  • Ultimate Machine Learning with Scikit-Learn

    de Parag Saxena ...
    Master the Art of Data Munging and Predictive Modeling for Machine Learning with Scikit-Learn Key Features ● Comprehensive coverage of complete predictive modeling lifecycle, from data munging to deployment ● Gain insights into the theoretical foundations underlying powerful machine learning algorithms ● Master Python’s versatile Scikit-Learn library for robust data analysis Book Description ... Leia mais

    R$ 78,19

  • Derinlemesine Spring Boot Cloud

    de Onder Teker ...
    BilgiBu kitap Spring Cloud, MicroServices & Event-Driven Architecture konularını içermektedir. Başlangıçta Environment & Config Server işlemleri gösterilmektedir. Eureka & Feign ile service discovery içerilmektedir. OpenAPI / Swager ile API documentation & testing kapsamdadır. Actuator ile management anlatımaktadır. Redis ile memory database & cache konuları içerilmiştir. Events, Async & Schedule ... Leia mais

    R$ 5,99

  • ANDROID DEVELOPMENT PART 3

    de m.furqan riaz ...
    Android software development is the process by which applications are created for devices running the Android operating system. Google states that "Android apps can be written using Kotlin, Java, and C++ languages" using the Android software development kit (SDK), while using other languages is also possible.In this book the languages used for android development are xml and javascript.It is ... Leia mais

    R$ 20,66

  • Building High-Performance Web APIs with FastAPI

    de Girish Vas ...
    Master FastAPI to Build Secure, High-performance Web APIs with Modern Python— from Fundamentals to Full-scale Applications. Key Features ● Comprehensive coverage of FastAPI from fundamentals to deployment. ● Build production-ready APIs by integrating authentication, databases, and async programming. ● Practical guidance on testing, scaling, and securing APIs for production. Book Description APIs ... Leia mais

    R$ 78,19

  • Practical Microservices Architectural Patterns

    Build Highly Scalable Distributed Applications with Spring Boot 3 and Spring Cloud

    Séries series Professional and Applied Computing (R0)
    Upgrade your distributed applications with microservices. This practical guide bridges core concepts and advanced patterns to help you build resilient, scalable and high performing microservices, whether you're transitioning from monolithic architectures or starting fresh with microservices.Fully updated for Spring Boot 3 and Spring Cloud, The Secondcovers modern capabilities, like reactive ... Leia mais

    R$ 326,09

  • Reactive Streams in Java

    Concurrency with RxJava, Reactor, and Akka Streams

    de Adam L. Davis ...
    Séries series Professional and Applied Computing (R0)
    Get an easy introduction to reactive streams in Java to handle concurrency, data streams, and the propagation of change in today's applications. This compact book includes in-depth introductions to RxJava, Akka Streams, and Reactor, and integrates the latest related features from Java 9 and 11, as well as reactive streams programming with the Android SDK.Reactive Streams in Java explains how to ... Leia mais

    R$ 191,49

  • Java 7 - Guida completa

    Séries Livros: 5 - Programmare con Java
    Java è il linguaggio di programmazione che più ha rivoluzionato il mondo dell’informatica e della tecnologia nel suo insieme. Dal 1995, anno del suo debutto ufficiale, a oggi risulta impiegato nei più svariati dispositivi elettronici come computer, smartphone, televisori, navigatori satellitari. Studiare Java permette non solo di imparare un moderno linguaggio di programmazione, ma anche di ... Leia mais

    R$ 150,61

  • Developing Graphics Frameworks with Java and OpenGL

    Developing Graphics Frameworks with Java and OpenGL shows you how to create software for rendering complete three-dimensional (3D) scenes. The book explains the foundational theoretical concepts as well as the practical programming techniques that will enable you to create your own animated and interactive computer-generated worlds.You will learn how to combine the power of OpenGL, the most widely ... Leia mais

    R$ 331,38

  • Introducing Gradle

    Séries series Professional and Applied Computing (R0)
    This concise book is a quick start-up primer on the Gradle build and release tool. You'll learn about Gradle and how to set it up to use. You'll learn about the Gradle life cycle and how to effectively leverage and use it. Also, you'll learn the basics of using site plugins and generating Javadocs, test coverage/FindBugs reports, version/release notes and more. Furthermore, you'll take advantage ... Leia mais

    R$ 243,29

  • Quick Java

    Séries series Quick Programming
    "We’ll be doing this next project in Java."Unfortunately, you’re a C++ programmer, or maybe a Python programmer. How are you going to get up to speed in a hurry? There are lots of Java books for beginners, telling you all about what a computer is and how it represents everything in bits. You don’t need that. At the other extreme, there are thousand-page tomes that you aren’t going to get through ... Leia mais

    R$ 139,77

  • Learning Java Through Games

    Learning Java Through Games teaches students how to use the different features of the Java language as well as how to program. Suitable for self-study or as part of a two-course introduction to programming, the book covers as much material as possible from the latest Java standard while requiring no previous programming experience. Taking an applic ... Leia mais

    R$ 657,63

  • JVM Tutorials - Herong's Tutorial Examples

    de Herong Yang ...
    This book is a collection of notes and sample codes written by the author while he was learning JVM himself. Topics include JVM (Java Virtual Machine) Architecture and Components; Oracle JVM implementation - HotSpot; Eclipse JVM implementation - Eclipse OpenJ9; java.lang.Runtime - The JVM Instance class; Loading Native Libraries; java.lang.System - Representing Operating System; java.lang ... Leia mais

    R$ 24,04

  • Java多线程并发体系实战(微课视频版)

    de 刘宁萌 ...
    本书全面、系统地介绍了Java多线程相关的核心知识点,把官方多线程的核心知识点用链路的方式讲解清楚。读者在学习的过程中需要循序渐进,核心知识点的理解是很重要的。由核心知识点扩展开来就可以形成万物。学习和创造希望读者在此过程中能拥有自已的成长和思维。 全书共分为10章。第1~3章介绍了线程的核心知识点,第4章讲解线程局部变量,第5章介绍Lock锁,第6章讲解原子包,第7章介绍阻塞队列,第8章介绍线程池,第9章讲解线程同步器,第10章是AQS源代码分析。 本书每个章节都有相对应的代码验证环节,提供大量应用实例,每章节均附有习题。 本书适合有一定的Java基础知识,包括语法、结构、面像对象的编程概念。**还有一定的并发编程基础的读者阅读。也可作为计算机相关专业的学习用书和参考教材,以及Java软件开发者的自学用书和研究人员的参考用书。 ... Leia mais

    R$ 78,23

  • Ultimate Python Libraries for Data Analysis and Visualization

    Test your Data Analysis skills to its fullest using Python and other no-code tools Key Features ● Comprehensive coverage of Python libraries such as Pandas, NumPy, Matplotlib, Seaborn, Julius AI for data acquisition, preparation, analysis, and visualization ● Real-world projects and practical applications for hands-on learning ● In-depth exploration of low-code and no-code tools for enhanced ... Leia mais

    R$ 70,39

  • DATA ANALYSIS USING JDBC AND SQLITE WITH OBJECT-ORIENTED APPROACH AND APACHE NETBEANS IDE

    In this project, you will use SQLite version of Northwind database which is a sample database that was originally created by Microsoft and used as the basis for their tutorials in a variety of database products for decades. The Northwind database contains the sales data for a fictitious company called “Northwind Traders,” which imports and exports specialty foods from around the world. The ... Leia mais

    R$ 155,31

  • MASTER REACT.JS PART 5

    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 ... Leia mais

    R$ 20,66

  • Vire o jogo com Spring Framework

    Criado para simplificar o desenvolvimento de aplicações Java, o Spring se tornou um dos frameworks de mais destaque dentro desse grande ambiente. Aprenda muito mais que o básico do Spring, desde o tradicional Container de Inversão de Controle e Injeção de Dependências, passando pelos robustos módulos de segurança, transações, programação orientada a aspectos e também o fantástico módulo MVC, o ... Leia mais

    R$ 49,90

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

    Séries Livros: 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... ... Leia mais

    R$ 93,19

  • Программируем на Java. 5-е межд. изд.

    Неважно, кто вы – разработчик ПО или пользователь, в любом случае вы слышали о языке Java. В этой книге вы на конкретных примерах изучите основы Java, API, библиотеки классов, приемы и идиомы программирования. Особое внимание авторы уделяют построению реальных приложений. Вы освоите средства управления ресурсами и исключениями, а также познакомитесь с новыми возможностями языка, появившимися в ... Leia mais

    R$ 47,90

  • Edge-First Web Development with Hono

    Building Fast, Portable APIs Across Cloudflare, Deno, Bun, and Node.js

    "Edge-First Web Development with Hono: Building Fast, Portable APIs Across Cloudflare, Deno, Bun, and Node.js"For experienced web engineers, the edge promises lower latency, global reach, and simpler deployment—but only if your application model can survive across runtimes without fragmentation. This book shows why Hono has become a compelling foundation for that approach. Aimed at advanced ... Leia mais

    R$ 36,15

  • Natural Language Processing with Java

    Techniques for building machine learning and neural network models for NLP

    Explore various approaches to organize and extract useful text from unstructured data using JavaKey FeaturesUse deep learning and NLP techniques in Java to discover hidden insights in textWork with popular Java libraries such as CoreNLP, OpenNLP, and MalletExplore machine translation, identifying parts of speech, and topic modelingBook DescriptionNatural Language Processing (NLP) allows you to ... Leia mais

    R$ 184,49

  • Elasticsearch

    Clientnutzung, Datenvisualisierung und Apache Lucene

    Séries Livros: 132 - shortcuts
    Elasticsearch eignet sich zur Nutzung als Document Store ebenso wie als Suchserver über HTTP und JSON und lässt sich so aus vielen Programmierumgebungen heraus nutzen. Das erste Kapitel dieses shortcuts vermittelt dem Leser, wie er über drei verschiedene Arten von Clients (Standardclient, REST-API-Client Jest und Spring Data Elasticsearch) auf Elasticsearch zugreifen kann. In Kapitel 2 wird ... Leia mais

    R$ 17,90

  • Building Java Programs: a comprehensive Java Developper Guide

    Your one-stop guide to programming with Java. If you've always wanted to program with Java but didn't know where to start, this will be the java-stained reference you'll turn to again and again. Fully updated, this deep reference on the world's most popular programming language is the perfect starting point for building things with Java—and an invaluable ongoing reference as you continue to deepen ... Leia mais

    R$ 163,06

  • IGNOU BCA Object-Oriented Technologies and Java Programming Previous Year Solved Papers MCS 024

    de Manish Soni ...
    Séries Livros: 3 - IGNOU BCA Solved Paper Books Series
    Over the past decade, academic progress and technological innovations have significantly reshaped the educational landscape, with Java programming emerging as a cornerstone in computer science and software development. As programming continues to play a vital role in shaping modern technologies, mastering Java has become essential for students aiming to excel in the IT industry.In this ... Leia mais

    R$ 17,90