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 de 745 à 768 sur 1732 résultats
Skip side bar filters
  • Cruising Along with Java

    Modernize and Modularize with the Latest Features

    Java is on a fast-paced development schedule that brings with it improved design capabilities and enhancements for application security. Learn about the changes to Java, from version 9 to 24, and apply new features to build enterprise applications faster and with fewer errors. Get up to speed on how to make your code concise, expressive, and less error prone, and create better OO programs with the ... En savoir plus

    $47.99 CAD

  • Softwaretesting kompakt

    Grundlagen von Tests und Testautomatisierung mit Java

    Collections series Computer Science and Engineering (German Language)
    Softwaretests sind unverzichtbar für jede robuste Software. Dies zeigt sich durch nahezu wöchentliche Bugbedingte Ausfälle. Doch wie lassen sich diese effektiver verhindern? Nach dem Lesen dieses Buches sind Sie in der Lage, eigene Softwaretests in den unterschiedlichsten Industriebereichen mit Java umzusetzen.Dieses Buch richtet sich an alle, die in die Disziplin des Testens eintauchen möchten. ... En savoir plus

    $17.99 CAD

  • Agile Metrics in Action

    How to measure and improve team performance

    SummaryAgile Metrics in Action is a rich resource for agile teams that aim to use metrics to objectively measure performance. You'll learn how to gather data that really counts, along with how to effectively analyze and act upon the results.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the BookThe iterative nature of agile ... En savoir plus

    $65.99 CAD

  • 掌握Java SE8程式設計-Lambda的逆襲

    par 陳錦輝 ...
    在寫程式時,我們有時會希望『傳遞一段程式碼』給某個method,並且不限定該method何時來執行這段程式碼,例如Comparator的compare method就是個最明顯的例子。以往,Java必須透過物件間接完成這個目標,也就是將這段程式碼變成某個物件的某個method實作內容,然而這個method在介面或類別宣告時就必須有個名稱,但這個名稱對於我們想要『傳遞一段程式碼』的目的而言,其實是多餘的。『傳遞一段程式碼』給某個method在函數式程式語言中,不難做到。而眾多非函數式程式語言也陸續加入了這個功能,它們為此功能取了一個響亮的名字 ── Lambda運算式。為何取名為Lambda運算式呢? 它源自於一種古老的演算 ── λ演算(Lambda正是拉丁字母λ的讀音)。在λ演算中,函數是匿名的,代表著函數的名稱並不重要,因此,將『傳遞一段程式碼』的功能取名為Lambda運算式 ... En savoir plus

    $21.99 CAD

  • Gradle Dependency Management

    Gradle Dependency Management

    Key FeaturesBook DescriptionIf you work on Java projects, use Gradle as a build automation tool, and you use dependencies in your project, this is the book for you. Additionally, if you want to deploy your project artifacts as dependencies for other developers using Gradle, you've found the right book.What you will learnDefine dependencies in your Java projectsPublish your artifacts to Maven and ... En savoir plus

    $28.99 CAD ou Gratuit avec Kobo Plus

  • Introducing Micronaut

    Build, Test, and Deploy Java Microservices on Oracle Cloud

    Collections series Professional and Applied Computing (R0)
    The microservice architecture has been adopted by many developer teams around the world. To be successful, it's crucial that you understand how to program a microservice and get it running in the cloud. This book will walk you through the process of how to build, test, and deploy a Java-based Micronaut microservice to the Oracle Cloud with GitHub Actions.You'll learn how to create a Virtual ... En savoir plus

    $68.99 CAD

  • Cloud Development and Deployment with CloudBees

    par Nicolas De loof ...
    This is an easy-to-follow yet comprehensive guide that follows a step-by-step approach to leverage the CloudBees services.If you are a Java developer and want to explore the world of the cloud, this book is ideal for you. This book will guide you through the process of developing and deploying an application on the cloud. Prior knowledge of Java is essential. ... En savoir plus

    $24.99 CAD ou Gratuit avec Kobo Plus

  • Scala and Spark for Big Data Analytics

    Explore the concepts of functional programming, data streaming, and machine learning

    Harness the power of Scala to program Spark and analyze tonnes of data in the blink of an eye!Key Features\[\*\]Learn Scala’s sophisticated type system that combines Functional Programming and object-oriented concepts\[\*\]Work on a wide array of applications, from simple batch jobs to stream processing and machine learning\[\*\]Explore the most common as well as some complex use-cases to perform ... En savoir plus

    $60.99 CAD ou Gratuit avec Kobo Plus

  • Learning RabbitMQ

    Build and optimize efficient messaging applications with ease

    par Martin Toshev ...
    Build and optimize efficient messaging applications with ease Key Features\[\*\]Learn to administer, configure, and manage RabbitMQ instances\[\*\]Discover ways to secure and troubleshoot RabbitMQ instances\[\*\]This book is fully up-to-date with all the latest changes to version 3.5Book DescriptionRabbitMQ is Open Source Message Queuing software based on the Advanced Message Queue Protocol ... En savoir plus

    $42.99 CAD ou Gratuit avec Kobo Plus

  • Selenium Framework Design in Data-Driven Testing

    Build data-driven test frameworks using Selenium WebDriver, AppiumDriver, Java, and TestNG

    par Carl Cocchiaro ...
    Take a deep dive into building data-driven test frameworks using Selenium WebDriverKey FeaturesA comprehensive guide to designing data-driven test frameworks using the Selenium 3 WebDriver API, AppiumDriver API, Java-Bindings, and TestNGLearn how to use Selenium Page Object Design Patterns and D.R.Y. (Don’t Repeat Yourself) Approaches to software development in automated testingDiscover the ... En savoir plus

    $41.99 CAD ou Gratuit avec Kobo Plus

  • Secure Java

    For Web Application Development

    par Abhay Bhargav ...
    Most security books on Java focus on cryptography and access control, but exclude key aspects such as coding practices, logging, and web application risk assessment. Encapsulating security requirements for web development with the Java programming platform, Secure Java: For Web Application Development covers secure programming, risk assessment, and threat modeling—explaining how to integrate these ... En savoir plus

    $138.78 CAD

  • Mastering NGINX for Site Reliability and Performance Optimization

    par Richa Garg ...
    Unlock the power of NGINX to boost performance and scale effortlessly. Key Features ● Learn NGINX from basics to advanced with expert guidance, from installation to high-performance configurations. ● Reinforce your skills with practical examples and detailed solutions for real-world applications. ● Step-by-step beginner-friendly approach with clear explanations, making complex concepts easy to ... En savoir plus

    $27.39 CAD ou Gratuit avec Kobo Plus

  • Introduction to Programming in Java

    An Interdisciplinary Approach

    This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.Programming skills are indispensable in today’s world, not just for computer science students, but also for anyone in any scientific or technical discipline. Introduction to Programming in Java, Second Edition, by Robert Sedgewick and Kevin ... En savoir plus

    $59.99 CAD

  • Kotlin Design Patterns and Best Practices

    Elevate your Kotlin skills with classical and modern design patterns, coroutines, and microservices

    par Alexey Soshin ...
    Dive deep into Kotlin design patterns, explore idiomatic functional programming, and master microservices with frameworks like Arrow, Ktor, and Vert.x.Key FeaturesStart from basic Kotlin syntax and go all the way to advanced topics like Coroutines and structural concurrencyLearn how to select and implement the right design pattern for your next Kotlin projectGet to grips with concurrent and ... En savoir plus

    $38.99 CAD ou Gratuit avec Kobo Plus

  • De Complete Programmeercollectie

    Python, JavaScript, Java, PowerShell & PHP

    Collections series De IT collectie
    De Complete Programmeercollectie bundelt vijf volledige programmeerboeken uit De IT Collectie in één krachtige, overzichtelijke uitgave. Deze serie is uitgegroeid tot een betrouwbare bron voor iedereen die zijn technische vaardigheden wil ontwikkelen — van absolute beginners tot ervaren ontwikkelaars die hun kennis willen uitbreiden.In deze bundel vind je de complete gidsen voor Java, JavaScript, ... En savoir plus

    $9.99 CAD ou Gratuit avec Kobo Plus

  • Einstieg in Java und OOP

    Grundelemente, Objektorientierung, Design-Patterns und Aspektorientierung

    Collections series Computer Science and Engineering (German Language)
    Der Autor schafft auf didaktisch kluge Weise einen Weg in die Welt der Objektorientierten Programmierung. Er beschreibt die entsprechenden Konzepte nicht einfach nur, sondern erklärt darüber hinaus auch Hintergründe und Zusammenhänge. Seinem Blick fürs Wesentliche kombiniert er mit einer lockeren Erzählweise.Lernen Sie die grundlegenden Konzepte der Programmierung mit Java kennen. Gewinnen Sie ... En savoir plus

    $32.39 CAD

  • Practical Network Security with OpenSSL

    Gain practical OpenSSL skills for real-world cybersecurity challenges Key Features ● Master OpenSSL’s command-line tools and C APIs to build secure and practical cryptographic applications. ● Gain a complete understanding of cryptography from foundational theory to advanced hardware integration with OpenSSL Engines. ● Apply your OpenSSL knowledge to real-world use cases including IoT security PKI ... En savoir plus

    $27.39 CAD ou Gratuit avec Kobo Plus

  • Java EE Testing mit Arquillian

    Collections Livre 82 - shortcuts
    Mit Arquillian sind Integrationstests ebenso einfach handhabbar wie Unit-Tests. Arquillian ist aufgrund der Flexibilität, die sich aus In-Container-Tests und Micro-Deployments ergibt, für eine Vielzahl von automatisierten Testformen geeignet. Das reicht von Unit Tests über Integrationstests bis hin zu Akzeptanz- und Performanztests. Das erste Kapitel gibt u.a. eine Einführung in das Testen von ... En savoir plus

    $4.99 CAD ou Gratuit avec Kobo Plus

  • Building Android Games with Cocos2d-x

    Learn to create engaging and spectacular games for Android using Cocos2d-x

    Key FeaturesBook DescriptionIf you have a basic understanding of the C++ programming language and want to create videogames for the Android platform, then this technology and book is ideal for you.What you will learnWho this book is forIf you have a basic understanding of the C++ programming language and want to create videogames for the Android platform, then this technology and book is ideal for ... En savoir plus

    $23.99 CAD ou Gratuit avec Kobo Plus

  • Beginning Spring AI

    A Quick Guide to AI Engineering in Spring

    Collections series Professional and Applied Computing (R0)
    Discover how to use Large Language Models in the Spring Framework. This quick guide equips developers with insights into the strengths and limitations of Spring AI and how to leverage the model for typical use cases.First, you will orient yourself to the new and exciting landscape of AI and Spring integration. You will learn how to issue simple queries, asking the right questions to get the ... En savoir plus

    $27.99 CAD

  • Knative in Action

    par Jacques Chester ...
    Knative in Action teaches you to build complex and efficient serverless applications.SummaryTake the pain out of managing serverless applications. Knative, a collection of Kubernetes extensions curated by Google, simplifies building and running serverless systems. Knative in Action guides you through the Knative toolkit, showing you how to launch, modify, and monitor event-based apps built using ... En savoir plus

    $65.99 CAD

  • Ultimate Microservices with RabbitMQ

    par Peter Morlion ...
    Learn the ins and outs of a RabbitMQ-enabled microservices system. Key Features ● Discover the fundamental principles of microservices and their organizational impact. ● Develop a deep understanding of messaging and RabbitMQ within microservices architecture. ● Acquire the expertise to seamlessly integrate and maximize the benefits of microservices with RabbitMQ for creating of robust and high ... En savoir plus

    $27.39 CAD ou Gratuit avec Kobo Plus

  • Spring Essentials

    Build mission-critical enterprise applications using Spring Framework and Aspect Oriented Programming

    Build mission-critical enterprise applications using Spring Framework and Aspect Oriented ProgrammingKey Features\[\*\] Step into more advanced features of aspect-oriented programming and API components to build enterprise grade systems\[\*\] Build lightning-fast web applications and REST APIs using Spring MVC and its asynchronous processing capabilities with the view technologies of your choice\[ ... En savoir plus

    $41.99 CAD ou Gratuit avec Kobo Plus

  • Android Developer Tools Essentials

    Android Studio to Zipalign

    Android development can be challenging, but through the effective use of Android Developer Tools (ADT), you can make the process easier and improve the quality of your code. This concise guide demonstrates how to build apps with ADT for a device family that features several screen sizes, different hardware capabilities, and a varying number of resources.With examples in Windows, Linux, and Mac OS ... En savoir plus

    $11.99 CAD