Wydawnictwo Packt Publishing - ebooki
Tytuły książek wydawnictwa: Packt Publishing
-
Promocja Promocja 2za1
Jupyter has garnered a strong interest in the data science community of late, as it makes common data processing and analysis tasks much simpler. This book is for data science professionals who want to master various tasks related to Jupyter to create efficient, easy-to-share applications related to data analysis and visualization.-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
For a great game, it needs a great user interface that shows the game settings and the right information to the player. Unity allows you to create complex and great looking user interfaces to give your games that professional look and feel.This book will help you realize the full potential of the powerful Unity UI system to create the best UI for y-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
The Phoenix web development framework is an object-oriented application development tool written in Elixir. With Elixir and Phoenix, you build your application the right way, ready to scale and ready for the increasing demands of real-time web applications. If you have some knowledge of Elixir, have experience with web frameworks in other languages-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
Raspberry Pi 3 is a tiny affordable chip used to learn and program through interactive projects. It has gained a lot of traction as the first choice in single-board computers due to its versatility. It extends a wide range of support to Python programming. This recipe-based guide will allow you to showcase the capabilities of Raspberry Pi 3.-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
Qt 5, the latest version of Qt, enables you to develop applications with complex user interfaces for multiple targets. It provides you with faster and smarter ways to create modern UIs and applications for multiple platforms. This book will teach you to design and build graphical user interfaces that are functional, appealing, and user-friendly.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
This book demonstrates a set of simple to complex problems you may encounter while building machine learning models. You'll not only learn the best possible solutions to these problems but also find out how to build projects based on each problem mentioned in the book, with a practical approach and easy-to-follow examples.-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
Python comes with many libraries and tools that help you work on geoprocessing tasks without investing in expensive tools. This book introduces you to new libraries that perform geospatial and statistical analysis and data management. It uses examples that explain how Python v3 differs from v2, and solve age-old problems in geospatial analysis.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
This book helps machine learning professionals in developing AutoML systems that can be utilized to build ML solutions. This book covers the necessary foundations and shows the most practical ways possible to get to speed with regards to creating AutoML modules.-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Developing, deploying, and operating cloud applications should be as easy as local applications. This should be the governing principle behind any cloud platform, library, or tool. Spring Cloud makes it easy to develop JVM applications for the cloud. In this book, we introduce you to Spring Cloud and help you master its features.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
When developing GUI-rich applications, the most important choice is which programming language(s) and GUI framework to use; in this case, Python along with Tkinter prove to be a great combination. This book will get you up and running with Tkinter while letting you create some fun and interactive projects.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
This book is a useful resource to perform data visualization with Python using the latest version of Matplotlib (2.1.x). You will create a variety of graphs and charts, and embed your plots within different third party tools. By the end of the book, you will build attractive, insightful and powerful visualizations to make better sense of your data.-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
Go is an open source programming language that is designed to scale and support concurrency at the language level. This gives you the liberty to write large concurrent web applications with ease. From creating web application to deploying them on Amazon Cloud Services, this book will be your one-stop guide to learn web development in Go.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Serverless architectures allow you to build and run applications and services without having to manage the infrastructure. Many companies have adopted this architecture to save cost and improve scalability. This book will help you design serverless architectures for your applications with AWS and Python.-
-
ebook
(111,75 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%) -
-
Promocja Promocja 2za1
Data structures allow organizing data efficiently. Their suitable implementation can provide a complete solution that acts like reusable code. In this book, you will learn how to use various data structures while developing in the C# language as well as how to implement some of the most common algorithms used with such data structures.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Shell scripting is a quick method to prototype a complex application or a problem by automating tasks when working on Linux-based systems. This book will make use of both simple one-line commands and command sequences and complex problems can be solved with ease, from text processing to backing up sysadmin tools.-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(254,25 zł najniższa cena z 30 dni)
305.10 zł
339.00 zł(-10%) -
-
Promocja Promocja 2za1
Python is an easy-to-learn and extensible programming language that offers a number of functional programming features. This practical guide demonstrates the Python implementation of a number of functional programming techniques and design patterns. Through this book, you'll understand what functional programming is all about, its impact on the pro-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Java EE is a collection of technologies and APIs to support Enterprise Application development. The choice of what to use and when can be dauntingly complex for any developer. This book will help you master this. Packed with easy to follow recipes, this is your guide to becoming productive with Java EE 8.-
-
ebook
(111,75 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%) -
-
Promocja Promocja 2za1
Design patterns make developers' lives easier by helping them write great software that is easy to maintain, runs efficiently, and is valuable to the company or people concerned. In this book, you'll learn about the various features of Scala and will be able to apply well-known, industry-proven design patterns in your work.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
As one of the more versatile programming languages, Python is well-known for its batteries-included philosophy, which includes a rich set of modules in its standard library; Tkinter is the library included for building desktop applications. Due to this, Tkinter is a common choice for rapid GUI development, and more complex applications can benefit-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
This book introduces the core concepts of deep learning. Get implementation and research details on cutting-edge architectures and apply advanced concepts to your own projects. Develop your knowledge of deep neural networks through hands-on model building and examples of real-world data collection.-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
.NET Core is a general purpose, modular, cross-platform and open source implementation of .NET. With the latest release of .NET Core, more APIs are expected to show up, which will make APIs consistent across .NET Framework, .NET Core, and Xamarin. This guide will teach you the essential .NET Core and C# concepts with the help of real-world projects-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Discover how to extend and build upon the components of the Xamarin.Forms toolkit to develop an effective, robust mobile app architecture. Starting with an app built with the basics of the Xamarin.Forms toolkit, you'll go step by step through several advanced topics to create a solution architecture rich with the benefits of good design patterns an-
-
ebook
(71,24 zł najniższa cena z 30 dni)
85.49 zł
94.99 zł(-10%) -
-
Promocja Promocja 2za1
AWK is one of the powerful utility which exists in all Unix and Unix-like distributions. This book covers the structure and the control flow of AWK program, regular expressions, and use of different operators to carry out various text processing and mining tasks. This book is packed with unique practical examples to practice AWK programming.-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
OpenCV 3 is a native cross-platform library for computer vision, machine learning, and image processing. OpenCV's convenient high-level APIs hide very powerful internals designed for computational efficiency that can take advantage of multicore and GPU processing. This book will help you tackle increasingly challenging computer vision problems by p-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
With the rise in the number of tools and technologies available today, developers and architects are always exploring ways to create better and smarter solutions. Before, the differences between target platforms was a major roadblock, but that's not the case now. .NET Core 2.0 By Example will take you on an exciting journey to building better softw-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Tkinter is the built-in GUI package that comes with standard Python distributions. It is a cross-platform package, which means you build once and deploy everywhere. It is simple to use and intuitive in nature, making it suitable for learners. This book will enable you to use Tkinter effectively through working on nine versatile projects.-
-
ebook
(111,75 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%) -
-
Promocja Promocja 2za1
Java 9 is one of the most popular application development languages. The latest released version Java 9 comes with a host of new features and new APIs with lots of ready to use components to build efficient and scalable applications. Streams, parallel and asynchronous processing, multithreading, JSON support, reactive programming, and microservice-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
Each of these twenty Python Interviews can inspire and refresh your relationship with Python and the people who make Python what it is today. This book invites you to immerse in the Python landscape, and let these remarkable programmers show you how you too can connect and share with Python programmers around the world.-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
Google's Golang is the next talk of the town, with amazing features and a powerful library. This book will gear you up by taking you through recipes that will teach you how to leverage the standard library to implement a particular solution. This will enable Go developers to take advantage of using a rock-solid standard library instead of third-par-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
This book helps you master CNN, from the basics to the most advanced concepts in CNN such as GANs, instance classification and attention mechanism for vision models and more. You will implement advanced CNN models using complex image and video datasets. By the end of the book you will learn CNN's best practices to implement smart ConvNet models and-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
Python is a very powerful, high-level, object-oriented programming language. It has swiftly developed over the years to become the language of choice for software developers due to its simplicity. This book takes you through varied and real-life projects. The examples start with the basics and gradually increase in complexity, helping boost your sk-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
The Asp.Net Core 2.0 Framework has been designed to meet all the needs of today's web developers. It provides better control, support for test-driven development, and cleaner code. Moreover, it's lightweight and allows you to run apps on OSX and Linux, making it the most popular web framework with modern day developers.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Rust has steadily become one of the most important new programming languages in recent years. One the one hand, it is low-level enough to provide fine-grained control over memory while providing memory-safety through compile-time validation. Rust also guarantees data race-free parallelism. All these features make it uniquely suitable for writing lo-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Delphi is a cross-platform Integrated Development Environment (IDE) that supports rapid application development for Microsoft Windows, Apple Mac OS X, Google Android, iOS, and now Linux with RAD Studio 10.2. This book will be your guide to build efficient high performance applications with Delphi.-
-
ebook
(111,75 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%) -
-
Promocja Promocja 2za1
The Spring framework provides great flexibility for Java development, which also results in tedious configuration work. Spring Boot addresses the configuration difficulties of Spring and makes it easy to create stand-alone, production-grade Spring-based applications.This practical guide makes the existing development process more efficient. As deve-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(141,75 zł najniższa cena z 30 dni)
170.10 zł
189.00 zł(-10%) -
-
Promocja Promocja 2za1
Test-Driven Development (TDD) is a methodology that helps you to write as little as code as possible to satisfy the software requirements, and that what you've written does what its supposed to do. If you're looking for a practical resource on Test-Driven Development this is the book for you. You've found a practical end to end guide that will help-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Python Web Scraping Cookbook is a solution-focused book that will teach you techniques to develop high-performance Scrapers, and deal with cookies, hidden form fields, Ajax-based sites, proxies, and more. By the end of this book, you will be able to scrape websites more efficiently with more accurate data, and how to package, deploy and operate scr-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
Qt is a mature and powerful framework for delivering sophisticated applications across a multitude of platforms. It has a rich history in the Linux world, is widely used in embedded devices and has made great strides in the Mobile arena over the past few years. However, in the Microsoft Windows and Apple Mac OS X worlds, the dominance of C#/.NET an-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Computer Vision is a broadly used term associated with acquiring, processing, and analyzing images. This book will show you how you can perform various Computer Vision techniques in the most practical way possible. Right from capturing images from various sources, you will learn how to perform image filtering/manipulation and detect features in you-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
Scala is one of the widely used programming language in the world when it comes to handle large amount of data. With the rise of machine learning, data scientists and machine learning experts do prefer scala as a language in order to handle and scale efficient machine learning applications. You will be acquainted with the popular deep/machine learn-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
IPython Interactive Computing and Visualization Cookbook, Second Edition shows you how to analyze and visualize data in the Jupyter Notebook. It will help you become an expert in high-performance computing and visualization for data analysis and scientific modeling.-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
Since Go has become enormously popular, Go's obvious advantages, like stability, speed and simplicity, make it a first class choice to develop security-oriented scripts and applications. Security with Go is a classical title for security developers, with its emphasis on Go. Based on John Leon's first mover experience, He starts out basic forensics-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
C++ is a highly portable language and can be used to write both large-scale applications and performance-critical code. It has evolved over the last few years to become a modern and expressive language. This book will guide you through optimizing the performance of your C++ apps by allowing them to run faster and consume fewer resources on the devi-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Deep Learning is one of the trending topics in the field of Artificial Intelligence today and can be considered to be an advanced form of machine learning. This book will help you take your first steps when it comes to training efficient deep learning models, and apply them in various practical scenarios. You will model, train and deploy different-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Kotlin has been the buzzword among developers ever since the release of new features in Kotlin 1.1. With Google's announcement of introducing first class support for Kotlin in their Android ecosystem, it's high time that Kotlin is realized as a mainstream language. Microservices aids in designing scalable, easy-to-maintain web applications. If you-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Developers have been using OpenCV library to develop computer vision applications for a long time. However, they now need a more effective tool to get the job done and in a much better and modern way. Qt is one of the major frameworks available for this task at the moment. This book will teach you to develop applications with the combination of Ope-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Cloud computing and microservices are two very important concepts in modern software architecture. They represent key skills that ambitious software engineers need to acquire in order to design and build software applications capable of performing and scaling. Go is a modern cross-platform programming language that is very powerful yet simple; it i-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
REST is an architectural style that tackles the challenges of building scalable web services and 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 Go, makes it a breeze for developers to work-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Do you want to learn C# programming by creating fun and interactive games using the latest Unity 2017 platform? If so, look no further; this is the right book for you. Get started with programming C# so you can create 2D and 3D games in Unity. We will walk you through the basics to get you started with C# 7 and its latest features. Then, explore th-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
The SciPy stack is a popular Python ecosystem used for mathematical and scientific computing tasks. Learn how you can put to use the various functionalities offered by the SciPy stack in the most efficient way possible. With the help of this book, you will solve real-world problems in linear algebra, numerical analysis, visualization, and more.-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Develop Enterprise Java applications compliant with the latest version of the Java EE specification with this helpful guide. This book covers the latest changes to the Java EE specification and will turn non-enterprise Java developers into enterprise Java developers.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
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 various ty-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Microservices are the next big thing in designing scalable, easy-to-maintain applications. If you want enterprise-ready implementation of the microservices architecture, then this is the book for you! This book starts with the basics, including environment setup, and provides easy-to-follow steps to implement a sample project using microservices.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
When Reactive Programming is used with a new and powerful programming language such as Kotlin, it gives programmers the power to make great apps very easily, with non-blocking code. Learn Reactive Programming with Kotlin won't just make your apps competitive, it'll make them market-leaders.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
C# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development, Third Edition, is a practical guide to creating powerful cross-platform applications with C# 7.1 and .NET Core 2.0. This cutting-edge book covers the very latest major release, providing you with all of the knowledge a modern C# developer needs.-
-
ebook
(171,75 zł najniższa cena z 30 dni)
206.10 zł
229.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
Spring Security 4.2 is an incremental guide that will teach you how to protect your application from malicious users. Through this book, you will learn how to cleanly integrate Spring Security into your application using the latest technologies and frameworks with the help of detailed examples.-
-
ebook
(141,75 zł najniższa cena z 30 dni)
170.10 zł
189.00 zł(-10%) -
-
Promocja Promocja 2za1
Rust is a highly concurrent and high performance language that focuses on safety and speed, memory management, and writing clean code. It also guarantees thread safety, and its aim is to improve the performance of existing applications. Learning Rust will teach you to build concurrent, fast, and robust applications. From learning the basic syntax t-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Discover how you can leverage the impressive capabilities of ASP.NET Core 2 and Angular 5 from project setup to deployment. Work confidently with both the frontend and backend of an application by getting to grips with server configuration, data storage and retrieval, database interactions, user authentication, and much more.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
This book allows existing programmers, statisticians, and data scientists to learn and take advantage of Julia while building applications with complex numerical and scientific computations. A basic knowledge of mathematics is required to understand the various methods that will be used or created in the book and exploit Julia's capabilities.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
REST (REpresentational State Transfer) is a powerful software architecture style to create scalable web services. The REST API uses HTTP and JSON, so that it can be used with many programming languages such as Java and Python. This book is a guide to developing RESTful web services in Java using the popular RESTful framework APIs available today.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Network automation is the process of automating the management and functionality of computer networks. Numerous tools, methodologies, and technologies are used to automate a network; this book covers all these functionalities.-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
Machine learning, the art of creating applications that learn from experience and data, has been around for many years. scikit-learn is the unequivocal choice for machine learning. The course starts by walking you through different methods to prepare your data. After the data is ready, you'll learn different techniques aligned with different objec-
-
ebook
(254,25 zł najniższa cena z 30 dni)
305.10 zł
339.00 zł(-10%) -
-
Promocja Promocja 2za1
Rust is the new, open source, fast and safe systems programming language for the 21st century, developed at Mozilla Research, and with a steadily growing community. It was created to solve the dilemma between high-level, slow code with minimal control over the system, and low-level, fast code with maximum system control. “Rust Essentials-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Java is one of the most popular application development languages but ever since its first version, it has been deemed as a memory hog. Java 9 comes with a host of new features and new APIs with lots of ready to use components to build efficient and scalable applications.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Beginning C# 7 Hands-On – Advanced Language Features assumes that you've mastered the basic elements of the C# language and that you're now ready to learn the more advanced C# language and syntax, line by line, in a working Visual Studio environment. You'll learn how to code advanced C# language topics including generics, lambda expressions,-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
Java Programming for Beginners is an excellent introduction to the world of Java programming, taking you through the basics of Java syntax and the complexities of object-oriented programming. Whether you're a beginner to programming, or approaching an object-oriented language for the first time, this book delivers the focused training you need.-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
Do you want to take the leap from being an everyday Unity developer to being a pro game developer? Then look no further! This book is your one stop solution to creating mesmerizing games with lifelike features and amazing gameplay. This book takes an in-depth focus on a practical project with Unity, building a first-person game with many features.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
When building an application it is of utmost importance to have clean code, a productive environment and efficient systems in place. Having automated unit testing in place helps developers to achieve these goals. The JUnit testing framework is a popular choice among Java developers and has recently released a major version update with JUnit 5.This-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
ArcGIS Enterprise, the next evolution of the ArcGIS Server product line, is a full-featured mapping and analytics platform. It includes a powerful GIS web services server and a dedicated web GIS infrastructure for organizing and sharing your work. You will learn how to first install ArcGIS Enterprise to then plan, design, and finally publish and co-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Deep Learning is a rapidly evolving field of Machine Learning science which gives machines the ability to learn from information. This book contains detailed recipes to tackle with the common and not so common problems while dealing with deep learning algorithms and models in Python.You will benefit from this book by finding technical solutions to-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Explore pandas, the powerful Python library for data analysis and manipulation by working on real-world datasets. Get to grips with the fundamentals and learn to use pandas to clean messy data, independently analyze groups within your data, make powerful time-series calculations, and create beautiful visualizations during exploratory data analysis.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Java EE 8 supports new architectures with its wide range of features such as microservices, modernized security APIs, and cloud deployments. This book will teach you to design and develop modern, business-oriented applications and show you how to implement design patterns and DD concepts using Java EE 8.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
C# is a great language to learn as it has several applications in the modern world of Programming. In this book, we take a unique approach to teach C# to absolute beginners who will be able to learn the basics of the language in seven days. This practical book comes with, important concepts which build the foundation of the C# programming language.-
-
ebook
(96,75 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%) -
-
Promocja Promocja 2za1
Learn about design patterns and best practices required with the Spring Framework to solve common problems when designing an application or system. This book not only covers the essential GoF design patterns but also those patterns, considerations, and best practices required at different stages in Application Development. It will demonstrate the R-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
-
-
ebook
(246,75 zł najniższa cena z 30 dni)
296.10 zł
329.00 zł(-10%) -
-
Promocja Promocja 2za1
Modern C++ has come a long way since 2011. The latest update, C++17, has just been ratified and several implementations are on the way.This book is your guide to the C++ standard library, including the very latest C++17 features. By the end of the book you will be proficient in using the C++17 STL to implement real programs, and you'll have a solid-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
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.-
-
ebook
(89,25 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%) -
-
Promocja Promocja 2za1
The upcoming version of the Spring Framework has a lot to offer, above and beyond the platform upgrade to Java 9, and this book will show you all you need to know to overcome the common to advanced problems you might face while developing in Spring 5.0.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Scala is becoming the language of choice for software engineers and data scientists who analyze large data sets. This trend has been reinforced by the wide acceptance of Scala based frameworks such as Apache Spark and Kafka. As a functional language, Scala is particularly suited for extracting knowledge through supervised, unsupervised or reinforce-
-
ebook
(141,75 zł najniższa cena z 30 dni)
170.10 zł
189.00 zł(-10%) -
-
Promocja Promocja 2za1
The mission of this book is to turn readers into productive, innovative data analysts who leverage Go to build robust and valuable applications. To this end, the book clearly introduces the technical aspects of building predictive models in Go, but it also helps the reader understand how machine learning workflows are being applied in real world sc-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Go is a modern systems programming language, which allows the creation of systems applications and modules just above any kernel, e.g. Linux, and container, e.g. Docker. This book explains thread-safe and concurrent Go, and goes into writing server, cloud and systems-level applications. No more C style memory management, for instance. If you want t-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Technology plays an increasingly large role in our daily life and shows no signs of stopping. Now, more than ever, it is paramount that an investigator develops programming expertise to deal with increasingly large datasets. By leveraging the Python recipes explored throughout this book, we make the complex simple, quickly extracting relevant infor-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
Haskell is a purely functional language that has the great ability to develop large and difficult softwares that are easily maintainable. Haskell Cookbook provides recipes that start by illustrating the principles of functional programming in Haskell, and then gradually build up your expertise in creating industrial strength programs to accomplis-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Data analysis is a process of inspecting, cleansing, transforming, and modeling data with the aim of discovering useful information. Java is one of the most popular languages to perform your data analysis tasks.This book will show you the fundamentals of data analysis tasks using Java - ranging from data retrieval to complex analysis. You will lear-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Pentaho 8 Reporting, a suite of Open Source tools, allows you to create pixel-perfect reports of your data in PDF, Excel, HTML, Text, Rich-Text-File, XML, and CSV. These computer generated reports easily refine data from various sources into a human-readable form. It helps to transform all your data into meaningful information, tailored to your aud-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -
-
Promocja Promocja 2za1
Perl is a family of high-level, general-purpose, interpreted, dynamic programming languages consisting of Perl 5 and Perl 6. Perl 6 helps developers write concise and declarative code that is easy to maintain. This book is an end-to-end guide that will help non-Perl developers get to grips with the language and use it to solve real-world problems.-
-
ebook
(104,25 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%) -
-
Promocja Promocja 2za1
In the past year, Apache Spark has been increasingly adopted for development of distributed applications. Spark SQL APIs provides an optimized interface that helps developers build such applications quickly and easily. However, designing web-scale production applications using Spark SQL APIs can be a complex task. Understanding the design and imple-
-
ebook
(134,25 zł najniższa cena z 30 dni)
161.10 zł
179.00 zł(-10%) -
-
Promocja Promocja 2za1
C++ has come a long way and has now been adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications. The C++ 17 release will change the way developers write code and this book will help you master your developing skills with C++.-
-
ebook
(119,25 zł najniższa cena z 30 dni)
143.10 zł
159.00 zł(-10%) -

