Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks Java

Si vous aimez les titres Java, vous allez adorer cette sélection.
Affichage des résultats 1657 - 1674 sur 1748
Skip side bar filters
  • Android Studio 2 Development Essentials

    par Neil Smyth ...

    27,29 €

  • Ultimate Unity for Multiplayer VR Development

    Create Cutting-Edge Multiplayer VR in Unity with XR Toolkit & Photon Fusion Key Features ● Explore AR, VR, and MR evolution with cutting-edge hardware and tools. ● Master multiplayer VR and networking with Unity and Photon Fusion. ● Build cross-platform XR apps using Unity XR Toolkit and OpenXR. Book Description Virtual Reality (VR) and Extended Reality (XR) are revolutionizing industries, from ... En savoir plus

    16,99 € ou Gratuit avec Kobo Plus

  • Effective Java

    par Joshua Bloch ...
    Collection series Java Series
    Are you looking for a deeper understanding of the Java™ programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective Java™, Second Edition, brings together seventy-eight indispensable programmer’s rules of thumb: working, best-practice solutions for the programming challenges you encounter every day.This highly ... En savoir plus

    47,69 €

  • Creating Components

    Object Oriented, Concurrent, and Distributed Computing in Java

    par Charles W. Kann ...
    Concurrency is a powerful technique for developing efficient and lightning- fast software. For instance, concurrency can be used in common applications such as online order processing to speed processing and ensure transaction reliability. However, mastering concurrency is one of the greatest challenges for both new and veteran programmers. Softwar ... En savoir plus

    134,33 €

  • A Concise Introduction to Data Structures using Java

    par Mark J. Johnson ...
    Collection series Chapman & Hall/CRC Textbooks in Computing
    A student-friendly text, A Concise Introduction to Data Structures Using Java takes a developmental approach, starting with simpler concepts first and then building toward greater complexity. Important topics, such as linked lists, are introduced gradually and revisited with increasing depth. More code and guidance are provided at the beginning, al ... En savoir plus

    79,37 €

  • Pro Apache NetBeans

    Building Applications on the Rich Client Platform

    Collection series Professional and Applied Computing (R0)
    Take a detailed look at the NetBeans IDE and new features in the NetBeans Platform. Learn about support for JShell, the Jigsaw Module System, and Local Variable Type Inference, focusing on what this new version of NetBeans brings to developers who are working in Java and other supported languages. The book is a practical, hands-on guide providing a number of step-by-step recipes that help you take ... En savoir plus

    62,40 €

  • Ultimate Rocky Linux 9 for Network Administration

    Build, Automate and Scale Enterprise Systems with Rocky Linux, Docker and Ansible. Key Features ● A comprehensive guide to Rocky Linux 9.5 server administration. ● Hands-on deployment of AWS cloud with real-world scenarios. ● Deep dive into virtualization, containers, and automation. ● Secure and optimize enterprise systems, using industry best practices. Book Description Rocky Linux has rapidly ... En savoir plus

    21,24 € ou Gratuit avec Kobo Plus

  • Ultimate Terraform for Cloud Security

    par Anish Kumar ...
    Automate, Secure, and Scale Multi-Cloud Environments with Terraform. Key Features ● Hands-on Terraform techniques to secure multi-cloud workloads end-to-end. ● Automate security and compliance with policy-as-code best practices. ● Real-world case studies, modules, and examples for practical adoption. Book Description As organizations adopt AWS, Azure, and GCP, securing cloud infrastructure at ... En savoir plus

    21,24 € ou Gratuit avec Kobo Plus

  • The Clojure Workshop

    Use functional programming to build data-centric applications with Clojure and ClojureScript

    Learn how to solve problems using Clojure or ClojureScript and become a confident functional programmer with the help of engaging activities and challenging projectsKey FeaturesMaster the tools and patterns of the Clojure and ClojureScript ecosystemsLearn the fundamentals of functional programming and immutabilityApply your skills practically by developing a range of scalable applicationsBook ... En savoir plus

    29,67 € ou Gratuit avec Kobo Plus

  • Fondamenti di informatica 2

    par Nicola Bellini ...
    Fondamenti teorici - Fondamenti di Programmazione - Fondamenti di Architettura. ... En savoir plus

    9,99 € ou Gratuit avec Kobo Plus

  • Eclipse Plug-in Development Beginner's Guide

    Extend and customize Eclipse

    par Alex Blewitt ...
    Develop skills to build powerful plug-ins with Eclipse IDE through examplesKey Features\[\*\] Create useful plug-ins to make Eclipse work for you\[\*\] Learn how to migrate Eclipse 3.x plug-ins to Eclipse 4.x\[\*\] From automation to testing, find out how to get your IDE performing at an impressive standardBook DescriptionEclipse is used by everyone from indie devs to NASA engineers. Its ... En savoir plus

    37,09 € ou Gratuit avec Kobo Plus

  • Java for Programmers

    with Generative AI

    The professional programmer's Deitel® guide to Java with integrated generative AIWritten for programmers with a background in another high-level language, in Java for Programmers: with Generative AI, Fifth Edition, you'll learn modern Java development hands on using the latest Java idioms and features and genAIs.In the context of 200+ real-world code examples, you'll quickly master... ... En savoir plus

    44,51 €

  • Ultimate KubeVirt for OpenShift Virtualization

    Bridge Virtualization and Cloud-Native with Kubevirt and Openshift. Key Features ● Deploy and manage VMs in OpenShift, using Kubernetes-native tools. ● Automate VM provisioning with GitOps and CI/CD pipelines. ● Secure, monitor, and optimize VMs in hybrid cloud environments. ● Explore real-world use cases, golden images, and multi-cloud setup. Book Description KubeVirt brings virtualization ... En savoir plus

    16,99 € ou Gratuit avec Kobo Plus

  • 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 ... En savoir plus

    21,24 € ou Gratuit avec Kobo Plus

  • Mastering RESTful Web Services with Java

    Practical guide for building secure and scalable production-ready REST APIs

    Learn RESTful API design with Java, covering everything from fundamental design principles to advanced techniques for authentication, versioning, error handling, security, testing, performance, and moreKey FeaturesDiscover essential architectural principles for building robust and adaptable REST APIsGain practical insights into tuning performance and securing endpoints through real-world case ... En savoir plus

    28,61 € ou Gratuit avec Kobo Plus

  • Java多线程与大数据处理实战

    par 李建平 ...
    本书对 Java 的多线程及主流大数据中间件对数据的处理进行了较为详细的讲解。本书主要讲了 Java 的线程创建方法和线程的生命周期,方便我们管理多线程的线程组和线程池,设置线程的优先级,设置守护线程,学习多线程的并发、同步和异步操作,了解 Java 的多线程并发处理工具(如信号量、多线程计数器)等内容。同时,本书还引入了 Spring Boot、Spring Batch、Quartz、Kafka 等大数据中间件。这为学习Java 多线程和大数据处理的读者提供了良好的参考。多线程和大数据的处理是许多开发岗位面试中最容易被问到的知识点,一些一线开发的重要岗位面试会将多线程作为压轴问题或重要的考察点。所以,学好多线程的知识点,无论是对于日后的开发工作,还是正要前往一线开发岗位的面试准备,都是非常有用的。本书既适合高等院校的计算机类专业的学生学习,也适合从事软件开发相关行业的初级和中级开发人员。 ... En savoir plus

    12,87 €

  • Design Patterns and Best Practices in Java

    A comprehensive guide to building smart and reusable code in Java

    Create various design patterns to master the art of solving problems using Java Key Features\[\*\] This book demonstrates the shift from OOP to functional programming and covers reactive and functional patterns in a clear and step-by-step manner\[\*\] All the design patterns come with a practical use case as part of the explanation, which will improve your productivity\[\*\] Tackle all kinds of ... En savoir plus

    32,85 € ou Gratuit avec Kobo Plus

  • RoboGuice e Robotium

    Dependency Injection applicata ad Android

    par Massimo Carli ...
    Collection Livre 10 - Sviluppare app
    L'obiettivo di ogni sviluppatore Android è semplice: creare la migliore applicazione possibile. Questo ebook presenta due utili strumenti per raggiungere tale, ambizioso, traguardo. Si parte da RoboGuice, un framework che permette di snellire il codice di un'app grazie alla Dependency Injection applicata ad Android. E meno codice vuol dire meno bug e meno costi di manutenzione. Grazie a RoboGuice ... En savoir plus

    Avant 4,99 € Après 2,49 €