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.
337 - 360 van 1731 resultaten worden weergegeven
Skip side bar filters
  • Kickstart Database Management System Fundamentals

    From Concept to Implementation: Mastering Database Design Key Features ● Covers core concepts, types, architecture, and models for effective data modeling and schema design. ● Clear, hands-on SQL examples to enhance understanding and real-world application. ● Insights into NoSQL, cloud databases, data warehousing, and security best practices. Book Description In today’s data-driven world, ... Meer lezen

    16,99 € of Gratis met Kobo Plus

  • Scala in Depth

    door Josh Suereth ...
    SummaryScala in Depth is a unique new book designed to help you integrate Scala effectively into your development process. By presenting the emerging best practices and designs from the Scala community, it guides you through dozens of powerful techniques example by example.About the BookScala is a powerful JVM language that blends the functional and OO programming models. You'll have no trouble ... Meer lezen

    55,91 €

  • Android Studio 2.3 Development Essentials - Android 7 Edition

    door Neil Smyth ...
    With 75 in-depth chapters, over 800 pages and more than 47 example app projects (including the source code) this book provides everything you need to successfully develop and deploy Android apps using Android Studio.Fully updated for Android Studio 2.3 and Android 7, the goal of this book is to teach the skills necessary to develop Android based applications using the Android Studio Integrated ... Meer lezen

    33,00 € of Gratis met Kobo Plus

  • Mastering Concurrency Programming with Java 8

    Master the principles and techniques of multithreaded programming with the Java 8 Concurrency API

    Master the principles and techniques of multithreaded programming with the Java 8 Concurrency APIKey Features\[\*\] Implement concurrent applications using the Java 8 Concurrency API and its new components\[\*\] Improve the performance of your applications or process more data at the same time, taking advantage of all of your resources.\[\*\] Construct real-world examples related to machine ... Meer lezen

    37,20 € of Gratis met Kobo Plus

  • Docker and Kubernetes for Java Developers

    Scale, deploy, and monitor multi-container applications

    Leverage the lethal combination of Docker and Kubernetes to automate deployment and management of Java applications Key FeaturesMaster using Docker and Kubernetes to build, deploy and manage Java applications in a jiffLearn how to create your own Docker image and customize your own cluster using KubernetesEmpower the journey from development to production using this practical guide.Book ... Meer lezen

    29,56 € of Gratis met Kobo Plus

  • Core Java Programming

    door Jitendra Patel ...
    Core Java Programming : This book is specially written for beginner Java Students and Programmers to gain fundamentals knowledge about Java programming using easy to use practice examples. This book contains a track for those who are afraid of Java Programming and are confused about how to start Java? Which way to start?Also every one with interest in Java Programming can refer this book to get ... Meer lezen

    3,99 € of Gratis met Kobo Plus

  • Functional Programming in Kotlin

    In Functional Programming in Kotlin you will learn:Functional programming techniques for real-world applicationsWrite combinator librariesCommon structures and idioms in functional designSimplicity and modularity (and fewer bugs!)Functional Programming in Kotlin is a reworked version of the bestselling Functional Programming in Scala, with all code samples, instructions, and exercises translated ... Meer lezen

    55,91 €

  • Tomcat: The Definitive Guide

    The Definitive Guide

    Jakarta Tomcat is not only the most commonly used open source servlet engine today, it's become the de facto standard by which other servlet engines are measured. Powerful and flexible, it can be used as a stand-alone web server or in conjunction with another server, like Apache or IIS, to run servlets or JSPs. But mastery of Tomcat is not easy: because it's as complex as it is complete. Tomcat: ... Meer lezen

    17,16 €

  • OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide

    Exam 1Z0-815, Exam 1Z0-816, and Exam 1Z0-817

    This OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide was published before Oracle announced major changes to its OCP certification program and the release of the new Developer 1Z0-819 exam. No matter the changes, rest assured this Study Guide covers everything you need to prepare for and take the exam.NOTE: The OCP Java SE 11 Programmer I Exam 1Z0-815 and Programmer II ... Meer lezen

    54,99 €

  • Ultimate WordPress Handbook

    Your Complete Guide to Mastering WordPress for All Skill Levels Key Features ● Step-by-step instructions from basic setup to advanced WordPress techniques ● Expert guidance on customizing themes and enhancing website functionality ● Comprehensive insights into managing, maintaining, and optimizing WordPress sites Book Description As the world’s leading content management system, WordPress powers ... Meer lezen

    12,74 € of Gratis met Kobo Plus

  • Instant GSON

    Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. Instant GSON is a practical, hands-on guide that will explain the implementation features of the GSON API through examples with code. Instant GSON is for software developers who are new to the GSON library, and who are looking to explore it in depth ... Meer lezen

    14,26 € of Gratis met Kobo Plus

  • Java Professional Guide

    Learn The Secrets Of Java, Pass The Exam And Earn The Most Important World Wide Certification. Real Practice Test With Detailed Screenshots, Answers And Explanations

    door David Mayer ...
    Getting Java Certified is amazing for your career. Acquire the skills to pass the Java certification exam!Do you want to get certified as a Java professional?Do you want to succeed in Java certifications by your own?If you answered "yes" to any of these, then this is the perfect educational and informational book for you!Hello! Welcome to "Java Exams Study Guide".This book is designed to support ... Meer lezen

    9,99 € of Gratis met Kobo Plus

  • Java 11 and 12 – New Features

    Learn about Project Amber and the latest developments in the Java language and platform

    door Mala Gupta ...
    Enhance your development skills with Java's state-of-the-art features and projects to make your applications leaner and fasterKey FeaturesOvercome the challenges involved in migrating to new versions of JavaDiscover how Oracle has bridged the gap between Java and native codeMake the best use of new Java features and libraries in your applicationsBook DescriptionWith its new six-monthly release ... Meer lezen

    22,25 € of Gratis met Kobo Plus

  • DevOps Tools for Java Developers

    Best Practices from Source Code to Production Containers

    With the rise of DevOps, low-cost cloud computing, and container technologies, the way Java developers approach development today has changed dramatically. This practical guide helps you take advantage of microservices, serverless, and cloud native technologies using the latest DevOps techniques to simplify your build process and create hyperproductive teams.Stephen Chin, Melissa McKay, Ixchel ... Meer lezen

    29,03 €

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

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

    13,42 €

  • Ultimate Full-Stack Web Development with MEVN

    door Bhargav Bachina ...
    Craft Production-Grade Web Apps with MEVN on AWS, Azure, & GCP Key Features ● Gain an in-depth understanding of MongoDB, Express.js, Vue.js, and Node.js, and its integration to build full-stack applications. ● Develop a complete project from scratch, covering all aspects of the MEVN stack with detailed, step-by-step instructions. ● Learn how to deploy your MEVN stack applications on popular cloud ... Meer lezen

    25,49 € of Gratis met Kobo Plus

  • 亿级流量Java高并发与网络编程实战

    door 颜群 ...
    本书共分18章,内容包括:高并发概述、系统分析与大型互联网架构设计、高并发相关JVM与JDK新特性案例讲解、实战解析多线程并发包、NIO案例解析与高性能聊天室实战、高性能NIO框架Netty实例详解、主流RPC框架解析与跨语言调用案例、实战解析高并发框架Disruptor、通过案例讲解分布式服务框架Dubbo等。 ... Meer lezen

    24,77 €

  • Java Design Patterns

    door Vaskaran Sarcar ...
    Serie series Professional and Applied Computing (R0)
    Learn how to implement design patterns in Java: each pattern in Java Design Patterns is a complete implementation and the output is generated using Eclipse, making the code accessible to all. The examples are chosen so you will be able to absorb the core concepts easily and quickly.This book presents the topic of design patterns in Java in such a way that anyone can grasp the idea. By giving easy ... Meer lezen

    26,73 €

  • Pro JPA 2 in Java EE 8

    An In-Depth Guide to Java Persistence APIs

    Serie series Professional and Applied Computing (R0)
    Learn to use the Java Persistence API (JPA) and other related APIs as found in the Java EE 8 platform from the perspective of one of the specification creators. A one-of-a-kind resource, this in-depth book provides both theoretical and practical coverage of JPA usage for experienced Java developers.Authors Mike Keith, Merrick Schincariol and Massimo Nardone take a hands-on approach, based on their ... Meer lezen

    66,37 €

  • Java EE Testing mit Arquillian

    Serie Boek 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 ... Meer lezen

    2,99 € of Gratis met Kobo Plus

  • Core Java, Volume II

    Advanced Features

    door Cay Horstmann ...
    Serie series Oracle Press for Java
    The Classic Guide to the Java Programming Language--Fully Updated through Java 25Core Java is the leading no-nonsense tutorial and reference for experienced programmers who want to write robust Java code for real-world applications. Now, Core Java, Volume II: Advanced Features, Fourteenth Edition, has been revised to cover the new features and enhancements in the Java 25 long-term support release. ... Meer lezen

    66,77 €

  • Learning Reactive Programming With Java 8

    Learn how to use RxJava and its reactive Observables to build fast, concurrent, and powerful applications through detailed examples

    Key FeaturesBook DescriptionIf you are a Java developer that knows how to write software and would like to learn how to apply your existing skills to reactive programming, this book is for you.What you will learnDiscover what reactive programming is and how you can benefit from itGet to grips with the new functional features of Java 8 and some functional theoryCreate RxJava Observable instances ... Meer lezen

    32,85 € of Gratis met Kobo Plus

  • Mastering Netbeans

    Master building complex applications with NetBeans to become more proficient programmers

    door David Salter ...
    Master building complex applications with NetBeans to become a more pro fi cient programmerKey FeaturesBook DescriptionWith the increasing complexity of software development and the abundance of tools available, learning your IDE in-depth will instantly increase your developer productivity. NetBeans is the only IDE that can be downloaded with Java itself and provides you with many cutting edge ... Meer lezen

    33,38 € of Gratis met Kobo Plus

  • Instant JRebel

    Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This book is an easy-to-follow guide full of hands-on examples of real-world Java development tasks. Each topic is explained and placed in context, and for the more inquisitive readers, there are more-in-depth details of the concepts used.If you have experience in Java desktop or web ... Meer lezen

    14,26 € of Gratis met Kobo Plus