Programowanie
Książki, ebooki, audiobooki, kursy video z kategorii: Programowanie dostępne w księgarni Ebookpoint
-
Promocja
Svelte with Test-Driven Development is a guide to effective automated testing practices for building SvelteKit applications. It teaches the arrange, act, assert pattern, user-defined matchers, component mocks, the TDD workflow, behavior-driven development (BDD) style tests, and more for building efficient and resilient web applications.- PDF + ePub 85 pkt
(29,90 zł najniższa cena z 30 dni)
85.49 zł
94.99 zł (-10%) -
Promocja
Unity 2022 Mobile Game Development takes a step-by-step approach to building an endless runner game using Unity and C#, while sharing examples detailing how to create a game that is uniquely your own. If you are passionate about building mobile games and want to learn how to create them from scratch, this book is for you.- PDF + ePub 125 pkt
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%) -
Promocja
Architecting Cloud Native Serverless Solutions familiarizes you with essential serverless technologies and skills to operationalize your on-premises and cloud native workloads using various real-world scenarios. You’ll learn to build and implement serverless applications using different serverless frameworks, security guidelines, and design- PDF + ePub 116 pkt
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
With Building Modern SaaS Applications with C# and .NET, you’ll learn how to install the appropriate tools, and piece together a basic SaaS application. Over the course of the book, you’ll be able to design and build an application using the SaaS paradigm.- PDF + ePub 116 pkt
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
Turn your R code into packages that others can easily install and use. With this fully updated edition, developers and data scientists will learn how to bundle reusable R functions, sample data, and documentation together by applying the package development philosophy used by the team that maintains the "tidyverse" suite of packages. In the process- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
249.00 zł (-88%) -
Promocja
Use R to turn data into insight, knowledge, and understanding. With this practical book, aspiring data scientists will learn how to do data science with R and RStudio, along with the tidyverse—a collection of R packages designed to work together to make data science fast, fluent, and fun. Even if you have no programming experience, this updat- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
299.00 zł (-90%) -
Promocja
Django is frequently promoted as a “batteries included” web development framework, meaning that it comes with all the core features needed to build a standalone application. This book will equip you with a basic understanding of Python to build useful real-world applications with the power of Django.- PDF + ePub 152 pkt
(29,90 zł najniższa cena z 30 dni)
152.10 zł
169.00 zł (-10%) -
Promocja
Python helps in creating interpreted and OO applications that can be deployed either on-premises or on cloud platforms. With over 150 services, AWS offers a vast array of options to execute feature-rich apps, and this book will help you explore Lambda, DynamoDB, EC2, Elastic Beanstalk, CloudWatch, RDS, Glue, and API Gateway for Python programming.- PDF + ePub 125 pkt
Python Essentials for AWS Cloud Developers. Run and deploy cloud-based Python applications using AWS
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%) -
Promocja
Karate is an easy-to-use and powerful software testing framework with many different facets. In this book, you’ll learn about core concepts as well as advanced techniques that will enable you to test your software projects efficiently. By incorporating the Karate framework into your software development lifecycle, you’ll be able to en- PDF + ePub 98 pkt
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.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.- PDF + ePub 98 pkt
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%) -
Promocja
Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such as lambda expressions and Streams. If you're intereste- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
279.00 zł (-89%) -
Promocja
Niniejsza praca dotyczy trików, które przyszły do iPhone'a wraz z iOS 11 i podobnie jak wcześniejsze publikacje Autora, ma ona przekazywać wiedzę w maksymalnie prostej, minimalistycznej i zrozumiałej formie- ePub + Mobi 8 pkt
(8,28 zł najniższa cena z 30 dni)
8.59 zł
10.10 zł (-15%) -
Promocja
Transitioning to Java is a comprehensive guide for programmers familiar with other programming languages who want to learn Java. This book covers the basics of Java syntax, OOP concepts, and advanced topics such as design patterns. Using practical examples, you’ll gain a solid understanding of Java and develop Java applications with confiden- PDF + ePub 116 pkt
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
Fundamentals for Self-Taught Programmers is an informative approach to the field of software engineering. This practical guide will help you to demystify the term and its practices with a hands-on approach to programming, stories from the industry, and helpful guidance on starting your career.- PDF + ePub 98 pkt
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%) -
Promocja
The AWS Observability Handbook is a comprehensive guide to adopting observability services in modern application environments using AWS' native and Amazon managed open source services and enable observability in distributed application environments. You’ll be equipped with the knowledge and tools needed to optimize your AWS observability str- PDF + ePub 125 pkt
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%) -
Promocja
Functional programming is a programming paradigm for software development based on functions. FP lets you confidently write terser code with greater concurrency. You’ll learn all about writing and testing pure functions, reducing side effects, and developing new programming skills to enhance your code by adding FP wherever it’s most s- PDF + ePub 125 pkt
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%) -
Promocja
Test-Driven Development in Go teaches developers how to use TDD for all their production testing needs, including unit tests, end-to-end testing, contract testing, generics, and even fuzzing. The chapters demonstrate techniques and frameworks with code examples, allowing you to immediately apply them in your production code.- PDF + ePub 98 pkt
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%) -
Promocja
Книга присвячена мові Java, яка на сьогодні є однією з на(42,69 zł najniższa cena z 30 dni)
42.69 zł
52.70 zł (-19%) -
Promocja
Open Source Projects - Beyond Code is a practical guide for learning to launch, run, scale, and sustain open source projects. This book explores, concepts and ideas, as well as real-life open source projects for insights and expertise, giving you a comprehensive resource whether you are a developer or a maintainer.- PDF + ePub 98 pkt
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%) -
Promocja
This book is a must-read for any developer working with a large Vue.js codebase where performance and scalability are crucial. Developers working with Vue.js will be able to put their knowledge to work with this practical guide to develop enterprise-ready, high-performance, and scalable Vue.js applications.- PDF + ePub 98 pkt
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%) -
Stwórz Grę Mobilną JavaScript React Native ES6+ React - aktualizacja 2023 Witaj w poradniku wydawnictwa poswojsku.pl, dzięki któremu wspólnie zaprogramujemy grę mobilną Falling Jumping Shapes. Stworzymy projekt od pomysłu przez grafikę, aż do kompleksowego zaprogramowania w najwspanialszym języku programowania: JavaScript. Aby to osiągnąć, naucz
-
Promocja
In Network Programming and Automation Essentials, you’ll uncover networking essentials for software networks, methods for network programming, a summary of the best practices, networking standards, logging and error handling, testing, and the fundamentals of network automation.- PDF + ePub 116 pkt
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
DevOps is the combination of development and operations comprising seven principles, which when applied together form the DevOps culture. The DevOps Career Handbook is a comprehensive guide that will give you the tools you need, along with a plan to achieve a fulfilling career in the field of DevOps.- PDF + ePub
- Audiobook MP3 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
Cloud Computing Demystified for Aspiring Professionals offers hands-on tutorials that will help you master important cloud-as-a-service solutions, cloud models, and the three major cloud service providers using industry best practices. This book also provides you roadmaps for cloud certifications and job readiness from a licensed trainer.- PDF + ePub 116 pkt
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
Zapraszamy do lektury 101 nr "Programisty". Wydanie tego numeru zbiegło się z 10 jubileuszem wydawania naszego tytułu.- PDF + ePub + Mobi 10 pkt
(10,90 zł najniższa cena z 30 dni)
10.90 zł
26.90 zł (-59%) -
Promocja
Tworzymy grę planszową dla systemów Windows i Android W dwóch wcześniejszych artykułach (Programista 102 i 103) oswajałem nową technologię .NET MAUI, która umożliwia tworzenie aplikacji wieloplatformowych z graficznym interfejsem użytkownika. Do tej pory testowaliśmy MAUI na przykładzie bardzo prostej aplikacji, umożliw- PDF + ePub + Mobi 11 pkt
(11,90 zł najniższa cena z 30 dni)
11.90 zł
27.90 zł (-57%) -
Promocja
Zaawansowane metody optymalizacji mogą przyczynić się do generowania trudnych do wykrycia błędów, jeśli kod wejściowy nie jest napisany zgodnie ze standardem. Wykrycie źródła nieprawidłowości może być trudne i zależne od wielu czynników, np. wersji kompilatora i stopnia optymalizacji. Część błędów można wyeliminować, kor- PDF + ePub + Mobi 10 pkt
(10,90 zł najniższa cena z 30 dni)
10.90 zł
25.90 zł (-58%) -
Promocja
Program zapisany na dysku nie jest użyteczny sam w sobie. Najpierw musi trafić do pamięci komputera, z której jego instrukcje będą pobierane i wykonywane na przydzielonym procesorze. Wykonywany program wraz ze swoim stanem, tj. przestrzenią adresową, zawartością rejestrów procesora, stosem itd., nazywany jest procesem. W tym artyku- PDF + ePub + Mobi 10 pkt
(10,90 zł najniższa cena z 30 dni)
10.90 zł
25.90 zł (-58%) -
Promocja
Blazor is the new way to build interactive web apps using C# and .NET. This Blazor C# book starts by helping you discover Blazor and its features for building your first application, which will show you how Blazor can be used on the client-side, server-side, and cross-platform. This new edition covers the latest updates, including .NET 7 and C# 11.- PDF + ePub 170 pkt
(29,90 zł najniższa cena z 30 dni)
170.10 zł
189.00 zł (-10%) -
Promocja
Zapraszamy do zamówienia rozszerzonego wydania Programisty nr 100. Programista nr 100 to: ponad 120 stron ciekawej i przydatnej programistycznej treści; artykuły od znanych i lubianych ekspertów; must-read i must-have każdego programisty.- PDF + ePub + Mobi 13 pkt
(13,90 zł najniższa cena z 30 dni)
13.90 zł
30.90 zł (-55%) -
Promocja
Blazor’s biggest selling point is the ability to enable users to write rich web UI experiences using HTML, CSS, and C# instead of JavaScript. With the .NET platform undergoing a massive revamp, Blazor is witnessing a huge adoption, making this an ideal time for developers to jump on board. This book focuses on how Blazor WebAssembly can be u- PDF + ePub 85 pkt
(29,90 zł najniższa cena z 30 dni)
85.49 zł
94.99 zł (-10%) -
Promocja
Leverage the power of .NET Core and C# to build cross-platform enterprise apps effectively Key Features Get familiar with the software architecture for .NET applications. Understand how design patterns are implemented in C# and .NET. Build high-performance cross-platform apps using the .NET platform and C#. Description Building enterprise ap- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
This book will teach you cross-platform web applications using the robust Angular web framework quickly and thoroughly. As you progress, you’ll get to grips with the core concepts of frontend web development using easy-to-follow instructions to help you get up and running with Angular web development in no time.- PDF + ePub 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
This book will help you to move your apps to the cloud by modernizing existing Microsoft .NET Framework web or service-oriented applications. You’ll be able to build cloud-oriented applications using patterns and technologies in Azure, deploy your application based on microservices, and run them using containers and orchestrators.- PDF + ePub 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
Get Tips to Answer the Most Frequently Asked Kubernetes Interview Questions to Ace Your Interview Key Features Gain hands-on experience working with both basic and advanced concepts of Kubernetes, the industry-leading container orchestration system, to proficiently deploy and manage your containers. Demystifies the complexities of Kubernetes ma- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
This updated edition of the Nutshell guide not only helps experienced Java programmers get the most out of versions through Java 17, it also serves as a learning path for new developers. Chock-full of examples that demonstrate how to take complete advantage of modern Java APIs and development best practices, this thoroughly revised book includes ne- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
249.00 zł (-88%) -
Promocja
Get started with Ray, the open source distributed computing framework that simplifies the process of scaling compute-intensive Python workloads. With this practical book, Python programmers, data engineers, and data scientists will learn how to leverage Ray locally and spin up compute clusters. You'll be able to use Ray to structure and run machine- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
249.00 zł (-88%) -
Promocja
ChromeOS System Administrator’s Guide takes a practical approach to administering Google's Chrome OS through its hands-on activities, explanations, and walk-throughs. You'll not only get a thorough grounding in the features and functionalities of ChromeOS but also broaden your skill set.- PDF + ePub 76 pkt
ChromeOS System Administrator's Guide. Implement, manage, and optimize ChromeOS features effectively
(29,90 zł najniższa cena z 30 dni)
76.49 zł
84.99 zł (-10%) -
Promocja
Becoming KCNA Certified is your essential, practical guide to passing the KCNA exam and laying the foundation for a successful career in cloud-native computing with Kubernetes. You'll give yourself the best chance of success thanks to the practical examples and mock exams contained in this comprehensive guide.- PDF + ePub 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
Jak to możliwe, że jedna z największych firm na świecie, której flagowym i najbardziej rozpoznawalnym produktem jest system operacyjny na komputerach osobistych, dominujący od dekad na rynku, przegrywa w świecie smartofnów we własnej grze?- ePub + Mobi 12 pkt
(11,59 zł najniższa cena z 30 dni)
12.01 zł
14.13 zł (-15%) -
Promocja
Jest to druga część w temacie raportów Plan-Wykonanie. W pierwszej części omówiony został raport Plan-Wykonanie narastająco od początku roku, natomiast w niniejszej publikacji został zaprezentowany raport Plan-Wykonanie miesiącami.- ePub + Mobi 25 pkt
(24,84 zł najniższa cena z 30 dni)
25.75 zł
30.29 zł (-15%) -
Promocja
W niniejszej publikacji przedstawiony został raport Plan -Wykonanie narastająco, zaprojektowany w Excelu i zasilony danymi z plików JPK_KR. Dane do raportu zostały przekształcone w Power Query. Do publikacji dołączony jest plik Excela.- ePub + Mobi 17 pkt
(16,56 zł najniższa cena z 30 dni)
17.16 zł
20.19 zł (-15%) -
Promocja
Get familiar with React design patterns and best practices to solve common React development problems Key Features Get tips to create a better React app architecture. Explore the best practices for building scalable React apps. Discover ways to write tests for your React applications. Description React is a JavaScript library created by Face- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
Explore the tools and concepts for Quantum Computing Key Features Offers a diverse range of perspectives from small businesses to multinational conglomerates on the potential of Quantum computing. Provides fundamental principles of quantum, optical, and DNA computing and artificial intelligence. Collection of hand-picked quantum computing-re- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
An evolution of Xamarin.Forms, .NET MAUI is a unified framework for building cross-platform UI across various platforms. This book teaches you to develop your own cross-platform applications for mobile and desktop platforms using .NET MAUI, right from creation through to deployment.- PDF + ePub 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
W książce omówiono zagadnienia projektowania systemów wbudowanych w układach FPGA, przy wykorzystaniu opisu w języku Verilog. Omówiono zastosowanie typowych bloków IP pamięci różnych typów: jednoportowych i dwuportowych pamięci typu RAM, ROM, FIFO, LIFO oraz rejestrów przesuwających. Omówiono
-
Niniejsza publikacja nie stanowi samodzielnego podręcznika do nauki języka C. Pomyślana jest raczej jako pomoc dla osób stawiających pierwsze kroki w nauce programowania. Przeznaczona jest dla studentów pierwszego roku Informatyki oraz Informatyki i ekonometrii. Początki nauki programowania bywają trudne. Nie wystarczy bowiem poznać i
-
Promocja
Automate Your Network Configuration, Management, and Operation Tasks with Python Key Features Get familiar with the basics of network automation. Understand how to automate various network devices like Routers, Switches, Servers, and Firewalls. Learn how to create customized scripts to manage multiple devices using Python. Description Python- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
Industrial IoT for Architects and Engineers provides a comprehensive set of theory and hands-on examples that provide guidance for implementing AWS IoT technologies. This book takes you on a journey to better understanding Industrial IoT and build scalable and robust systems to achieve your organizational goals.- PDF + ePub 116 pkt
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
FinOps brings financial accountability to the variable spend model of cloud. Used by the majority of global enterprises, this management practice has grown from a fringe activity to the de facto discipline managing cloud spend. In this book, authors J.R. Storment and Mike Fuller outline the process of building a culture of cloud FinOps by drawing o- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
299.00 zł (-90%) -
Promocja
Kickstart your child's coding journey with Scratch Key Features Get familiar with the fundamentals of Scratch programming. Understand and work with the design principles in Scratch. Learn how to create fun games in Scratch. Description Scratch is a free, visually engaging programming tool for teaching simple programming concepts to the kids.- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
Simplifying State Management in React Native starts with a light introduction to React, state, props, hooks, and context. Throughout the chapters, you’ll explore various libraries for state management in React Native, such as Redux, XState, and Jotai that’ll give you a practical grip using real-world examples, comparisons, and project- PDF + ePub 67 pkt
(29,90 zł najniższa cena z 30 dni)
67.49 zł
74.99 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.- PDF + ePub 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
Developing software is way more than just writing code. Learn the processes and techniques to develop and manage large-scale and complex PHP web applications using PHP, by following an easy-to-understand example project. In the end, you’ll apply continuous integration and continuous delivery to prepare the solution for deployment.- PDF + ePub 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
Edge AI is transforming the way computers interact with the real world, allowing IoT devices to make decisions using the 99% of sensor data that was previously discarded due to cost, bandwidth, or power limitations. With techniques like embedded machine learning, developers can capture human intuition and deploy it to any target--from ultra-low pow- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
299.00 zł (-90%) -
Promocja
Python was recently ranked as today's most popular programming language on the TIOBE index, thanks to its broad applicability to design and prototyping to testing, deployment, and maintenance. With this updated fourth edition, you'll learn how to get the most out of Python, whether you're a professional programmer or someone who needs this language- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
339.00 zł (-91%) -
Promocja
The Ins and Outs of Azure VMware Solution is a detailed guide to migrating your VMware workloads and pipelines to Azure, making your transition to the cloud simple and fast. Everything you need to know about Azure VMware Solution is contained in this comprehensive guide.- PDF + ePub 125 pkt
(125,10 zł najniższa cena z 30 dni)
125.10 zł
149.00 zł (-16%) -
Promocja
This book explores network automation, a discipline that aims to generate more consistent and repeatable processes to increase efficiency and reliability in network operations. You will put Go into practice by coding common day-to-day network processes to jumpstart your network automation journey.- PDF + ePub 125 pkt
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%) -
Promocja
Kolejna publikacja z serii Excel tylko dla księgowych. Podobnie jak w innych, wcześniejszych publikacjach z tej serii i do tej dołączony jest plik Excela z omawianym w książce raportem, którym jest rachunek przepływów pieniężnych metodą pośrednią.- ePub + Mobi 25 pkt
(24,84 zł najniższa cena z 30 dni)
25.75 zł
30.29 zł (-15%) -
Promocja
DevOps engineers, developers, and security engineers have ever-changing roles to play in today's cloud native world. In order to build secure and resilient applications, you have to be equipped with security knowledge. Enter security as code.In this book, authors BK Sarthak Das and Virginia Chu demonstrate how to use this methodology to secure any- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
219.00 zł (-86%) -
Promocja
Solution-driven Approach to Learn Java Versions From 9.0 to 17.0 Key Features Provides pre-built solutions for developing application using the Java versions from 9.0 to 17.0. Includes case studies to help you learn how to write code and construct projects efficiently. Acquaint yourself with Java modular system, records, text blocks. compact- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
With this book, you’ll learn how to develop large-scale machine learning applications using high-performance computing on Amazon Web Services. In addition, you’ll understand architectural components, performance optimization, and real-world use cases in domains like genomics, autonomous vehicles, computational fluid dynamics, and nume- PDF + ePub 116 pkt
Applied Machine Learning and High-Performance Computing on AWS. Accelerate the development of machine learning applications following architectural best practices
Mani Khanuja, Farooq Sabir, Shreyas Subramanian, Trenton Potgieter
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
This book provides detailed guidance on how to use Python’s functional programming features.- PDF + ePub 116 pkt
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
The second edition of the Agile Model-Based Systems Engineering Cookbook distills the most relevant MBSE workflows and work products into a set of easy-to-follow recipes, complete with examples of their application. This book serves as a quick and reliable practical reference for systems engineers looking to apply agile MBSE to real-world projects.- PDF + ePub 170 pkt
(161,10 zł najniższa cena z 30 dni)
170.10 zł
189.00 zł (-10%) -
Promocja
A step-by-step guide to building and optimizing your first website Key Features Learn to write clean code for creating a website using HTML and CSS. Use images, audio, video, forms, and tables to enhance your website. Learn the intricacies of buying domain names and hosting plans. Description When you learn to create your website, you'll dis- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
React Key Concepts is the ideal tool for anyone who wants to consolidate their understanding of React. Whether you're an experienced JavaScript developer wanting to expand your skillset or just looking to identify and fill the gaps in your knowledge of React, this book is a perfect easy-reference guide to quickly get you up and running.- PDF + ePub 116 pkt
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
Develop Your Own Game Using Unreal Engine 5 Key Features Learn how to use compatible engine templates for developing custom scenarios. Make a simple third-person game using the core features of Unreal Engine 5. Get familiar with the advanced concepts such as Game Objects and Audio Engine. Description Unreal Engine 5 is the latest game develo- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
Why are so many companies adopting GitOps for their DevOps and cloud native strategy? This reliable framework is quickly becoming the standard method for deploying apps to Kubernetes. With this practical, developer-oriented book, DevOps engineers, developers, IT architects, and SREs will learn the most useful recipes and examples for following GitO- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
299.00 zł (-90%) -
Promocja
Metaverse the Next Revolution of the Internet Description The Metaverse is the next generation of the virtual reality-based digital world where users can engage in rich, multidimensional interactions with one another and virtual objects. Moreover, the Web3 revolution represents a technological breakthrough essential to the Metaverse creation. T- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
This book is your go-to guide on how to become a successful TPM and thriving in the fast-paced tech industry. It will help you use your technical skills to drive decisions, manage confidently, and communicate effectively. Then, take all of this and discover the career paths that are open to you!- PDF + ePub
- Audiobook MP3 116 pkt
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
Build easy-to-assemble interesting projects using the low-cost Arduino Uno Key Features Build simple yet amazing Home automation projects to control and monitor the home environment using Arduino. Leverage the power of ESP8266 to create wifi-based Arduino projects. A step-by-step guide that will help you build low-cost exciting projects using- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
The Rust programming language is extremely well suited for concurrency, and its ecosystem has many libraries that include lots of concurrent data structures, locks, and more. But implementing those structures correctly can be very difficult. Even in the most well-used libraries, memory ordering bugs are not uncommon.In this practical book, Mara Bos- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
219.00 zł (-86%) -
Promocja
More organizations than ever understand the importance of data lake architectures for deriving value from their data. Building a robust, scalable, and performant data lake remains a complex proposition, however, with a buffet of tools and options that need to work together to provide a seamless end-to-end pipeline from data to insights.This book pr- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
249.00 zł (-88%) -
Promocja
This philosophy-of-programming guide presents a unique and entertaining take on how to think about programming. A collection of 21 pragmatic rules, each presented in a standalone chapter, captures the essential wisdom that every freshly minted programmer needs to know and provides thought-provoking insights for more seasoned programmers. Author Chr- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
179.00 zł (-83%) -
Promocja
Python is a first-class tool for many researchers, primarily because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the new edition of Python Data Science Handbook do you get them all--IPython, NumPy, pandas, Matplotlib, scikit-learn,- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
299.00 zł (-90%) -
Promocja
This book shows you how to leverage Node.js for frontend applications with an in-depth overview of the ecosystem, key utilities, and tools, as well as code conventions and structures. Experience hands-on tutorials and background information on bundlers like webpack or Vite, along with learning how to publish your own reusable libraries or tools.- PDF + ePub 89 pkt
(29,90 zł najniższa cena z 30 dni)
89.91 zł
99.90 zł (-10%) -
Promocja
Serverless computing enables developers to concentrate solely on their applications rather than worry about where they've been deployed. With the Ray general-purpose serverless implementation in Python, programmers and data scientists can hide servers, implement stateful applications, support direct communication between tasks, and access hardware- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
229.00 zł (-87%) -
Promocja
It's the ability to write custom C# scripts for behaviors and game mechanics that really takes Unity the extra mile. That's where this book comes in. Harrison Ferrone, in this seventh edition of the bestselling franchise, will take you through the building blocks of programming and the C# language from scratch while building a fun and playable game- PDF + ePub 98 pkt
(29,90 zł najniższa cena z 30 dni)
98.10 zł
109.00 zł (-10%) -
Promocja
This book helps you understand the need and complexity of the transformation of healthcare using a comprehensive model (TiSH) that consists of 7 treads. You’ll learn about organizing healthcare in stepped, networked, and integrated care, in a fully patient-centric way and by using modern technologies and agile development methodologies.- PDF + ePub
- Audiobook MP3 161 pkt
(29,90 zł najniższa cena z 30 dni)
161.10 zł
179.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- PDF + ePub 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
The software development ecosystem is constantly changing, providing a constant stream of new tools, frameworks, techniques, and paradigms. Over the past few years, incremental developments in core engineering practices for software development have created the foundations for rethinking how architecture changes over time, along with ways to protec- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
269.00 zł (-89%) -
Promocja
Argo CD in Practice goes into the details of how you can build CD pipelines using Git repositories to store application state and reconcile it with Kubernetes clusters. It also covers the main aspects of running Argo CD in production, while exploring relevant topics like security, observability, disaster recovery (DR), and high availability (HA).- PDF + ePub 116 pkt
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
This book focuses on teaching you how to use tests to improve the design of future projects. Using TDD will help you design code that is easy to understand, runs without crashing, does what it’s supposed to do with fewer bugs, and can be changed as needed. Implementing this method using this book will make your code seem more intuitive becau- PDF + ePub 116 pkt
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
Digital twin technology enables organizations to create digital representations of physical entities such as assets, systems, and processes throughout their lifecycle. This audiobook will help you build a minimum viable twin to test your assumptions and gain insights into the use and impact of a digital twin for your specific business challenge.- PDF + ePub
- Audiobook MP3 170 pkt
(161,10 zł najniższa cena z 30 dni)
170.10 zł
189.00 zł (-10%) -
Promocja
This is a detailed guide to understanding the basics of software architecture and practical approaches to its design and documentation. We’ll also introduce you to a few concepts and fallacies of architectural design.- Audiobook MP3 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
Learn and Leverage the Power of Unity to Create Amazing Video Games! Key Features Discover everything to learn about Game Design, processes, and Unity's 2D and 3D engines. Less complicated step-by-step tutorials on building gameplay systems and improving their performance. Dedicated help and support for developing prototypes, releasing games,- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
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- PDF + ePub 125 pkt
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%) -
Promocja
This practical guide bridges the gap between general cloud computing architecture in Microsoft Azure and scientific computing for bioinformatics and genomics. You'll get a solid understanding of the architecture patterns and services that are offered in Azure and how they might be used in your bioinformatics practice. You'll get code examples that- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
269.00 zł (-89%) -
Promocja
With technological advancements, fast markets, and higher complexity of systems, software engineers tend to skip the uncomfortable topic of software efficiency. However, tactical, observability-driven performance optimizations are vital for every product to save money and ensure business success. With this book, any engineer can learn how to approa- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
249.00 zł (-88%) -
Promocja
Clean Code in PHP is a must-have beginner-friendly guide for PHP developers. It will show you how to write human-friendly PHP code which will fuel your PHP career growth and give you an edge over the pool of other developers.- PDF + ePub
- Audiobook MP3 89 pkt
(29,90 zł najniższa cena z 30 dni)
89.91 zł
99.90 zł (-10%) -
Promocja
Whether you’re diving back into C# or starting out, this new edition of our bestselling guide will teach you the fundamentals of object-oriented programming and working with databases. You’ll also learn about website development using ASP.NET Core Razor Pages, the Model-View-Controller pattern, and Blazor for web component user interf- PDF + ePub 125 pkt
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%) -
Promocja
Building Blazor WebAssembly Applications with gRPC is your lightning-fast guide to writing incredibly rich and dynamic code for a seamless web development experience. Harnessing the combined power of Blazor, gRPC, and source generators will help you distinguish yourself as a highly skilled and valuable professional.- PDF + ePub 80 pkt
(76,49 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%) -
Promocja
Most intermediate-level machine learning books focus on how to optimize models by increasing accuracy or decreasing prediction error. But this approach often overlooks the importance of understanding why and how your ML model makes the predictions that it does.Explainability methods provide an essential toolkit for better understanding model behavi- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
269.00 zł (-89%) -
Promocja
This game development book outlines a practical journey to creating your first full game from the ground up, building it step-by-step and applying your knowledge as you progress.- PDF + ePub 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
This latest edition of Jira 8 Essentials covers in detail all the core and advanced features and new offerings from Jira Data Center required to manage modern enterprise projects. You’ll learn how to easily upgrade to the latest version of Jira, manage projects and issues using agile methodologies, and handle complex business processes effic- PDF + ePub 89 pkt
(29,90 zł najniższa cena z 30 dni)
89.91 zł
99.90 zł (-10%) -
Promocja
Track, branch, merge, and manage code revisions with Git, the free and open source distributed version control system. Through a series of step-by-step tutorials, this practical guide quickly takes you from Git fundamentals to advanced techniques, and provides friendly yet rigorous advice for navigating Git's many functions. You'll learn how to wor- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
249.00 zł (-88%) -
Promocja
In spatial data science, things in closer proximity to one another likely have more in common than things that are farther apart. With this practical book, geospatial professionals, data scientists, business analysts, geographers, geologists, and others familiar with data analysis and visualization will learn the fundamentals of spatial data analys- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
269.00 zł (-89%) -
Promocja
Deep Dive into Edge Computing and its Implementations Key Features Numerous real-world examples are provided to help readers grasp essential facets of Edge Computing. Apply a wide range of Python libraries, frameworks, and libraries to build intuitive IoT solutions. Exclusive coverage of the working of the Siemens Industrial Edge Computing Pla- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
This book takes you from little to no TDD or unit testing knowledge to implementing real-life projects based on .NET frameworks, such as ASP.NET Core and Entity Framework. You’ll also get to grips with software practices like DDD and SOLID along with learning how to champion the transformation in your team and educate the business on the ben- PDF + ePub 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
With this book, you’ll learn how to apply the test-driven development workflow when building React applications. You’ll focus on techniques and patterns for writing great automated tests with the Jest test framework. These tests will help you build simple, elegant React codebases that easily adapt to future modifications.- PDF + ePub 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
This C# programming book will guide your progression from programming basics to confident and skilled software development. All the key concepts and tools that you'll need to solve real-world problems are clearly explained and demonstrated with useful practical examples.- PDF + ePub 125 pkt
(125,10 zł najniższa cena z 30 dni)
125.10 zł
149.00 zł (-16%) -
Promocja
Take advantage of your C# skills to build UI components and client-side experiences with .NET. With this practical guide, you'll learn how to use Blazor WebAssembly to develop next-generation web experiences. Built on top of ASP.NET Core, Blazor represents the future of .NET single-page application investments. Author David Pine, who focuses on .NE- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
249.00 zł (-88%) -
Witaj w poradniku wydawnictwa poswojsku.pl, dzięki któremu wspólnie zaprogramujemy grę mobilną Falling Jumping Shapes. Stworzymy projekt od pomysłu przez grafikę, aż do kompleksowego zaprogramowania w najwspanialszym języku programowania: JavaScript. Aby jednak to osiągnąć, najpierw nauczę Ciebie podstaw kilku niesamowitych technologii: nowo
-
Promocja
This book explains how to use FastAPI, React, and MongoDB to build web and data visualization applications efficiently without in-depth knowledge of each component. It will be the springboard for you to explore the diverse world of web application development.- PDF + ePub 107 pkt
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
In this book, you’ll be taken through the complete process of creating a web application, from development to deployment, all while learning industry best practices. Although the book will focus on creating a to-do app, you’ll be able to transfer these lessons into your personal and work coding pursuits.- PDF + ePub 89 pkt
(29,90 zł najniższa cena z 30 dni)
89.91 zł
99.90 zł (-10%) -
Promocja
Deciphering Object-Oriented Programming with C++ is an indispensable guide to understanding the finer details involved in mapping OO design principles to C++ language features and relevant programming techniques. This in-depth book examines popular design patterns and develops skills to make code more generic, robust, and easier to maintain.- PDF + ePub 116 pkt
(29,90 zł najniższa cena z 30 dni)
116.10 zł
129.00 zł (-10%) -
Promocja
Good software design is essential for the success of your project, but designing software is hard to do. You need to have a deep understanding of the consequences of design decisions and a good overview of available design alternatives. With this book, experienced C++ developers will get a thorough, practical, and unparalleled overview of software- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
299.00 zł (-90%) -
Promocja
Terraform has become a key player in the DevOps world for defining, launching, and managing infrastructure as code (IaC) across a variety of cloud and virtualization platforms, including AWS, Google Cloud, Azure, and more. This hands-on third edition, expanded and thoroughly updated for version 1.0 and beyond, shows you the fastest way to get up an- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
229.00 zł (-87%) -
Promocja
Everything You Need to Know to be a Master Web Developer Key Features A step-by-step guide for web developers to plan, sketch, design, create, test, and launch their web applications. Extensive illustrations, examples, and best practices to help you become a proficient and modern HTML and CSS developer. Includes simple language, short and suc- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
This book takes you through basic programming concepts and shows you how C is a powerful general-purpose programming language that is excellent for beginners to learn. It goes beyond ANSI C and C99 to present some of the latest features of C.- PDF + ePub 125 pkt
(29,90 zł najniższa cena z 30 dni)
125.10 zł
139.00 zł (-10%) -
Promocja
Discover how you can use the Flutter UI toolkit for building beautiful, natively compiled applications for the web, desktop, mobile, and embedded devices from a single codebase. Through a variety of practical projects, this book guides you in confidently building your own dynamic applications.- PDF + ePub + Mobi 85 pkt
(29,90 zł najniższa cena z 30 dni)
85.49 zł
94.99 zł (-10%) -
Promocja
The book delves into a new, certainly revolutionary technique that offers an improvement over old architectures, helping you to learn about HTML over the Wire with WebSockets and Django channels. This book uses an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire.- PDF + ePub 80 pkt
(76,49 zł najniższa cena z 30 dni)
80.91 zł
89.90 zł (-10%) -
Promocja
Despite the availability of a wide range of literature on domain-driven design, real-world application of these principles remains a challenge. This book takes a practical and modern approach to architecting and implementing DDD-inspired solutions into rational, collaborative, and loosely coupled subsystems to meet different business needs.- PDF + ePub 107 pkt
Domain-Driven Design with Java - A Practitioner's Guide. Create simple, elegant, and valuable software solutions for complex business problems
Premanand Chandrasekaran, Karthik Krishnan, Neal Ford, Brandon Byars, Allard Buijze
(29,90 zł najniższa cena z 30 dni)
107.10 zł
119.00 zł (-10%) -
Promocja
Learn to harness the power of the Apex language to build Salesforce applications Description Acquiring knowledge of Apex has proved to be a valuable skill for developers eager to add business logic, as well as to execute flow and transaction control statements on Salesforce server. In this updated and expanded second edition, Author Paul Battisso- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
Get the definitive handbook for manipulating, processing, cleaning, and crunching datasets in Python. Updated for Python 3.10 and pandas 1.4, the third edition of this hands-on guide is packed with practical case studies that show you how to solve a broad set of data analysis problems effectively. You'll learn the latest versions of pandas, NumPy,- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
269.00 zł (-89%) -
Promocja
C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you'll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 10.0 and .NET 6 fundamentals and techniques for building cloud, web, and desktop applications.Designed for expe- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
269.00 zł (-89%) -
Promocja
Smoki, fora ze dwora! Książka o smokach, rycerzach i testowaniu oprogramowania to publikacja, która w zabawny sposób opowiada o testowaniu oprogramowania poprzez historie o smokach i rycerzach. Jest to świetna pozycja do samodzielnego korzystania przez dzieci, wspólnie z rodzicami lub jako lektura dodatkowa w szkołach. Książka opowiada o przygodach- ePub + Mobi 29 pkt
(29,90 zł najniższa cena z 30 dni)
29.90 zł
49.00 zł (-39%) -
Promocja
Explore the ins-and-outs of optimizing your code to improve performance Key Features Contains a variety of approaches and tools for resolving, repairing, and fine-tuning enterprise applications. Learn to write clean and efficient codes to avoid performance bottlenecks. Get well versed with optimization and benchmarking tools to discover and fi- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%) -
Promocja
This book will give you a gradual introduction to quantum algorithms and quadratic models and explore the possibilities of future quantum advantages. With the help of illustrations and code examples, the book will walk you through different kinds of quantum computing devices, show you how to build QUBOs and quantum circuits, and help solve real-wor- PDF + ePub 134 pkt
(29,90 zł najniższa cena z 30 dni)
134.10 zł
149.00 zł (-10%) -
Promocja
500% improvement in productivity by automating tedious chores Key Features Contains numerous automation projects, including excel sheets, word documents, pdf files, websites, and messenger. Provides a strong understanding of Automation, its fundamentals, and strategies to implement it across organizations. Nurtures various techniques to improv- ePub + Mobi 39 pkt
(39,90 zł najniższa cena z 30 dni)
39.90 zł
89.90 zł (-56%)