-
Promocja
Jira is an issue tracker and project management system. With their latest release, the Jira team has now expanded their user base to agile teams as well as business teams. This book provides a comprehensive explanation covering all major components of Jira, including Jira Software, Jira Core, and Jira Service Desk.
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
Deep Learning is a subset of Machine Learning where data sets with several layers of complexity can be processed. This book teaches you the different techniques using which deep learning solutions can be implemented at scale, on Apache Spark. This will help you gain experience of implementing your deep learning models in many real-world use cases.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
This book is a hands-on guide, exploring how to build microservice-based applications that dynamically scale and are resilient and native to the cloud. It will take your skills to the next level and get you acquainted with new architecture design and patterns, with the latest developing frameworks and techniques.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Spring is the de facto framework for Java SE development and it has been widely used for building web and enterprise grade applications. Last year, Pivotal provided complete support for Kotlin as a language that Spring can compile to, making it an even stronger framework in terms of android development. To make things simpler, Pivotal has released
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Microservices are the next big thing in designing scalable, easy-to-maintain applications. This latest edition of Mastering Microservices with Java, works on Java 11. It covers a wide range of exciting, new developments in the world of microservices such as microservices patterns, interprocess communication with gRPC, and service orchestration.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Spring makes it simple to create RESTful applications, interact with social services, communicate with modern databases, secure your system, and make your code modular and easy to test. This book will show you how to build various projects in Spring 5.0, using its various features as well as third party tools.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Data structures and algorithms help you to understand computational complexity and write efficient code. Kotlin data structures and algorithms enable you to write code that runs faster which is important in the web and mobile world. This book takes you through the techniques that you can use in your regular production environment.
(89,91 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%)
-
Promocja
As a practical hands-on guide, Java Fundamentals progressively imparts you with the skills you need to efficiently write programs in Java. After a quick introduction to the principles of Java, you'll move on to learn all about data types, data structures, and control. You'll also understand object-oriented programming in depth, with emphasis on typ
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
This book is a concise source to keep you updated about the released and upcoming changes in the core Java language. It covers version 10, 11, and various projects at Oracle, which every Java enthusiast will know about. You will learn to write better code and make informed decisions to choose new features for creating performant applications.
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
The demand for modern and high performing web enterprise applications is growing rapidly. No more is a basic HTML front-end enough to meet customer demands. This book will be your one stop guide to build outstanding enterprise web applications with Java EE and Angular. It will teach you how to harness the power of Java EE to build sturdy back ends
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Rust is an open source, safe, concurrent, practical language created by Mozilla. It runs blazingly fast, prevents segfaults, and guarantees safety. This book gets you started with essential software development by guiding you through the different aspects of Rust programming. With this approach, you can bridge the gap between learning and implement
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
The Selenium WebDriver 3.x Technology is an open source API available to test both Browser and Mobile applications. It is completely platform independent in that tests built for 1 browser or mobile device will also work on all other browsers and mobile devices. The technology supports all major development languages which allows it to be tied direc
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
The Android team has announced first-class support for Kotlin. This acts as an added boost to the language and more and more developers are now looking into Kotlin for their application development.This recipe based book will be your guide to get a firm hold on the Kotlin Programming language.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
The Microservice architecture is sweeping the world as the de facto pattern from which to build web-based applications and aids in designing scalable, easy-to-maintain web applications. This book will teach you common patterns and practices, showing you how to apply these using the Clojure programming language.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
REST is an architectural style that tackles the challenges of building scalable web services. In today's connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems interact, and REST has become synonymous with APIs.The depth, breadth, and ease of use of Spring makes it one of the most attractive framew
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Scala is a general purpose programming language that supports both functional and object-oriented programming paradigms. Due to its concise design and versatility, Scala's applications have been extended to a wide variety of fields such as data science and cluster computing.You will learn to write highly scalable, concurrent, and testable programs
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
The ease with which we write an application has been increasing, but with increasingly complex application come the need to address their performance. A balancing act between implementing complex applications easily and keeping its performance optimum is need of the hour. In this book we explore how to achieve this crucial balance while developing
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
If you have been burnt by unreliable JavaScript frameworks before, you will be amazed by the maturity of the Angular platform. If you find it difficult to start new projects and pick the right tools and frameworks, frequently run into bugs, or find yourself lost in a sea of terms such as containers, Kanban, and Continuous Integration, then this boo
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Learning about data structures and algorithms gives you a better insight on how to solve common programming problems. Most of the problems faced everyday by programmers have been solved, tried, and tested. By knowing how these solutions work, you can ensure that you choose the right tool when you face these problems.This book teaches you tools that
(71,91 zł najniższa cena z 30 dni)
67.49 zł
74.99 zł (-10%)
-
Promocja
This book helps you get a deep understanding of Spring and how it can make your life easier. This collection of projects demonstrates the versatility of the language and enables you to build standalone applications. The book unveils the latest features of Kotlin and walks you through the building blocks that form the basis of writing applications.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Having a knowledge of design patterns enables you, as a developer, to improve your code base, promote code reuse, and make the architecture more robust. As languages evolve, new features take time to fully understand before they are adopted en masse. The mission of this book is to ease the adoption of the latest trends and provide good practices fo
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Middleware is the infrastructure in software-based applications that enables businesses to solve problems and operate efficiently. As soon as the use of middleware extends beyond a single application, the importance of having it written by experts increases. This book will help you become an expert in developing middleware for a variety of applicat
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Design patterns enable you to speed up the development process by providing tested, proven development paradigms. Reusing design patterns helps prevent complex issues, improves your code base, promotes code reuse, and makes the architecture more robust. This book will ease the adoption of design patterns in Kotlin and provide best practices.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
This book will help you delve into full-stack development effectively. You’ll grasp the techniques you need to know to build robust full-stack applications using Spring Boot and React.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Spring 5.0 brings major advancements in the rich APIs provided by the Spring framework and thus creates a need for developers to master its tools and techniques to achieve high-performing applications. This book will help you improve the speed of your code and optimize the performance of your apps.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Security is one of the most vital concerns for any organization. The complexity of an application is compounded when you need to integrate security with existing code, new technology, and other frameworks. This book will show you how to effectively write Java code that is robust and easy to maintain.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Have you ever thought about learning how to make your computer do what you want it to do? Do you want to learn to program but just don’t know where to start? Have all other learning resources got you confused with over explanations, rather than walking you in the right direction? Don’t worry, you have to look no further.Written by not
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
This book explores the valuable standard libraries, showing you how to use them to write succinct code. Filled with short and easy-to -follow solutions, you’ll see how to get optimal performance from your Kotlin code.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
The requirements of modern day applications are scalability, speed and making the most use of hardware. Kotlin provides immense support for concurrency. This book addresses the challenges for the design and implementation of concurrent code and shows you how to write lock-free concurrent code taking advantage of Kotlin's concurrency support.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Despite the availability of a wide range of literature on domain-driven design, real-world application of these principles remains a challenge. This book takes a practical and modern approach to architecting and implementing DDD-inspired solutions into rational, collaborative, and loosely coupled subsystems to meet different business needs.
(98,10 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
(71,91 zł najniższa cena z 30 dni)
67.49 zł
74.99 zł (-10%)
-
Promocja
(76,49 zł najniższa cena z 30 dni)
76.49 zł
84.99 zł (-10%)
-
Promocja
(89,91 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%)
-
Promocja
Clojure Polymorphism is like a class in comparative architecture. By solving sample problems and then analyzing the solutions, you'll discover various design techniques and learn how to apply the most appropriate ones in your design.
(29,90 zł najniższa cena z 30 dni)
85.49 zł
94.99 zł (-10%)
-
Promocja
(76,49 zł najniższa cena z 30 dni)
76.49 zł
84.99 zł (-10%)
-
Promocja
(71,91 zł najniższa cena z 30 dni)
67.49 zł
74.99 zł (-10%)
-
Promocja
(71,91 zł najniższa cena z 30 dni)
67.49 zł
74.99 zł (-10%)
-
Promocja
(62,91 zł najniższa cena z 30 dni)
67.49 zł
74.99 zł (-10%)
-
Promocja
This book takes you through tried and tested approaches to building distributed systems and implementing microservices architecture. It follows a single real-world project from start to finish, using Spring Boot, Spring Cloud, and a full suite of related tools and frameworks for development, security, testing, and deployment.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Spring Boot 3.0 and Angular helps you explore the capabilities of Angular for building full stack Java applications. This book takes a hands-on approach to implementing the associated methodologies of these enterprise frameworks.
(125,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Developers working with Java will be able to put their knowledge to work using this practical guide to software architectures. This book will help you to learn end-to-end architectural best practices and how to design effective software solutions, so you can perform day-to-day software architecture duties efficiently and advance your career.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(71,91 zł najniższa cena z 30 dni)
67.49 zł
74.99 zł (-10%)
-
Promocja
This course offers an in-depth introduction to Java and algorithmic thinking, ideal for beginners. Starting with fundamental computer concepts, it progresses through Java programming basics, & algorithmic principles, concluding with file management.
(31,41 zł najniższa cena z 30 dni)
35.91 zł
39.90 zł (-10%)
-
Promocja
Java has been continually and significantly enhanced over nearly 30 decades. Taking advantage of key language features and strategies presented in this book, you can improve your current programs and create new highly optimized Java code.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
This guide helps you master DynamoDB, the serverless NoSQL database built for high performance at any scale. Authored by AWS experts, it covers core features, data modeling, and advanced topics, enabling you to build state-of-the-art applications.
(107,10 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Build advanced concurrent and parallel processing skills for cloud-native Java applications. From essential concepts and practical implementations to emerging trends, this book equips you with skills to build scalable, high-performance solutions in today's dynamic tech landscape.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Nowość
Promocja
This book improves your API development skills by enhancing your Salesforce expertise, demonstrating how to integrate MuleSoft with Salesforce and unlock its full potential.
(107,10 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Java is one of the most widely accepted languages because of its design and programming features. This book offers a range of software development examples in simple and straightforward Java 11 code, providing step-by-step resources and time-saving methods to help you solve data problems efficiently.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
This guide provides a complete overview of developing Java EE applications using Eclipse. The features of the Eclipse IDE enable rapid development, debugging, testing, and deployment of Java EE applications. You'll explore different Java EE technologies and how and when to use them (JSP, JSF, JPA, JDBC, EJB, web services etc.).
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Java is one of the software languages most commonly used by programmers and developers. This book covers essential concepts in Java by showing you how to implement them in various applications. You’ll learn about Java 18.9's newest features and develop the skills required for building robust, easily scalable, and maintainable code in Java.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Android is one of the most popular mobile Operating systems presently. It uses the Java programming language. The problem is that most Android books assume the reader is already proficient with Java. This new and expanded second edition of Learning Java by Building Android Games shows you how to start building Android games from scratch. The diffic
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Fully updated up to Java 11, this book stands to help any Java developer enjoy the richness of the Java programming language. The modern Java platform can be used to build robust software applications including enterprise-level applications and mobile applications.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Natural Language Processing with Java will explore how to automatically organize text using approaches such as full-text search, proper name recognition, clustering, tagging, information extraction, and summarization. You will leverage the power of Java to extract relationships within different elements of text and documents.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Test-driven development relies on a test-first procedure that emphasizes writing a test before the code, and then refactoring the code to optimize it. Performing TDD with Java improves the productivity of programmers and maintainability and performance of code. It also develops a deeper understanding of the language and shows how to employ it.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(161,10 zł najniższa cena z 30 dni)
161.10 zł
179.00 zł (-10%)
-
Promocja
(76,49 zł najniższa cena z 30 dni)
76.49 zł
84.99 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
(161,10 zł najniższa cena z 30 dni)
161.10 zł
179.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
85.49 zł
94.99 zł (-10%)
-
Promocja
(89,91 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
188.10 zł
209.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
(161,10 zł najniższa cena z 30 dni)
161.10 zł
179.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
58.49 zł
64.99 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(161,10 zł najniższa cena z 30 dni)
161.10 zł
179.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
(161,10 zł najniższa cena z 30 dni)
161.10 zł
179.00 zł (-10%)
-
Promocja
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
(98,10 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
(161,10 zł najniższa cena z 30 dni)
161.10 zł
179.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
89.91 zł
99.90 zł (-10%)
-
Promocja
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Build Your Own Programming Language provides a hands-on approach to designing and implementing programming language features in a simple compiler and programming environment. This book will help you create new or domain-specific languages.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Architect robust solutions like a pro with real-world insights and cutting-edge design techniques. Delve into advanced analytics, machine learning, generative AI, cloud-native architecture, and the key soft skills to excel as a solutions architect.
(143,10 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł (-10%)
-
Promocja
This practical guide teaches inexperienced Java programmers and web developers how to design, develop, test, and deploy highly scalable and maintainable APIs using REST, gRPC, GraphQL, and reactive programming paradigms with Java and Spring Boot. Complete with real-world examples, it will guide you to build enterprise-level APIs and services.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
A balance between implementing complex applications and optimizing performance is a present-day need. This book helps you achieve this balance while developing and deploying applications with Kotlin. You will learn how to use profiling tools to detect performance issues and discover bytecode that is generated to overcome performance bottlenecks.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
JavaFX 10 is used to create media-rich client applications. If you are a Java developer and want to create graphical applications and skill up to become a pro at Java GUI programming, then this is the right choice for you. You will be guided through the different components of the JavaFX application, to master and combine them.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Spring is one of the best frameworks on the market for developing web, enterprise, and cloud-ready software. Spring Boot simplifies building complex software dramatically by reducing the amount of boilerplate code, providing production-ready features and a simple deployment model.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Scala is a multipurpose programming language, especially for analyzing large datasets without impacting the application performance. Its functional libraries can interact with databases and build scalable frameworks that create robust data pipelines. This book showcases how you can use Scala and its constructs to meet specific project demands.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
This book teaches you how to build and contribute to Scala programs, recognizing common patterns and techniques used with the language. You’ll learn how to write concise, functional code with Scala. After an introduction to core concepts, syntax, and writing example applications with scalac, you’ll learn about the Scala Collections AP
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Spring is one of the best tools to develop web, enterprise, and cloud ready software in the market. The goal of Spring Boot is to provide a set of tools for building Spring applications that run production-grade based applications. This book will teach you features of Spring Boot 2.0 by building interesting real-world projects.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Vaadin is an open-source Java framework used to build modern user interfaces. Vaadin 8 simplifies application development and improves user experience. The book starts with an overview of the architecture of Vaadin applications. You will also learn advanced concepts like,internationalization, authentication, authorization, and database connectivity
(89,91 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%)
-
Promocja
JHipster is a development platform to generate, develop, and deploy Spring Boot and Angular/React applications and Spring microservices. It provides you with a variety of tools that will help you quickly build modern web applications. This book will be your guide to building full stack applications with Spring and Angular using the JHipster toolset
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
If you want to develop faster and smarter cloud application, then WildFly is at your rescue. The book will teach you how to use WildFly Swarm and OpenShift to develop and deploy your applications in cloud environment emphasizing the benefits of those solutions: right-sizing the application, easy development and release process, on-demand scaling, e
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
Dependency Injection (DI) is a design pattern that allows us to remove the hard-coded dependencies and make our application loosely coupled, extendable, and maintainable. This book will be your one stop guide to write loosely coupled code using the latest features of Java 9 with frameworks such as Spring 5 and Google Guice.
(125,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)