-
Promocja
Whether you're new to C# or returning, this updated guide teaches object-oriented programming, database management with EF Core, web development using ASP.NET Core and Blazor, and explores the latest language features and extensive libraries.
(149,00 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
This book converts the concepts of a hexagonal architecture into actual code. It concentrates on one of the most common forms of application in use today - a web application with an underlying database.
(2,90 zł najniższa cena z 30 dni)
4.41 zł
4.90 zł(-10%)
-
Promocja
With the recent boom in automation, PLC programming has become a hot topic. Learning structured text, OOP, and HMI programming is a big challenge as most books focus only on ladder logic. This book helps you address that challenge along with demystifying vendor-neutral concepts that can be applied to different PLC makes.
(125,10 zł najniższa cena z 30 dni)
161.10 zł
179.00 zł(-10%)
-
Nowość
Promocja
This guide helps .NET developers build secure, testable, and scalable web apps using MVC and Web API, covering best practices for testing, security, and deployment, while also implementing Umbraco CMS for content management.
(139,00 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
This book helps you to build, orchestrate, and deploy AI agents for real-world applications. You'll learn to create single and multi-agent systems that leverage LLMs, tools, and memory to solve complex business problems across industries.
(50,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
This book is a fun introduction to the world of game programming, C++20, and the OpenGL-powered SFML using four fun, fully playable games of increasing difficulty and advancing features
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
This book will show you how to develop, test, and debug high-performance software by using concurrent and asynchronous C++20 and C++23 features like threading and coroutines. You'll explore Boost.Asio to develop network and low-level I/O projects.
(50,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%)
-
Promocja
Modern CMake for C++ is your guide to building, testing, and packaging software with ease. You'll learn to create maintainable projects, compile and link executables and libraries, use external dependencies, and more.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
This third edition is updated with TensorFlow 2 and the latest additions to scikit-learn. Packed with clear explanations, visualizations, and working examples, the book covers essential machine learning techniques in depth, along with two cutting-edge machine learning techniques: reinforcement learning and generative adversarial networks.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
This updated third edition is a detailed guide for developers and IT engineers to develop, deploy, and manage applications hosted in cloud. You'll build modern cloud solutions as you learn containerization, configuration, and secrets management.
(50,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
Clean Architecture with Python covers essential principles for effective development. Through practical examples, you'll learn to structure new projects and refactor legacy code, and create more maintainable and adaptable applications with ease.
(50,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
This fully-updated third edition covers the most important language and library features, as well as new recipes on C++23, including the stack library and expected and mdspan types, and C++20, like synchronized output streams and source location.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
This book helps you transform unpredictable AI into reliable systems by building a Context Engine, a transparent, multi-agent architecture that replaces fragile prompts with structured context engineering and adapts seamlessly across domains.
(125,10 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
Gain a solid foundation in LangChain, agentic AI, and LangGraph, and learn to build production-ready systems with multi-agent architectures, advanced RAG pipelines, Tree of Thought reasoning, agent handoffs, and fine-grained error handling.
(50,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł(-10%)
-
Promocja
This book helps you gain valuable insights into the inner workings of Unreal Engine's AI system to create fully functional AI behaviors. You'll learn the key aspects involved in crafting compelling opponents and discover professional tips and tricks.
(50,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
This book will show you how to implement practical Python solutions for time series analysis and anomaly detection. As you progress, you'll be able to extract insights and forecast using statistical, machine learning, and deep learning models.
(29,90 zł najniższa cena z 30 dni)
170.10 zł
189.00 zł(-10%)
-
Promocja
This book goes beyond just the fundamentals of DevOps tools and their deployments. It covers practical examples to get you up to speed with containers, infrastructure automation, serverless container services, continuous integration and delivery, automated deployments, deployment pipeline security, GitOps, and more.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
This book helps you unlock BPMN, automation, and business process modeling to streamline workflows and drive digital success, as well as strategies to optimize processes, enhance efficiency, and stay competitive in a fast-changing environment.
(50,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
Discover how modern C++ can enhance your code's safety and efficiency. Learn to adapt C++ memory management for specialized requirements like embedded and real-time systems, making your applications faster, smaller, and more reliable.
(50,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%)
-
Promocja
This book helps you unlock ChatGPT's potential to make your working life better. From prompt engineering to creating custom GPTs, you'll enhance your productivity, creativity, and efficiency with practical insights and advanced techniques.
(50,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
This book will help you learn about the practices, tools, and frameworks in the low-code/no-code platform, Microsoft Power Platform, to design and create enterprise-grade business-critical solutions at scale using the DevOps and ALM processes.
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
Templates are a key feature of the C++ language that enable us to reuse source code, write more efficient code, and create generic libraries that can be used in many applications. Yet, they are often complex and hard to understand. This book will help you in understanding and writing templates from their simplest forms to the latest C++20 features.
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
Microsoft Dynamics 365 Business Central is the new SaaS ERP proposition by Microsoft. The latest version comes has many exciting features guaranteed to make your life easier. This book is an ideal guide to Dynamics 365 and will help you get started with implementing and designing solutions for real-world scenarios.
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł(-10%)
-
Promocja
This book trains Python developers to interact with GitHub Copilot, ChatGPT, and OpenAI API to write higher quality software at faster speeds. Through practical examples and hands-on exercises, you will transform your approach to software development.
(50,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Explore the essentials of PHP programming and algorithmic concepts, starting from the basics. This course offers step-by-step guidance to help you understand how computers work, how to use development environments, and more.
(29,90 zł najniższa cena z 30 dni)
35.91 zł
39.90 zł(-10%)
-
Promocja
Master Docker and Kubernetes with The Ultimate Docker Container Book, 3rd edition and build, ship, and run production-ready, highly distributed applications seamlessly. You’ll learn to deploy containerized applications on major cloud platforms, including Azure, AWS, and GCE.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
FinOps Handbook for Microsoft Azure is a perfectly timed book for FinOps teams looking to establish mature FinOps practices, run the Azure Well-Architected Cost Optimization Assessment, and implement cost-saving initiatives in the current economic uncertainty.
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.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.
(29,90 zł najniższa cena z 30 dni)
170.10 zł
189.00 zł(-10%)
-
Promocja
Expert Python Programming, Fourth Edition is a collection of actionable Python programming insights that will help you effectively solve challenging problems. This Python book provides you with a thorough understanding of the complete process of building and maintaining Python apps.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
This book helps you to understand Snowflake's unique architecture and ecosystem that places it at the forefront of cloud data warehouses. The recipes present in this book will enable you to develop proficiency in managing data on Snowflake and learn Snowflake's novel features such as data sharing, cloning, and time travel.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%)
-
Promocja
This handbook helps you become a key player in your business apps team by mastering modern Power Platform architecture. With Azure, AI, Copilot, DevOps, and PL-600 prep, you'll sharpen your skills and design smarter, enterprise-grade solutions.
(116,10 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł(-10%)
-
Promocja
This book teaches you how to apply data structures, algorithms, and AI in C++ through practical examples, helping you build responsive, scalable game systems with clear explanations and real code.
(50,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Augmented Reality brings with it a set of challenges that are unseen and unheard off for the traditional web and mobile developers. This book is your gateway to Augmented Reality development, not a theoretical showpiece for your book cabinet, but something that you will keep by your desk at the time of coding and architecting your first AR app.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
This accessible guide covers Python fundamentals and core machine learning concepts. Ideal for complete beginners looking to break into tech and data science.
(50,90 zł najniższa cena z 30 dni)
58.49 zł
64.99 zł(-10%)
-
Promocja
This revised edition of Graph Machine Learning extends its coverage with new chapters on LLMs and temporal graph learning and updated libraries making it an essential resource for modern data scientists.
(50,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Nowość
Promocja
This practical guide shows experienced C++ developers how to build scalable, maintainable, and testable systems by applying proven architectural principles, design patterns, and deployment-ready practices.
(92,88 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Nowość
Promocja
This book helps you to build open world environments in Unreal Engine 5 with beginner-friendly workflows. Sculpt terrain, paint foliage, light scenes, and add post effects to create professional worlds for games, cinematics, or virtual production.
(129,00 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Nowość
Promocja
Learn how to use the computational thinking framework and modern C++ features to tackle complex programming challenges and build scalable, reusable solutions. Develop a problem-solving mindset that sets you apart.
(129,00 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
This book will help you understand the features and impact that GitHub Copilot has on the software development life cycle. Even rollout and enablement are explained to get the most out of GitHub Copilot.
(109,00 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
This book offers practical recipes and lab access to design, build, and automate network tasks with Ansible, using advanced integrations for fast, predictable, and repeatable configurations.
(50,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
Shaders allow developers to craft visually striking games. Unity 6's switch to SRP as the default render pipeline makes this the perfect time to explore shaders with this latest version of the book, covering Shader Graph, VFX Graph, and more.
(50,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
Authors Irena Cronin and Robert Scoble answer the question of what Spatial Computing is and help you to understand where an augmented reality - where humans and machines can interact in a physical space—came from and where it's going.
(50,90 zł najniższa cena z 30 dni)
85.49 zł
94.99 zł(-10%)
-
Promocja
This book will teach you frontend development the Angular way. Build your first production-grade web applications from scratch in Angular, with the help of expert guidance and step-by-step explanations.
(50,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
From level design to tool production, this book provides an easy-to-follow open-source roadmap to crafting diverse levels, integrating 3D assets, and optimizing your projects to enhance your PCG tool's capabilities within Unreal Engine 5.
(50,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
This book empowers developers by providing coding suggestions, automating repetitive tasks, and enhancing productivity in software and its features development, streamlining processes from code generation, to troubleshooting, to optimizations.
(29,90 zł najniższa cena z 30 dni)
85.49 zł
94.99 zł(-10%)
-
Promocja
This guide offers in-depth explanations of essential system design concepts, real-world case studies, and expert advice on acing tech interviews. Gain the knowledge to design scalable, high-performance systems and succeed in your career.
(29,90 zł najniższa cena z 30 dni)
85.49 zł
94.99 zł(-10%)
-
Promocja
Confidently build web API projects using ASP.NET Core, equipped with the knowledge of modern software application aspects, including web API design patterns, caching, testing, real-time apps, cloud-native, CI/CD, and much more.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
The book introduces you to the Microsoft Azure cloud platform and its services and demonstrates how to use them efficiently to optimize resources and time, to achieve maximum business goals in your organization.
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
Companies all over the world are using microservice patterns, in a bid to increase application availability, reliability, and scalability. In this book, you’ll dive into the key concepts and techniques to create a microservices application using .NET 6 and explore the pros and cons of microservice communication.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%)
-
Promocja
The first two parts of the book covering the development of microservices will be useful to developers who are just getting started with Go or those who are interested in the best practices of organizing the Go application code base according to industry standards. The third part will be useful for all developers, even the most experienced ones, pr
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Learning to solve common NLP problems effectively is an important skill to master due to its popularity. TensorFlow is one of the leading frameworks for implementing production-grade machine learning solutions. By the end of this book, you’ll be ready to confidently develop end-to-end machine learning solutions efficiently with TensorFlow.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%)
-
Promocja
This book is a comprehensive introduction to modern data architecture for analytics, focusing on implementing the Data Lakehouse architecture for large-scale analytics in a scalable, agile, and cost-effective manner. With the help of practical explanations, you’ll be able to apply the frameworks introduced in this book within your organizati
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%)
-
Promocja
This book describes both batch processing and real-time processing pipelines. You’ll learn how to implement basic and advanced big data use cases with ease and develop a deep understanding of the Apache Beam model. In addition to this, you’ll discover how the portability layer works and the building blocks of an Apache Beam runner.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Security is a core component of any well-architected cloud environment and Azure is no different in this regard. With this book, you will learn how to implement multi-layered security controls to protect against rapidly evolving threats to Azure environments and prepare to take the AZ-500 exam to validate your Azure security knowledge.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
The book contains the most common as well as state-of-the-art methods in machine learning for time-series, and examples that every data scientist or analyst would have encountered, if not in their job, then in a job interview.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Implementing shaders in your games can be notoriously challenging due to the complex math that stands in the way of attaining realism in games. This fourth edition, updated to Unity 2021, covers everything you need to know about vectors, constructing lighting with them, and using textures to create sophisticated effects without the complex math.
(29,90 zł najniższa cena z 30 dni)
170.10 zł
189.00 zł(-10%)
-
Promocja
This book is a comprehensive guide to SRE fundamentals - Google's approach to DevOps. The book covers critical services from Google Cloud to implement CI/CD with a focus on containerized deployments via Kubernetes, and can also serve as preparation material for the Professional Cloud DevOps Engineer exam.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Get hands-on with practical ethical hacking from scratch using Python. With the help of step-by-step instructions and practical exercises, you'll develop tools that provide detailed insights into the ethical hacking thought process. This book also covers aspects of network and system hacking along with defense techniques.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%)
-
Promocja
Developers who want to build cross-platform applications and a modern GUI will be able to put their knowledge to work with this practical guide. This Qt 6 and C++ book takes a hands-on approach to writing cross-platform code to help you get up and running and productive in no time.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
This book will help you design and implement modern ETL workflows along with data management, monitoring, and security aspects to meet the current organization's needs. You will use various services such as Azure Data Factory, Azure Databricks, Azure Stream Analytics, and Azure Data Explorer to design efficient data processing solutions.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
FL Studio is an easy-to-use and powerful workstation for creating professional music. You'll explore FL Studio's vast array of plugins and discover a variety of music production tips and tricks. The book will show you how to utilize cutting-edge tools to fuel your creative ideas, mix songs, and publish music like a pro.
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł(-10%)
-
Promocja
Game Animation Programming is a comprehensive guide to learning everything needed to get an optimized, production ready animation system up and running. It covers all the concepts starting from understanding OpenGL, the math required for animations, how to write a robust animation system, right through advanced animation methods.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Learning C# 8 covers in detail the most important building blocks of C# that will help you learn every aspect of C# programming with an easy learning curve. With extensive coverage of the topics explained with the real-world examples, you will gain an in-depth knowledge of practical details involved in software development using C#.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%)
-
Promocja
AWS Security Cookbook lists all the practical solutions to the common problems faced by individuals or organizations in securing their instances. Here readers will learn to troubleshoot security concerns and understand additional patterns and services for securing AWS infrastructure.
(29,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł(-10%)
-
Promocja
This book explores the complexity of object-oriented programming and addresses the central concepts of this important programming paradigm. You can use it as your easy reference guide to learn different development approaches and tools, helping you to work efficiently and make the leap to becoming an expert programmer.
(29,90 zł najniższa cena z 30 dni)
85.49 zł
94.99 zł(-10%)
-
Promocja
Qt is a cross-platform application framework and widget toolkit that is used to create graphical user interface applications that run on a number of different hardware and operating systems. The main aim of this book is to introduce Qt to the reader with simple and easy to understand examples without focusing too much on theory.
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 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.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
This book gives you the skills you need to use Python for penetration testing, with the help of detailed code examples. This book has been updated for Python 3.6.3 and Kali Linux 2018.1.
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł(-10%)
-
Promocja
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.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
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
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Functional Programming allows developers to divide programs into smaller, reusable components that eases the creation, testing, and maintenance of software as a whole. Combined with the power of C++, you can develop robust and scalable applications that fulfill modern day software requirements. This book will help you discover all C++17 features th
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
Vulkan is a next-generation graphics API with cross-platform capabilities, low overhead, and high performance, allowing developers much more control over the hardware. This recipe-based book starts creating instances in Vulkan and gradually takes you through the advanced rendering techniques implemented with the Vulkan API.
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł(-10%)
-
Promocja
Software architecture or creating a blueprint design for a particular software application is not a walk in the park. The two biggest challenges in software architecture are keeping architecture in sync, first, with the requirements as they are uncovered or evolve and, next, with the implementation as it gets built and evolves.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.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
R Data Structures and Algorithms is for you if you’re an R developer who wants to use data structures effectively. The book outlines techniques and concepts that work to help you improve the performance of applications with efficient data structures and algorithms.
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł(-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł(-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł(-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
C++ in Embedded Systems demystifies C++ for embedded development, and guides you beyond outdated misconceptions to modern practices that will improve your embedded software designs.
(50,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł(-10%)
-
Promocja
Docker Deep Dive covers Docker fundamentals, installation, image and container management, and advanced topics like multi-container orchestration, AI model deployment, Wasm containers, networking, and security for practical Docker expertise.
(17,90 zł najniższa cena z 30 dni)
35.91 zł
39.90 zł(-10%)
-
Promocja
This is your guide to passing the challenging AWS Certified Developer – Associate certification exam and setting yourself up for a rewarding career. Through a sample project, it explains how to design, architect, and implement applications on AWS.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Hands-On Graph Neural Networks Using Python is a comprehensive guide to building and training graph neural networks for a variety of real-world applications. With clear explanations and plenty of hands-on examples, this book is a valuable resource for anyone looking to learn about and apply graph neural networks to their own projects.
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
This second edition of Internet of Things Programming Projects will equip both beginners and experienced programmers with the knowledge and skills needed to create projects using Raspberry Pi, web services, LoRa, wireless communication, and MQTT.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Embedded Systems Architecture guides you in rewriting all the single system software components from scratch, rather than using existing drivers, to better understand the mechanism under the hood. With the help of this book, you'll be able to using the hardware reference manual as a design document.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Power BI without DAX is like Excel without formulas. This book helps you learn DAX the easy way and level up your understanding of the DAX language.
(50,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł(-10%)
-
Promocja
LLM Engineering offers a detailed roadmap for building, training, and deploying Large Language Models, complete with practical examples and advanced techniques, making it an essential guide for modern AI professionals
(50,90 zł najniższa cena z 30 dni)
179.10 zł
199.00 zł(-10%)
-
Promocja
Hands-On RTOS with Microcontrollers, Second Edition, helps you to learn RTOS programming concepts and features using a variety of microcontrollers and development boards, with step-by-step instructions and examples for building real-world projects.
(50,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Starting with the fundamentals of IoT supported with real-world use cases, this book will take you through every aspect of building an IoT device using ESP32 from scratch. With each chapter, you'll progressively enhance your IoT applications with features like sensor communication, integrating popular IoT libraries (such as LittleFS and LVGL), conn
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
This book offers a hands-on journey for full-stack web development, covering key Django features like URLs, views, templates, models, authentication, and more. You'll learn how to build and deploy apps in just a few days.
(29,90 zł najniższa cena z 30 dni)
85.49 zł
94.99 zł(-10%)
-
Promocja
This book provides step-by-step tutorials and hands-on examples for effectively implementing GitOps practices in your Kubernetes deployments. You'll learn how to automate, monitor, and secure your infrastructure for efficient application delivery.
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
HashiCorp’s Terraform is a powerful, open-source tool that enables you to provision infrastructure by using code. With the help of easy-to-follow recipes, Terraform Cookbook shows you how to solve problems that you may commonly face when working with Terraform. You’ll learn to use Terraform to manage complex infrastructure with ease.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
This book is a practical guide to the fast-paced world of high-frequency trading and covers all the tools and strategies required to create and optimize high-frequency trading systems. It will help you become an expert algorithmic trader in no time.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
This book covers Kubernetes essentials, including architecture, deployments, networking, and security. Learn how to manage clusters, scale applications, and secure workloads with practical examples.
(17,90 zł najniższa cena z 30 dni)
35.91 zł
39.90 zł(-10%)
-
Promocja
Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond covers the latest exam objectives for Azure Administrator certification, offering concise guidance and practice tests for effective preparation.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Essential for mastering language-centric AI applications, this guide meticulously walks you through the framework, from basic constructs to advanced functionalities, empowering you to build, manage, and optimize language understanding models.
(29,90 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł(-10%)
-
Promocja
Learn to design domain-driven, consumer-focused REST APIs with this practical guide covering modern design, OpenAPI, JSON Schema, API lifecycles, and common pitfalls, offering a product-based approach that goes beyond the basics.
(50,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
This guide helps .NET developers build secure, testable, and scalable web apps using MVC and Web API, covering best practices for testing, security, and deployment, while also implementing Umbraco CMS for content management.
(50,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Architect robust solutions like a pro with real-world insights and cutting-edge design techniques. Delve into advanced analytics, machine learning, generative AI, cloud-native architecture, and the key soft skills to excel as a solutions architect.
(29,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł(-10%)
-
Promocja
Streamlit for Data Science takes you through the basics of data app development, prototyping machine learning models, and deploying Streamlit apps. It walks you through practical, actionable examples using project-based learning.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
The book is an introduction to Flask that will showcase its baseline, core, and advanced integration features to enable you to solve enterprise-related problems and issues in both web and API development.
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł(-10%)
-
Promocja
Master modern NLP development with spaCy's ecosystem: from rapid prototyping with spaCy-LLM to production deployment. Learn to build custom components, integrate transformers, and manage end-to-end workflows with Weasel.
(50,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł(-10%)
-
Promocja
Explore Python code recipes to use market data for designing and deploying algorithmic trading strategies. By following step-by-step instructions, you'll be proficient in trading concepts and have hands-on experience in a live trading environment.
(29,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł(-10%)
-
Promocja
This book covers the most important software development techniques, libraries, and utilities unique to C++ that every C++ developer can use to refactor their code base. This will simplify development, enabling you to create performant apps.
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł(-10%)
-
Promocja
Mastering Go is the essential guide to putting Go to work in real production systems. This freshly updated fourth edition includes topics like creating RESTful servers and clients, understanding Go generics, and developing TCP/IP servers and clients.
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
Unreal Engine 5 Game Development with C++ Scripting is a comprehensive guide to mastering C++ syntax, object-oriented programming, character creation, gameplay, UI, networking, and more. You'll gain the skills to create high-quality games using Unreal Engine 5, even without a programming background.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Building high-quality C/C++ solutions requires the most efficient tools. CMake is excellent for this task - it's versatile, widely supported, and established as the industry standard. This book gives you a comprehensive introduction if you’re new to CMake, featuring trends and best practices without bogging you down with outdated techniques.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Uncover the secrets of architectural excellence as you explore diverse styles, learn to make strategic decisions tailored to your business objectives, and bring them to life within the powerful Spring 6.0 ecosystem.
(50,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
The book covers Go microservice development, covering the basics for beginners and best practices for structuring Go apps. Novice as well seasoned developers will gain insights into managing and scaling microservices.
(50,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
Learn how to create images and text using VAEs, GANs, LSTMs, and transformers. Implement applications in natural language processing and computer vision through practical tutorials.
(50,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł(-10%)
-
Promocja
This book shows you how to automate essential security tasks like vulnerability scanning, patch management, and threat intelligence gathering. Streamline your security workflows and enhance defense strategies with custom Python scripts.
(50,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
This book helps you deploy, manage, secure, and optimize Windows 365 Cloud PCs effectively. It takes you through the features and uses of Windows 365 and Cloud PCs. It also teaches you to troubleshoot Windows 365 with effective tips and tricks.
(50,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
This book will help you explore the foundations of Python programming and learn how Python can be used to achieve results.
(50,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
Unlock the power of design patterns to build maintainable and scalable software and applications using Python. Authored by Python veterans, this book is your guide to mastering design patterns in Python.
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł(-10%)
-
Promocja
The book will help you develop a build security in mindset, exploring techniques for the complete SDLC. You'll delve into software vulnerabilities and attacks that exploit them such as buffer overflows, SQL injection, and session hijacking.
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł(-10%)
-
Promocja
This practical guide enables you to implement DevOps best practices while building systems with automation and reusability in mind. You’ll learn the modern-day infrastructure design best practices needed to create an impact on data-persistent technologies.
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
This book will help .NET developers build on their existing knowledge and learn how to make the most of specialized .NET libraries to improve performance, scalability, security, and the user experience of their apps and services. Covering the most up-to-date topics and developments, this book will provide you with new skills to tackle real-world ch
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł(-10%)
-
Promocja
Microsoft Power Apps provides a modern approach to building low-code business applications for mobile, tablet, browser, and Microsoft Teams. The second edition of Learn Microsoft Power Apps will guide you in creating well-designed and secure apps that transform old processes and workflows. By the end of this Power Apps book, you'll be ready to conf
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)
-
Promocja
This book serves as a guide for students preparing for ACE certification, offering invaluable practical knowledge and hands-on experience in implementing various Google Cloud Platform services. By actively engaging with the content, you’ll gain the confidence and expertise needed to excel in your certification journey.
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł(-10%)