Skip to main content

Winkelwagen

Je krijgt de VIP-behandeling!

Artikel(en) niet beschikbaar voor aankoop
Bekijk je winkelwagentje. Je kunt de niet-beschikbare artikelen nu verwijderen of we verwijderen ze bij de kassa automatisch.
artikelenartikel
artikelenartikel

Aanbevolen voor jou

Loading...

eBooks in de categorie Java

Als je eBooks uit de categorie Java' leuk vindt, dan vind je deze toptitels ook geweldig.
649 - 672 van 1748 resultaten worden weergegeven
Skip side bar filters
  • Get Programming with Scala

    door Daniela Sfregola ...
    The perfect starting point for your journey into Scala and functional programming.SummaryIn Get Programming in Scala you will learn:Object-oriented principles in ScalaExpress program designs in functionsUse types to enforce program requirementsUse abstractions to avoid code duplicationWrite meaningful tests and recognize code smellsScala is a multi-style programming language for the JVM that ... Meer lezen

    55,91 €

  • Grokking Functional Programming

    door Michal Plachta ...
    There’s no need to fear going functional! This friendly, lively, and engaging guide is perfect for any perplexed programmer. It lays out the principles of functional programming in a simple and concise way that will help you grok what FP is really all about.In Grokking Functional Programming you will learn:Designing with functions and types instead of objectsProgramming with pure functions and ... Meer lezen

    55,91 €

  • The Art of Unit Testing

    with examples in C#

    door Roy Osherove ...
    SummaryThe Art of Unit Testing, Second Edition guides you step by step from writing your first simple tests to developing robust test sets that are maintainable, readable, and trustworthy. You'll master the foundational ideas and quickly move to high-value subjects like mocks, stubs, and isolation, including frameworks such as Moq, FakeItEasy, and Typemock Isolator. You'll explore test patterns ... Meer lezen

    39,13 €

  • RabbitMQ in Action

    Distributed Messaging for Everyone

    door Jason Williams ...
    SummaryRabbitMQ in Action is a fast-paced run through building and managing scalable applications using the RabbitMQ messaging server. It starts by explaining how message queuing works, its history, and how RabbitMQ fits in. Then it shows you real-world examples you can apply to your own scalability and interoperability challenges.About the TechnologyThere's a virtual switchboard at the core of ... Meer lezen

    55,91 €

  • EJB 3 in Action

    SummaryBuilding on the bestselling first edition, EJB 3 in Action, Second Edition tackles EJB 3.2 head-on, through numerous code samples, real-life scenarios, and illustrations. This book is a fast-paced tutorial for Java EE 6 business component development using EJB 3.2, JPA 2, and CDI. Besides covering the basics of EJB 3.2, this book includes in-depth EJB 3.2 internal implementation details, ... Meer lezen

    49,20 €

  • Open Source SOA

    door Jeff Davis ...
    You can build a world-class SOA infrastructure entirely using popular, andmature, open-source applications. Unfortunately, the technical documentationfor most open-source projects focuses on a specific product, the big SOA picture.You're left to your own devices to figure out how to cobble together a fullsolution from the various bits. In other words, unless you already know howMule and Tuscany ... Meer lezen

    55,91 €

  • RabbitMQ in Depth

    door Gavin M. Roy ...
    SummaryRabbitMQ in Depth is a practical guide to building and maintaining message-based applications. This book provides detailed coverage of RabbitMQ with an emphasis on why it works the way it does.About the TechnologyAt the heart of most modern distributed applications is a queue that buffers, prioritizes, and routes message traffic. RabbitMQ is a high-performance message broker based on the ... Meer lezen

    55,91 €

  • Dependency Injection

    Design patterns using Spring and Guice

    Dependency Injection is an in-depth guide to the current best practices forusing the Dependency Injection pattern-the key concept in Spring and therapidly-growing Google Guice. It explores Dependency Injection, sometimescalled Inversion of Control, in fine detail with numerous practical examples.Developers will learn to apply important techniques, focusing on their strengthsand limitations, with a ... Meer lezen

    55,91 €

  • JUnit Recipes

    Practical Methods for Programmer Testing

    When testing becomes a developer's habit good things tend to happen--good productivity, good code, and good job satisfaction. If you want some of that, there's no better way to start your testing habit, nor to continue feeding it, than with"" JUnit Recipes,"" In this book you will find one hundred and thirty-seven solutions to a range of problems, from simple to complex, selected for you by an ... Meer lezen

    55,91 €

  • Testing Java Microservices

    Using Arquillian, Hoverfly, AssertJ, JUnit, Selenium, and Mockito

    SummaryTesting Java Microservices teaches you to implement unit and integration tests for microservice systems running on the JVM. You'll work with a microservice environment built using Java EE, WildFly Swarm, and Docker. You'll learn how to increase your test coverage and productivity, and gain confidence that your system will work as you expect.About the TechnologyMicroservice applications ... Meer lezen

    55,91 €

  • Gradle in Action

    door Benjamin Muschko ...
    SummaryGradle in Action is a comprehensive guide to end-to-end project automation with Gradle. Starting with the basics, this practical, easy-to-read book discusses how to build a full-fledged, real-world project. Along the way, it touches on advanced topics like testing, continuous integration, and monitoring code quality. You'll also explore tasks like setting up your target environment and ... Meer lezen

    55,91 €

  • Functional Programming in JavaScript

    How to improve your JavaScript programs using functional techniques

    door Luis Atencio ...
    SummaryFunctional Programming in JavaScript teaches JavaScript developers functional techniques that will improve extensibility, modularity, reusability, testability, and performance. Through concrete examples and jargon-free explanations, this book teaches you how to apply functional programming to real-life development tasksAbout the TechnologyIn complex web applications, the low-level details ... Meer lezen

    55,91 €

  • Making Java Groovy

    door Kenneth Kousen ...
    SummaryMaking Java Groovy is a practical handbook for developers who want to blend Groovy into their day-to-day work with Java. It starts by introducing the key differences between Java and Groovy—and how you can use them to your advantage. Then, it guides you step-by-step through realistic development challenges, from web applications to web services to desktop applications, and shows how Groovy ... Meer lezen

    55,91 €

  • Spring Dynamic Modules in Action

    Java EE developers increasingly want to utilize OSGi to develop modular applications for component and service-based architectures. But tools required for OSGi implementation have been slow to develop. Spring Dynamic Modules (Spring DM) is a framework that simplifies the creation of component and service-oriented architectures with OSGi, to build modular Java applications using the powerful Spring ... Meer lezen

    65,97 €

  • Kotlin in Action

    SummaryKotlin in Action guides experienced Java developers from the language basics of Kotlin all the way through building applications to run on the JVM and Android devices. Foreword by Andrey Breslav, Lead Designer of Kotlin.About the TechnologyDevelopers want to get work done - and the less hassle, the better. Coding with Kotlin means less hassle. The Kotlin programming language offers an ... Meer lezen

    39,13 €

  • JBoss in Action

    Configuring the JBoss Application Server

    JBoss in Action is the first book to focus on teaching readers in detail how to use the JBoss application server. Unlike other titles about JBoss, the authors of JBoss in Action go deeper into the advanced features and configuration of the server. In particular, it focuses on enterprise-class topics, such as high availability, security, and performance.This book walks readers through the JBoss 5 ... Meer lezen

    55,91 €

  • 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.About the BookThe iterative nature of agile development is perfect for experience-based, continuous improvement. Tracking systems, test and build tools, source ... Meer lezen

    55,91 €

  • Spring in Action, Sixth Edition

    door Craig Walls ...
    If you need to learn Spring, look no further than this widely beloved and comprehensive guide! Fully revised for Spring 5.3, and packed with interesting real-world examples to get your hands dirty with Spring.In Spring in Action, 6th Edition you will learn:Building reactive applicationsRelational and NoSQL databasesIntegrating via HTTP and REST-based services, and sand reactive RSocket ... Meer lezen

    55,91 €

  • Job Ready Go

    Tackle GoLang with practical and employment-focused instructionIn Job Ready Go, software education guru Dr. Haythem Balti delivers an essential and hands-on guide to Go, an open-source programming language developed by Google engineers to combine the most sought-after capabilities of other programming languages, including Java, C#, and C++. In the book, the author walks you through all the most ... Meer lezen

    28,99 €

  • Kickstart Java Programming Fundamentals

    Become a Java Pro through Real, Hands-On Coding Experience.Key Features● Master Java through hands-on, real-world coding examples.● Progress from core basics to AI-powered Java development.● Build desktop, web, mobile, and intelligent Java applications.Book DescriptionIn today's tech-driven world, applied Java programming with AI integration is a game-changer. Java remains a backbone of enter... ... Meer lezen

    18,01 €

  • Ultimate Responsive Web Design with HTML5 and CSS3

    Transform Your Ideas into Reality with HTML and CSS Key Features ● Master responsive design to create websites that adapt seamlessly across desktops, tablets, and smartphones. ● Enhance your web projects by unlocking SEO-friendly design techniques and leveraging web fonts for superior visibility and aesthetics. ● Gain hands-on experience through project-based learning, enabling you to build ... Meer lezen

    12,74 € of Gratis met Kobo Plus

  • Intelligent Automation Simplified

    Learn Enterprise Automation, AI-Led Automation, and Robotic Process Automation with Use-cases

    Intelligent Automation Simplified' guides tech professionals to take a much more simplified and sophisticated step towards developing intelligent automation. This book will explain the basic concepts of smart automation and how to put it into practice for a company.This book explores each stage of automation design and explains how these automation fragments can be brought together in the end-to ... Meer lezen

    13,13 € of Gratis met Kobo Plus

  • Computer Programming

    Mastering Computer Programming for Beginners with 5-in-1 Bundle - Python, SQL, Arduino, C#, and Javascript

    door Ryan roffe ...
    Are you new to the world of computer programming, overwhelmed by the myriad of options available? Struggling to pinpoint the best fit for your unique requirements?If so, this book offers a groundbreaking solution!In today's digital landscape, computer programming holds immense significance. With the increasing online presence and the continual evolution of programming languages by various ... Meer lezen

    9,09 € of Gratis met Kobo Plus

  • La Programmazione in JAVA

    door Nino Paiotta ...
    Questo testo è rivolto sia a chi vuole iniziare ad imparare a programmare in questo tipo di linguaggio, sia per coloro che vogliono approfondire le conoscenze, infatti in questo testo partiamo dalle basi della programmazione fino a trattare argomenti avanzati, facendo esempi semplici per evitare per coloro che sono meno esperti di perdersi blocchi di codice lunghi e complicati.Ci sono molti esempi ... Meer lezen

    2,99 € of Gratis met Kobo Plus