-
Promocja
Build efficient and fast Qt applications, target performance problems, and discover solutions to refine your code
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Writing safe and correct parallel programs is tough. Reasoning about concurrent memory modification is tough; efficiently exploiting the modern computing environment (with its multi-layered caches and deep execution pipelines) is also tough. Most systems programming languages add a further complication: unsafe memory access. The burden on you, the
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
This book will provide you with practical recipes to manage the build system using CMake. You will be taken through a series of task-based examples that demonstrate how to employ the CMake toolbox to build portable and modular code and to minimize the code complexity of the build infrastructure.
(29,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł (-10%)
-
Promocja
Unity, the world's leading real-time engine, is used to create half of the world's games. This book will teach programming newcomers the C# language in a fun and accessible way through game development. No prior programming or game development experience is required, only a curious mind.
(107,10 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł (-10%)
-
Promocja
Reactive programming is a better, scalable, and faster way to build applications, and one that helps us write code that is concise, clear, and readable. It can be used for many purposes such as GUIs, robotics, music, and more, and is central to many concurrent systems. This book will be your guide to getting started with Reactive programming in Sca
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
This updated third edition will guide you through object-oriented JavaScript in an easy-to-understand manner. From using a JavaScript Console to implementing reactive programming techniques while coding in JavaScript, this book will get you up and running!
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Learn Programming in Python with Cody Jackson will take you through the basics of programming (and how Python implements those concepts) to write a complete, production-ready application. Each topic builds on the previous ones, so you'll learn how a complete application is built from the ground up, rather than just learning separate aspects of prog
(89,91 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%)
-
Promocja
Do you feel you’ve mastered the Python language and you know everything it takes to write applications that are a class apart? Well, you’re in for a surprise! This book covers the darkest secrets of Python, delving into its depths and uncovering things you never would have thought could be done.
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
This new edition includes all the topics that made Python 3 Object-Oriented Programming an instant Packt classic. It’s also packed with updated content to reflect recent changes in the core Python library and covers modern third-party packages that were not available on the Python 3 platform when the book was first published.
(197,10 zł najniższa cena z 30 dni)
206.10 zł
229.00 zł (-10%)
-
Promocja
Python is an object-oriented, scripting language that is used in wide range of categories. In software engineering, a design pattern is a recommended solution to a software design problem. Although not new, design patterns remain one of the hottest topics in software engineering and they come as a ready reference for software developers to solve th
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
The Python 3 Standard Library is a vast array of modules that you can use for developing various kinds of applications. It contains an exhaustive list of libraries, and this book will help you choose the best one to address specific programming problems in Python.
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
GPUs are designed for maximum throughput, but are subject to low-level subtleties. In contrast, Python is a high-level language that favours ease of use over speed. In this book, we will combine the power of both Python and CUDA to help you create high performing Python applications by using open-source libraries such as PyCUDA and SciKit-CUDA.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Penetration testing is the use of tools and code to attack a system in order to assess its vulnerabilities to external threats. Python allows pen testers to create their own tools.This book provides quick Python recipes to let defense analysts work on their own on the path to discovering, and recovering from, vulnerabilities.
(89,91 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%)
-
Promocja
With this Learning Path, you will gain complete knowledge to solve problems by building high performing applications loaded with asynchronous, multithreaded code and proven design patterns.
(143,10 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł (-10%)
-
Promocja
Computer vision is found everywhere in modern technology. OpenCV for Python enables us to run computer vision algorithms in real time. With the advent of powerful machines, we have more processing power to work with. Using this technology, we can seamlessly integrate our computer vision applications into the cloud. Focusing on OpenCV 3.x and Python
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
The release of Java 9 has brought the REPL, known as JShell, which will make experiments and prototyping much more straightforward than the old IDE-based project-led approach. Java has also acquired a module system which makes discovery, loading and integrity checking much easier than the old JAR format. Together with the emphasis on functional pro
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.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.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Mastering Arduino is a practical, no-nonsense guide teaching you the electronics and programming skills that you need to create advanced Arduino projects. It is packed full of real-world projects leading up to the final project where you will build and control a basic robot.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Java 9 and its new features add to the richness of the language; Java is one of the languages most used by developers to build robust software applications. Java 9 comes with a special emphasis on modularity with its integration with Jigsaw. This course is your one-stop guide to mastering the language.
(296,10 zł najniższa cena z 30 dni)
305.10 zł
339.00 zł (-10%)
-
Promocja
Writing concurrent and parallel programming applications is an integral skill for any Java programmer. Java 9 comes with a host of fantastic features, including significant performance improvements and new APIs.This book will take you through all the new APIs, showing you how to build parallel and multi-threaded applications.
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Do you want to create real-time highly scalable Java applications with the latest WildFly application Server? Then this book is the ideal choice for you.It will take you into a deep dive on using all the WildFly assets and APIs and will show how they can leverage the latest Java EE 7 to create state of the art Java applications.
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Distributed computing is a concept where a single program is divided into smaller logical pieces where each of these is executed on a separate machine resulting in maximized performance. Distributed Computing in Java 9 will teach you how to improve the performance of traditional applications through the usage of parallelism and optimized resource u
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Starting with the foundational principles, such as syntax, and scaling up to advanced topics like metaprogramming and big data analysis, this book will give you all of the tools you need to be a professional Ruby developer. A few of the key topics that you will learn in this book are: object-oriented programming, built in Ruby methods, core program
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Concurrency programming allows several large tasks to be divided into smaller sub-tasks, which are further processed as individual tasks that run in parallel. Java 9 includes a comprehensive API with lots of ready-to-use components for easily implementing powerful concurrency applications, but with high flexibility so you can adapt these components
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 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.
(80,91 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
This comprehensive guide shows you how to use the APIs provided by Java EE to create RESTful web services. You will learn how to use the different JAX-RS APIs in depth. You wil delve into the structure of web services and communicate and share data between applications. Throughout this course, you will develop several fully functional web services.
(80,91 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
Are you a mobile developer or a web developer who is looking to create immersive and cool Augmented Reality apps with the latest Google ARCore platform? This book will help you to jump right into developing with ARCore and help you create a step by step AR app with it easily. This book will teach you to implement the core features of ARCore startin
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Type-Driven Development is an approach to programming that uses a static type system to achieve desirable attributes such as safety and efficiency. This book will cover Type-Driven Development and how to put the type system to use to check that your code is logically consistent.
(89,91 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%)
-
Promocja
C# has recently been made open source and now supports cross-platform development for Linux, macOS, and Windows. It can be used to create everything from business applications, web sites and services, to apps and games for Android and iPhones.
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
This sixth edition of WordPress Complete is a practical guide for anyone who wants to get started their journey as an online publisher, website owner, or even a website developer. It takes you through the process of planning and building your site step by step. This book is also a beginner's guide to theme and plugin development.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
OAuth 2.0 is a standard protocol for authorization and focuses on client development simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, and so on. This book also provides useful recipes for solving real-life problems using Spring Security and creating Android applications.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Spring Boot provides a variety of features that address today’s business needs with a powerful database and state of the art MVC framework. This practical guide will help you get up and running with all the latest features of Spring Boot.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Being able to develop web applications that are highly efficient and easy to maintain has become imperative. ASP.NET Core 2.0 makes it easy to build modern and dynamic cross-platform web applications. This book will take you through all of the essential concepts in ASP.NET Core 2.0, so you can learn how to build powerful web applications.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Microservices is an architectural style that promotes the development of complex applications as a suite of small services based on business capabilities. This book will help you identify the appropriate service boundaries within the business domain to ensure high cohesion and to define the correct service interfaces to promote loose coupling.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
With this book, you will learn how to perform various machine learning tasks in different environments. You’ll use a wide variety of machine learning algorithms using Python to solve real-world problems. By the end of the book, you will learn to implement most used machine learning algorithms using complex datasets and optimized techniques.
(89,91 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%)
-
Promocja
Django is a Python web framework that makes the web development process very easy. It reduces the amount of trivial code that simplifies the creation of web applications and results in faster development. It is a very powerful and a great choice for creating RESTful web services.If you are a python developer who wants to create RESTful web services
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
PLC and HMI development with Siemens TIA Portal will help you to program STEP 7 PLCs and associated HMIs in TIA Portal v17. From the initial opening of the development environment to the downloading of a project, this book shows you how to prepare, structure, and program projects in a way that gets the most out of TIA Portal.
(161,10 zł najniższa cena z 30 dni)
161.10 zł
179.00 zł (-10%)
-
Promocja
ArcGIS Pro is a geographic information system for working with maps and geographic information. Mapping with ArcGIS Pro will help readers create visually stunning maps that increase the legibility of the stories being mapped and introduce visual and design concepts into a traditionally scientific, data-driven process.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Sometimes it's difficult to get the best performance out of Rust. This book teaches you how to optimize the speed of your Rust code to the level of languages such as C/C++. You'll understand and fix common pitfalls, learn how to improve your productivity by using metaprogramming, and speed up your code by concurrently executing parts of it safely a
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Mozilla’s Rust is gaining much attention with amazing features and a powerful library. This book will take you through varied recipes to teach you how to leverage the Standard library to implement effective solutions.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Nginx is a lightweight HTTP server designed for high-traffic websites, with network scalability as the primary objective. With the advent of high speed Internet access, short loading times and faster transfer rates have become a necessity.This book is a detailed guide to setting up Nginx in different ways that correspond to actual production situat
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Nowadays, writing side effects free programs is very critical. As requirements are becoming complex day by day, Functional Programming can help us in this situation. This book will not only help you learn basics of Functional Programming with Kotlin, but will also show you how to apply them to real-life projects with popular libraries like funkTion
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
With growing demands, organizations are looking for systems that are robust and scalable. Therefore, the Spring Framework has become the most popular framework for Java development. It not only simplifies software development but also improves developer productivity. This book covers effective ways to develop robust applications in Java using Sprin
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Learn ECMAScript explores implementation of the latest ECMAScript features to add to your developer toolbox, helping you to progress to an advanced level. Learn to add 1 to a variable and safely access shared memory data within multiple threads to avoid race conditions.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
To learn all of Go, a developer has to be conversant with Go concurrency and parallelism in theory and practice. Distributed Computing with Go takes the reader from concurrency using Goroutines and Channels to the full range of web and cloud environments where Go applications are usually deployed. Concurrency achieves scalability and resiliency, an
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Usability testing is a sub-discipline of User Experience, and remote testing involves fewer logistics, allows participation regardless of location and is quicker and cheaper to execute than in person studies, but still deliver valuable insights and feedback. This book is your ideal guide to remote usability testing.
(80,91 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
In large projects, programmers tend to get overwhelmed by their complexity. It can be hard to keep track of all the interdependencies in the code-base and how its state changes on runtime. The solution to these problems is Functional Programming, a paradigm specifically designed to deal with the complexity of software development. Mastering Functio
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Microservices is a popular way to build distributed systems that power modern web and mobile apps. Deploying your application as a suite of independently deployable, modular, and scalable services has many benefits. In this book, you'll learn to employ microservices to make your application more fault-tolerant and easier to scale and change.
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Cloud-native development is a modern approach to building and running applications that leverage the merits of the cloud computing model. With cloud-native development, teams can deliver faster and in a more lean and agile way than traditional approaches. This recipe-based guide provides you quick solutions for your cloud-native applications.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
This book provides a comprehensive coverage of Kotlin features such as classes, data classes, and inheritance. It also provides a good understanding of Design pattern and how Kotlin syntax works with object-oriented techniques. You will also learn about the latest Kotlin syntax and libraries.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Microsoft Dynamics NAV is an enterprise resource planning (ERP) software suite for organizations. The system offers specialized functionality for manufacturing, distribution, government, retail, and other industries. This book gets you started with its integrated development environment for solving problems through customizing business processes.
(80,91 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
(134,10 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
This book aims to simplify the concepts of FP and provide practical examples with Swift. It combines FP, OOP, POP, and FRP paradigms and explores function currying, memoization, lenses, algebraic data types, type erasure, monads, functors, applicatives, and functional data structures. It also provides a backend API with Vapor and a multi-paradigm i
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Microsoft Dynamics NAV is a full business solution suite, and a complete ERP solution, which contains a robust set of development tools to support customization and enhancement. These tools help in greater control over financials and can simplify supply chain, manufacturing, and operations. This book will take you from an introduction to Dynamics N
(29,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł (-10%)
-
Promocja
Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5, SCSS and Angular. Ionic also makes app development easier, faster, and more fun.This hands-on guide will help you understand the Ionic framework and how you can leverage it to create amazing real-time applications.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Dynamics 365 for Operations is built on a number of foundation products from Microsoft that are used to make it bigger, better, and stronger than the average business system. The book is a collection of recipes that takes you on a journey through creating a sample real-world solution
(29,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł (-10%)
-
Promocja
NFRs are the lifeline of any software application, capturing and addressing them is a critical activity in any IT project. The book provides a comprehensive approach delivering strategic, tactical and operational engagements for fortune 100 customers worldwide.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
This easy-to-follow guide is full of hands-on examples of reactive programming.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
DevOps is a term used to refer to a set of practices that emphasize the collaboration and communication of both software developers and the IT operations team. The main goal of DevOps is to automate the software development process with proper processes that involve people to change the culture. This book will follow a bootcamp approach, which will
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Multithreaded applications execute multiple threads in a single processor environment, allowing developers achieve concurrency. Moden day programming requires data to be fetched at incredible speed. Multithreading allows developers to deal with asynchronous data so their programming needs are met. This book will teach you the finer points of multit
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Android Wear Projects is your opportunity to step into the exciting new world of Android Wear App development. This book will help you to master the skills in Android Wear programming and give you a complete insight on wear app development.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Microsoft has unified their main web development platforms. This unification will help develop web applications using various pieces of the ASP.NET platform that can be deployed on both Windows and LINUX. With ASP.Net Web API 2, it will become easier than ever to build secure HTTP services that can be used from any client.Mastering ASP.NET Web API
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Microsoft Dynamics 365 for Finance and Operations has a lot to offer developers. It allows them to customize and tailor their implementations to meet their organization’s needs. This Development Cookbook will help you manage your company's or customer's ERP information and operations efficiently.
(161,10 zł najniższa cena z 30 dni)
161.10 zł
179.00 zł (-10%)
-
Promocja
The combination of Docker and Jenkins will help you scale up your builds, automate tasks and speed up Jenkins performance with the benefits of Docker containerization. The book is for system operations engineers and developers who want to speed up software releases using fewer server resources, improve quality with acceptance tests integrated into
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
NativeScript is an open source framework to build truly native mobile apps with Angular, TypeScript, or even good ole’ plain JavaScript. The most important aspect is that it allows your views to be rendered as real native UI components “native” to iOS or Android, which offer superior performance with fluid usability. This decou
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Android Studio is an Integrated Development Environment (IDE) designed for developing Android apps. As with most development processes, Android keeps resources and logic nicely separated, and so this book covers the management of imagery and other resources, and the development and testing tools provided by the IDE.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Beginning C# 7 Hands-On - The Core Language teaches you core C# language and syntax, in a working Visual Studio environment, line by line! This book covers everything from core language through to more advanced language features such as C# object-oriented programming techniques. This book is for C# 7 beginners, who need a practical reference to cor
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
The Assembly language is the lowest level human readable programming language on any platform. Knowing the way things are on the Assembly level will help developers design their code in a much more elegant and efficient way. This book will take readers on a journey to mastering the Assembly language.
(116,10 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%)
-
Promocja
The MEAN Stack is a framework for web application development using JavaScript-based technologies; MongoDB, Express, Angular, and Node.js. If you want to expand your understanding of using JavaScript to produce a fully functional standalone web application, including the web server, user interface, and database, then this book can help guide you th
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Android O brings a number of important changes for the users as well as the developers. If you want to create smart android applications which are fast, lightweight and also highly efficient then this is the book that will solve all your problems.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
R is a powerful tool for statistics, graphics, and statistical programming. It is used by tens of thousands of people daily to perform serious statistical analyses. It is a free, open source system whose implementation is the collective accomplishment of many intelligent, hard-working people. There are more than 2,000 available add-ons, and R is a
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
ASP.NET Core 2 is a modular framework used to develop high-performance web applications that work cross-platform. It implements.NET Standard 2, which allows the use of missing .NET Framework pieces within ASP.NET.This book will address high-level performance improvement techniques by understanding and resolving challenges upfront rather than deferr
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Functional programming is a popular programming paradigm that is used to simplify many tasks and will help you write flexible and succinct code. It allows you to decompose your programs into smaller, highly reusable components, without applying conceptual restraints on how the software should be modularized.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
AWS CodeDeploy, AWS CodeBuild, and CodePipeline are scalable services offered by AWS that automate an application’s build and deployment pipeline. In order to deliver tremendous speed and agility, every organization is moving toward automating an entire application pipeline. This book will cover all the AWS services required to automate your
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Microsoft Dynamics CRM is the most trusted name in the enterprise-level customer relationship management. The latest version of Dynamics CRM 2016 comes with important addition of some exciting features that is guaranteed to make your life easier with Dynamics CRM. This book will give a comprehensive coverage of Dynamics CRM 2016 and help you make y
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
The Lean methodology is a hit in startup land. It’s a movement that keeps growing – it will soon be the ultimate methodology for creating a startup that succeeds. That may sound great from a theoretical point of view, but what does that mean for you as an Android or iOS developer? By adopting Lean development principles, it’s
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Kotlin is a powerful language that has applications in a wide variety of fields. It is a concise, safe, interoperable and tool-friendly language. The Android team has also announced first-class support for Kotlin, which is an added boost to the language. Through this book, you’ll get a deep understanding of how Kotlin can work for you on var
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Being able to create and maintain data-oriented applications has become crucial in modern programming. This is why Microsoft came up with Entity Framework so architects can optimize storage requirements while also writing efficient and maintainable application code. This book is a comprehensive guide that will show how to utilize the power of the E
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Discover how easy it is to manage finance by using Microsoft Dynamics NAV 2016. This book will help you get practical knowledge of cash flow management, currencies, intercompany postings, budgets, and accounting implications in areas such as jobs, services, warehousing, and manufacturing.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł (-10%)
-
Promocja
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Reactive Programming is central to many concurrent systems, and can help make the process of developing highly concurrent, event-driven, and asynchronous applications simpler and less error-prone. This edition aims at practically exploring reactive programming in the latest version of Clojure, while covering some of the newly added features.
(89,91 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%)
-
Promocja
Functional programming is a very powerful programming paradigm that can help us to write better code. This book presents essential functional and reactive programming concepts in a simplified manner using Typescript.
(89,91 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%)
-
Promocja
The serverless architecture allows you to build and run applications and services without having to manage the infrastructure which saves cost and improves scalability. In this book, you will learn to harness serverless technology to reduce production time, minimize cost and have the freedom to customize your code, without hindering functionality.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Microservice architecture is sweeping the world as the de facto pattern to build web-based applications. This book describes web development using the Rust programming language and will get you up and running with modern web frameworks and. Finally, you will be taken through examples of how to test and debug microservices and pack them into a conta
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Mastering Rust, Second Edition covers a comprehensive list of topics that will help you gain deeper insights into the language. It will allow you how to create high performing applications effortlessly.
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
C++ is a great choice for embedded development, most notably, because it does not add any bloat, extends maintainability, and offers many advantages over different programming languages. Hands-On Embedded Programming with C++17 will show you how C++ can be used to build robust and concurrent systems that leverage the available hardware resources.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Object-oriented programming (OOP) is a programming paradigm organized around objects rather than actions and data rather than logic. With the newest release of C#, there are some new additions that improve Object-oriented Programming. This book teaches Object-oriented programming in C#, in an engaging and interactive way.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Jira 8 Essentials covers in detail all the necessary features required to manage modern enterprise Jira projects. You will learn how to easily upgrade to the latest version of Jira, manage processes and issues using agile methodologies, and implement the Jira Services Desk, among many others.
(29,90 zł najniższa cena z 30 dni)
179.10 zł
199.00 zł (-10%)
-
Promocja
Microsoft has introduced a new product based on MS Dynamics CRM named MS Dynamics 365 which consists of 7 components and has extended functionality compared to any other CRM systems. It is equipped to be flexible to meet the needs of businesses. This book provides a comprehensive coverage of Dynamics 365 and helps you make your tasks much simpler.
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
React Material-UI Cookbook is your ultimate guide to building compelling user interfaces with React and Material Design. Filled with practical and to-the-point recipes, you will learn how to implement sophisticated-UI components. You will also learn how to apply the vast selection of Material-UI components using modern React tools and techniques.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Microsoft have recently expanded their suite of SPA project templates to include a Vue.js based template that includes all the tooling required to build modern production ready applications out of the box. In this book, we’ll leverage some of the more powerful Vue.js features with ASP.NET core backend to build modern web apps.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
In this book, you'll learn how to publish geospatial processing algorithms through WPS, and put your GeoServer-based web application into fast, user-friendly, and secure production. By the end of this book, you will be able to deploy a professional-quality secure, and user-specific GeoServer-backed web mapping and processing application through a m
(80,91 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
Functional programming allows developers to divide programs into smaller, reusable components that ease the creation and maintenance of software as a whole. Combining power of Rust, you can develop robust applications that fulfill modern day software requirements. This book will help you discover Rust features to build software in a functional way.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
This hands-on guide will teach you simple-to-advanced steps of user experience design. It starts from idea concept evaluation, product research, user interface design, and design implementation in code. We focus not only on the UI or design, but also on other things that are connected to it. UX has its own process that requires its own sets of skil
(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.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Salesforce Management System is an information system used in CRM to automate business processes like sales and marketing. Process Builder is a visual tool created to automate business processes in Salesforce. It enables users with no coding expertise to build complex Salesforce workflows.
(80,91 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%)
-
Promocja
OpenTelemetry is an open-source project that provides a specification and standard for observability. This book explains the evolution of observability and the concepts of OpenTelemetry. It provides an end-to-end example referenced throughout the book to help you instrument code, collect information, and analyze telemetry data.
(98,10 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Podman is a daemonless tool that helps system administrators and developers to work with containers in an easy and secure way. This comprehensive guide is for those who are new to the container world. The book will provide all the knowledge required for using Podman as the default container engine and Buildah for creating containers from scratch.
(161,10 zł najniższa cena z 30 dni)
161.10 zł
179.00 zł (-10%)
-
Promocja
Windows desktop apps play a critical role in many industries. However, many of them are built with older technologies based on outdated patterns or meant to work with non-evolving technologies. This book will help you modernize these apps, reducing the need for maintenance and making it easy to integrate the latest Windows features.
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
The OutSystems platform allows the development of web and mobile applications at enterprise level faster and with greater guarantee of security, performance, and scalability, thanks to pre-built components and accelerators. This book will help you to understand and appreciate that programming in OutSystems is much more than writing lines of code.
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
Build Your Own Programming Language provides a hands-on approach to designing language features and implementing those features in a simple compiler and programming environment. This book will help you create new or domain-specific languages that include lexical syntax, semantic analysis, parse trees, tree traversals, and code generation.
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
The Operator Training Simulator Handbook helps developers with best practices for building OTS systems. The book will guide end users in defining “fit for purpose” OTS systems and avoiding unnecessary costs that will bring little or no benefit to users.
(29,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł (-10%)
-
Promocja
V is a new language on the block with a promising set of features such as fast compilation and interoperability with other programming languages. This is the first book on V programming language, packed with concise information and a walkthrough of all the features you need to know to get started with the language.
(89,91 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%)
-
Promocja
This book is a practical guide to using the Crystal programming language. It takes a hands-on approach to implementation and associated methodologies for solving real-world problems that will have you up and running and productive in no time.
(125,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
This book provides end-to-end coverage of business process automation using SAP Intelligent RPA. Complete with step-by-step explanations of essential concepts and practical examples, you’ll execute multiple SAP Intelligent RPA projects from start to finish.
(29,90 zł najniższa cena z 30 dni)
89.91 zł
99.90 zł (-10%)
-
Promocja
This book explores the full range of Rocket framework features for creating impressively quick web applications impressively quickly. By unlocking and helping you harness the power of Rust in a practical, no-nonsense way, Rust Web Development with Rocket will have you up and running with Rocket-based web development in no time.
(76,49 zł najniższa cena z 30 dni)
76.49 zł
84.99 zł (-10%)
-
Promocja
(76,49 zł najniższa cena z 30 dni)
76.49 zł
84.99 zł (-10%)
-
Promocja
There is value for organizations to use best practices from public policy design to be more proactive in its digital transformation. This book will help you develop an understanding of the challenges organizations face when designing policies, compliance, and other guidelines for modern paradigms based on code, automation, and verifiability.
(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)
58.49 zł
64.99 zł (-10%)
-
Promocja
Performance tuning for real-world applications often involves activities geared towards finding bottlenecks, however this alone cannot solve the dreaded problem of slow code. If you want to improve the speed of your code and optimize the performance of your apps, then this book is for you.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
C++ is a general-purpose programming language which has evolved over the years and is used to develop software for many different sectors. This book will be your companion as it takes you through implementing classic data structures and algorithms to help you get up and running as a confident C++ programmer.
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.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
(116,10 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%)
-
Promocja
Kotlin greatly reduces source code verbosity; with the recently announced first class support from the Android team, a great opportunity has been created. The book will help you learn how to create apps with Kotlin from scratch and get them up-and-running.
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)
-
Promocja
IT Asset Management (ITAM) supports life cycle management and strategic decision making for an IT environment.This book is a detailed IT Asset Management (ITAM) guidebook with real-world templates that can be converted into working ITAM documents. It is a step-by-step IT asset management manual for the newbies as well as the seasoned ITAM veterans,
(107,10 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%)
-
Promocja
With React Native, you can build native mobile apps that are much more powerful, interactive, and faster by using JavaScript. React Native helps web and mobile developers to build cross-platform apps at a high level. This book takes you through four projects to help understand of the framework and build mobile apps with native user experience.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%)
-
Promocja
Windows Presentation Foundation (WPF) is Microsoft's development tool for building rich Windows client user experiences that incorporate UIs, media, and documents. With the updates in .NET 4.7, Visual Studio 2017, C# 7, and .NET Standard 2.0, WPF has taken giant strides and is now easier than ever for developers. If you want to get an in-depth view
(161,10 zł najniższa cena z 30 dni)
161.10 zł
179.00 zł (-10%)
-
Promocja
Businesses today are evolving so rapidly that they are resorting to the elasticity of the cloud to provide a platform to build and deploy their highly scalable applications. This means developers now are faced with the challenge of building build applications that are native to the cloud. For this, they need to be aware of the environment, tools, a
(134,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%)