Apress apr 2025 (24 risultati)

- Brossura
- Print on Demand
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, GermaniaBuchWeltWeit Ludwig Meier e.K.
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 21,39
EUR 23,00 spedizioneSpedito da Germania a U.S.A.Quantità: 2 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Secure your RESTful APIs with confidence and efficiency. This straightforward guide outlines the essential strategies and best practices for protecting sensitive data when developing RESTful APIs for your applications.Inside, you'l…l explore the fundamental functionalities to implement industry-standard authentication authorization mechanisms for Java applications. With chapters covering key security concerns, data protection, and designing and testing secure APIs, this book provides a hands-on approach to protecting user data, validating inputs, and implementing security mechanisms such as JSON Web Tokens (JWT) and OAuth2 authentication.This book offers a focused introduction without unnecessary complexity. Whether you are a beginner or busy professional, this is the only book designed to help you secure your RESTful APIs in no time.What You Will LearnUnderstand the fundamentals of RESTful APIs and why it is critical to secure themIdentify common security risks concerning RESTful APIs and explore effective protection techniquesKnow how to design and test RESTful APIs, including with input and response data validationReview examples of how to secure JSON Web Token (JWT) and OAuth3 with RestFUL APIsWho This Book is ForWeb developer beginners who want to learn how to develop Security RESTful APIs applications 122 pp. Englisch.

- Brossura
- Print on Demand
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, GermaniaBuchWeltWeit Ludwig Meier e.K.
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 24,60
EUR 23,00 spedizioneSpedito da Germania a U.S.A.Quantità: 2 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Introduce your children to programming at an early age and see how nurturing their interest can significantly contribute to their future success. This book offers creative, kid-friendly tools and projects to ignite childhood curios…ity, all while confronting early-age gender biases in tech and supplementing the lack of creative and diverse tech curriculum in schools. Parents will explore a range of fun technology projects to share with their kids, sorted by difficulty, suitable for pre-K through pre-teen ages. For example, the Squishy Circuits project shows early learners how to connect wires to play dough to make LED lights shine. Meanwhile, the block-coding project encourages kids to drag and drop code blocks to control a robot that they get to build. For more advanced projects, young coders will explore a Raspberry Pi workshop, involving hardware wiring and writing the code that brings their creation to life. The projects are designed so that parents and kids can pick and choose activities based on interest level.For further inspiration, Raising Young Coders wraps up by showcasing interviews with successful women in technology. These role models recount early childhood experiences learning technology with their parents. The stories will motivate kids and parents to engage with technology together, recognizing its pivotal role as a cornerstone for an array of future opportunities. What You Will LearnUnderstand why it is important to inspire your kids to want to learn technology. 164 pp. Englisch.

- Brossura
- Print on Demand
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, GermaniaBuchWeltWeit Ludwig Meier e.K.
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 40,65
EUR 23,00 spedizioneSpedito da Germania a U.S.A.Quantità: 2 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Ensuring data usability is paramount to unlocking a company's full potential and driving informed decision-making. Part of author Saurav Bhattacharya's trilogy that covers the essential pillars of digital ecosystems-security, relia…bility, and usability-this book offers a comprehensive exploration of the fundamental concepts, principles, and practices essential for enhancing data accessibility and effectiveness.You'll study the core aspects of data design, standardization, and interoperability, gaining the knowledge needed to create and maintain high-quality data environments. By examining the tools and technologies that improve data usability, along with best practices for data visualization and user-centric strategies, this book serves as an invaluable resource for professionals seeking to leverage data more effectively.The book also addresses crucial governance issues, ensuring data quality, integrity, and security are maintained. Through a detailed analysis of data governance frameworks and privacy concerns, you'll see how to manage data responsibly. Additionally, the book includes compelling case studies that highlight successful data usability implementations, future trends, and the challenges faced in achieving optimal data usability. By fostering a culture of data literacy and usability, this book will help you and your organization navigate the evolving data landscape and harness the power of data for innovation and growth.What You Will LearnUnderstand the fundamental concepts and importance of data usability, including effective data design, enhancing data accessibility, and ensuring data standardization and interoperability.Review the latest tools and technologies that enhance data usability, best practices for data visualization, and strategies for implementing user-centric data approaches.Ensure data quality and integrity, while navigating data privacy and security concerns.Implement robust data governance frameworks to manage data responsibly and effectively.Who This Book Is ForCybersecurity and IT professionals 501 pp. Englisch.

- Brossura
- Print on Demand
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, GermaniaBuchWeltWeit Ludwig Meier e.K.
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 42,79
EUR 23,00 spedizioneSpedito da Germania a U.S.A.Quantità: 2 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -This open-access book serves as a comprehensive guide for C++ programmers looking to master Threading Building Blocks (TBB). Authored by two experts in TBB and parallel programming, the book distills decades of collective experienc…e in developing and teaching parallel programming concepts, presenting insights in a clear and accessible manner.Today s TBBstarts with foundational principles, explaining key concepts and terminology used in parallel programming. It then introduces the major components of TBB including parallel algorithms, flow graphs, and task groups that help you fully leverage the power of multicore systems. The book emphasizes TBB's higher-level parallelism capabilities, which facilitate the creation of portable, scalable applications for modern CPUs. Key topics, including memory management in parallel contexts and effective synchronization for data structures, are well explored, ensuring a comprehensive understanding of these critical concepts.Later chapters delve into advanced topics including cancellation, exception handling, composability, performance tuning, and transitioning legacy code from older versions of TBB to Today s TBB.For nearly two decades, TBB has been invaluable to programmers, and this book leverages the latest advancements in C++ alongside TBB to enhance your parallel programming capabilities.TBB excels in unlocking the performance of code that is not well-suited for accelerators, making it an essential tool in the realm of parallel computing. If you work with technologies like CUDA, SYCL, or OpenCL for accelerated computing, mastering TBB will also enable you to orchestrate parallelism effectively on the host CPU, optimizing performance in the face of Amdahl s Law.What You'll LearnCreate Scalable Code: Use TBB for portable, simple, and efficient programming.Parallelization Strategies: Implement best practices for intensive tasks.High-Performance Applications: Develop scalable parallel programs.Modern C++ Compatibility: Apply TBB with C++17 and later.Code Migration: Update legacy TBB code to leverage C++17 and Today s TBB.Think Parallel: Orchestrate parallelism in the entire computer system to your advantage.Who This Book Is ForC++ programmers eager to harness the power of parallelism on multicore systems. Today s TBB is accessible to those with limited experience, with C++ or parallelism, providing clear guidance on best practices and techniques. Experienced programmers will find valuable insights for refining their skills, addressing advanced topics such as cancellation, exception handling, composability, and performance tuning. No prior experience in parallel programming or multicore processors is necessary; however, those with some background will discover even more depth and value throughout the book. 520 pp. Englisch.

- Brossura
- Print on Demand
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, GermaniaBuchWeltWeit Ludwig Meier e.K.
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 42,79
EUR 23,00 spedizioneSpedito da Germania a U.S.A.Quantità: 2 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -This book is an essential guide designed to equip you with the vital tools and knowledge needed to excel in data science. Master the end-to-end process of data collection, processing, validation, and imputation using R, and underst…and fundamental theories to achieve transparency with literate programming, renv, and Git--and much more. Each chapter is concise and focused, rendering complex topics accessible and easy to understand.Data Insight Foundations caters to a diverse audience, including web developers, mathematicians, data analysts, and economists, and its flexible structure allows enables you to explore chapters in sequence or navigate directly to the topics most relevant to you.While examples are primarily in R, a basic understanding of the language is advantageous but not essential. Many chapters, especially those focusing on theory, require no programming knowledge at all. Dive in and discover how to manipulate data, ensure reproducibility, conduct thorough literature reviews, collect data effectively, and present your findings with clarity.What You Will LearnData Management: Master the end-to-end process of data collection, processing, validation, and imputation using R.Reproducible Research: Understand fundamental theories and achieve transparency with literate programming, renv, and Git.Academic Writing: Conduct scientific literature reviews and write structured papers and reports with Quarto.Survey Design: Design well-structured surveys and manage data collection effectively.Data Visualization: Understand data visualization theory and create well-designed and captivating graphics using ggplot2.Who this Book is ForCareer professionals such as research and data analysts transitioning from academia to a professional setting where production quality significantly impacts career progression. Some familiarity with data analytics processes and an interest in learning R or Python are ideal. 252 pp. Englisch.

- Brossura
- Print on Demand
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, GermaniaBuchWeltWeit Ludwig Meier e.K.
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 58,84
EUR 23,00 spedizioneSpedito da Germania a U.S.A.Quantità: 2 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -This bookis a practical and beginner-friendly guide that focuses exclusively on the syntax of JavaScript, the most widely-used programming language for web development today. Designed to be a clear and accessible introduction for n…ew learners, this book will teach you the essential syntax rules and constructs of JavaScript in a structured, easy-to-understand format.With the explosive growth of web applications and the continued dominance of JavaScript in frameworks like Angular, React, and Node.js, learning JavaScript has never been more relevant. For those starting out in web development, this book will provide the essential foundation needed to build more advanced skills. While other beginner guides may try to cover too much too quickly, this book deliberately focuses on core syntax, so you build a solid understanding from the ground up.Understanding syntax is the first step toward becoming a proficient programmer. JavaScript, in particular, is a flexible yet quirky language with its own unique syntax and conventions. For beginners, this can be overwhelming, but this book demystifies the language s structure and explains how to use JavaScript's syntax to write effective and efficient code. Mastery of syntax is critical for writing clean, readable code, and for avoiding common programming errors.The book covers a range of foundational topics, from understanding basic syntax elements like variables, operators, and data types, to mastering control flow with conditionals and loops, and working with more complex structures like functions, objects, and arrays. It also introduces the modern ES6+ syntax features that are now standard in most JavaScript projects, such as arrow functions, destructuring, and template literals.By the end of this book, you will not only have a strong grasp of JavaScript s syntax, but also the confidence to write, debug, and maintain your own JavaScript code effectively. Whether you re an aspiring developer or someone looking to solidify their understanding of JavaScript s building blocks, this book will serve as a valuable resource in your journey.You Will Learn:How to use JavaScript s core syntax elements, including variables, data types, operators, control flow (conditionals and loops), and functions.Techniques to debug common JavaScript errors and write clean, readable codeHow to use key ES6+ syntax features such as arrow functions, template literals, destructuring assignments, and the spread/rest operatorsHow to manipulate the DOM, handle user interactions, and manage dataThis book is for:Web developers, students, or professionals transitioning into the tech industry 469 pp. Englisch.

- Brossura
- Print on Demand
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, GermaniaBuchWeltWeit Ludwig Meier e.K.
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 58,84
EUR 23,00 spedizioneSpedito da Germania a U.S.A.Quantità: 2 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -As the pace of evolution in technology continues to accelerate, the field of software architecture grapples with ever-increasing complexity, uncertainty, and risk. While numerous patterns and practices have emerged as potential app…roaches to solving the industry s most challenging problems, these tools often struggle to consistently deliver on their promises and software projects fail to reach their potential with alarming frequency. This meticulously crafted guide presents a deep exploration into the intricacies of crafting systems that precisely and predictably address modern challenges. It goes beyond mere comprehension of architecture; it encourages mastery.Mastery of software architecture requires much more than just technical know-how. The author, drawing upon deep experience and unique perspectives, introduces a fresh, problem-centric approach to the realm of software architecture to address these myriad challenges. This book offers a uniquely holistic approach, weaving together architectural principles with organizational dynamics, environmental subtleties, and the necessary tools to execute on architecture more effectively. It addresses the broader contexts that are often overlooked. You ll be introduced to the transformative Tailor-Made model which provides fast, design-time feedback on total architectural fit and offers more deterministic outcomes, without the typical (and costly) trial-and-error. The Tailor-Made model further enables a practical approach to designing evolutionary architectures.This book also offers a comprehensive Architect's toolbox with powerful strategies and problem-solving tools to design, communicate, and implement architectural decisions across the enterprise. Additionally, it imparts invaluable insights into the art of communication as an architect, seamlessly aligning visions with business goals and objectives. With its rich blend of theoretical depth, practical insights, and actionable tools, this book promises to redefine the landscape of software architecture. Whether you are an established architect or an aspiring one, Mastering Software Architecture is poised to enhance your expertise, enabling you to confront architectural challenges with unparalleled confidence and competence.What You will LearnDiscover a comprehensive set of concepts, tools, models, and practices that enhance the fit and reduce uncertainty in software architecture.Quantify and measure the impact of architectural decisions, providing a clear and actionable approach to architecture.Effectively apply the model in diverse situations and environments, while overcoming the otherwise-limiting organizational realities.Communicate architecture effectively to both business and technical teams, build consensus, engender buy-in, and lead change across the organization.Who This Book Is ForAspiring architects looking to broaden their horizons, practicing architects seeking to continue to grow their skills, and software engineers looking to gain insights and move up the value chain in an increasingly competitive market.'Michael Carducci delivers an invaluable guide for aspiring and seasoned software architects alike. Mastering Software Architecture blends technical mastery with strategic insights, presented in a clear and engaging format. This book is destined to shape the future of the field.'- Adam Tornhill, author of Your code as a crime scene and founder of Code Scene'BRAVO!This is the book I wish I had when I started doing architecture migra 431 pp. Englisch.

- Brossura
- Print on Demand
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, GermaniaBuchWeltWeit Ludwig Meier e.K.
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 58,84
EUR 23,00 spedizioneSpedito da Germania a U.S.A.Quantità: 2 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Explore and learn advanced techniques for working with graphical, interactive interfaces that can be built in Access.This book starts with best practices and tips to write code using VBA, and covers how to implement them in a real-…world scenario. You will learn how to create and use VBA classes. An introduction to the binary code and the 'bit vector' technique is discussed, followed by the implementation of a drag-and-drop engine. You also will learn how to design a timeline, and make it scrollable.What You Will LearnWrite readable, easy-to-maintain codeAdd a drag-and-drop engine to an Access applicationApplyvariations to thedrag-and-drop technique to create different graphical effectsEmbed a scrollable timeline in an Access application, on which objects can be dynamically placedWho This Book Is ForVBA developers Englisch.

- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 24,60
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Introduce your children to programming at an early age and see how nurturing their interest can significantly contribute to their future success. This book offers creative, kid-friendly tools and projects to ignite childhood curiosity,… all while confronting early-age gender biases in tech and supplementing the lack of creative and diverse tech curriculum in schools.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 164 pp. Englisch.

- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 24,60
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -In a world where cyber threats are growing exponentially in number and complexity, it's time to ask the tough question: What are we doing wrong We've been tackling cybersecurity the same way for years, yet the bad actors continue to st…ay ahead. Financial losses mount, and the talent gap in the cybersecurity industry remains a persistent challenge. It's time to break the cycle.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 208 pp. Englisch.

- Brossura
- Print on Demand
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, GermaniaBuchWeltWeit Ludwig Meier e.K.
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 64,19
EUR 23,00 spedizioneSpedito da Germania a U.S.A.Quantità: 2 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -This book provides a thorough introduction to the fundamental concepts and technologies of Programmable Logic Controllers (PLCs) and Supervisory Control and Data Acquisition (SCADA) systems. It is designed for beginners and those n…ew to the field, offering a clear and concise overview of the basics of PLCs, SCADA systems, and their applications in various industries. The book covers key components of PLCs and SCADA systems, including programming languages and communication methods, and provides practical tips and techniques for troubleshooting and maintenance. With numerous examples and exercises, this book offers hands-on experience for readers to deepen their understanding of these concepts and technologies.What You'll LearnThe fundamentals of PLC and SCADA systems.How to install, program, maintain, and troubleshoot these systemsReal-world applications and how to implement these technologies effectively.Who Is This Book ForThis book is intended for electrical and control engineers, automation technicians, students, and educators in fields such as electrical engineering, control systems, and automation. Industry professionals from various sectors such as manufacturing, oil and gas, water and wastewater treatment, power generation, and distribution will also find this book useful. 475 pp. Englisch.

- Brossura
- Print on Demand
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, GermaniaBuchWeltWeit Ludwig Meier e.K.
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 64,19
EUR 23,00 spedizioneSpedito da Germania a U.S.A.Quantità: 2 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Be a part of the Tiny Machine Learning (TinyML) revolution in the ever-growing world of IoT. This book examines the concepts, workflows, and tools needed to make your projects smarter, all within the Arduino platform.You'll start b…y exploring Machine learning in the context of embedded, resource-constrained devices as opposed to your powerful, gigabyte-RAM computer. You'll review the unique challenges it poses, but also the limitless possibilities it opens. Next, you'll work through nine projects that encompass different data types (tabular, time series, audio and images) and tasks (classification and regression). Each project comes with tips and tricks to collect, load, plot and analyse each type of data.Throughout the book, you'll apply three different approaches to TinyML: traditional algorithms (Decision Tree, Logistic Regression, SVM), Edge Impulse (a no-code online tools), and TensorFlow for Microcontrollers. Each has its strengths and weaknesses, and you will learn how to choose the most appropriate for your use case. TinyML Quickstart will provide a solid reference for all your future projects with minimal cost and effort.What You Will LearnNavigate embedded ML challengesIntegrate Python with Arduino for seamless data processingImplement ML algorithmsHarness the power of Tensorflow for artificial neural networksLeverage no-code tools like Edge ImpulseExecute real-world projectsWho This Book Is ForElectronics hobbyists and developers with a basic understanding of Tensorflow, ML in Python, and Arduino-based programming looking to apply that knowledge with microcontrollers. Previous experience with C++ is helpful but not required. 326 pp. Englisch.

- Brossura
- Print on Demand
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, GermaniaBuchWeltWeit Ludwig Meier e.K.
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 64,19
EUR 23,00 spedizioneSpedito da Germania a U.S.A.Quantità: 2 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Kubernetes Recipes is your essential guide to using Kubernetes for container orchestration providing a hands-on, problem-solving approach to address the intricacies of deployment, scaling, and day-to-day operations. The book's form…at, organized for easy lookup, ensures that you can swiftly find detailed solutions to your challenges in your Kubernetes journey.Beginning with the fundamentals, the book covers Kubernetes installation, working with the Kubernetes API, and understanding application primitives for efficient deployment. It teaches monitoring and troubleshooting strategies, providing practical insights into handling issues that may arise in your clusters. Whether new to Kubernetes or seeking advanced insights, the book covers a broad spectrum of topics, including managing specialized workloads, handling volumes and configuration data, implementing scaling strategies, and ensuring security.Kubernetes Recipes is not merely a theoretical guide; it equips you with practical skills for everyday tasks, such as using the Kubernetes client effectively, creating and modifying fundamental workloads, managing services, and exploring the Kubernetes API. It doesn't stop at the basics but extends to advanced areas like developing Kubernetes, monitoring and logging practices, and exploring the ecosystem with tools like Helm. With this comprehensive guide, you not only build a strong foundation in Kubernetes but also gain insights into the intricacies of its ecosystem.Whether you are looking to troubleshoot common issues, implement security measures, or develop applications for Kubernetes, this book is your go-to resource. It provides practical, actionable solutions for every step of learning this industry-leading containerization platform.You will:Learn how to orchestrate cloud-native applications and apply the design to new and existing applications.Acquire practical skills in deploying applications on Kubernetes, covering installations, CLI usage, and local instance management.Learn cluster management techniques using tools, explore diverse creation methods, and deploy on popular cloud platforms. Gain an awareness of the debugging methods and tools available in Kubernetes.Understand how to Implement security best practices, control access, and secure pods while also gaining proficiency in monitoring resources, accessing logs, and handling common troubleshooting scenarios in Kubernetes environments.The Book is for:Developers, System Administrators, DevOps Professionals as well as Project Managers, students and researchers 788 pp. Englisch.

- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 29,95
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -There are a lot of books out there on how to be a creative professional. And a lot of schools where you can learn to be a creative professional. But let's say you find success on your chosen path, and they put you in charge of other cr…eative professionals. Nobody tells you what to do then.Now they do.This book is a step-by-step guide to leading creative teams. You'll learn what a creative leader's job is (helping your team be more successful) and what it's not (telling people what to change about their work). How to have one-to-ones. What a one-to-one is in the first place. How to build creative culture. How to hire the right people. How to give feedback in a way that teams will listen. How to sell work. How to establish your creative vision. And most importantly, how to say thank you.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 240 pp. Englisch.

- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 40,65
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Ensuring data usability is paramount to unlocking a company's full potential and driving informed decision-making. Part of author Saurav Bhattacharya's trilogy that covers the essential pillars of digital ecosystems-security, reliabili…ty, and usability-this book offers a comprehensive exploration of the fundamental concepts, principles, and practices essential for enhancing data accessibility and effectiveness.You'll study the core aspects of data design, standardization, and interoperability, gaining the knowledge needed to create and maintain high-quality data environments. By examining the tools and technologies that improve data usability, along with best practices for data visualization and user-centric strategies, this book serves as an invaluable resource for professionals seeking to leverage data more effectively.The book also addresses crucial governance issues, ensuring data quality, integrity, and security are maintained. Through a detailed analysis of data governance frameworks and privacy concerns, you'll see how to manage data responsibly. Additionally, the book includes compelling case studies that highlight successful data usability implementations, future trends, and the challenges faced in achieving optimal data usability. By fostering a culture of data literacy and usability, this book will help you and your organization navigate the evolving data landscape and harness the power of data for innovation and growth.What You Will LearnUnderstand the fundamental concepts and importance of data usability, including effective data design, enhancing data accessibility, and ensuring data standardization and interoperability.Review the latest tools and technologies that enhance data usability, best practices for data visualization, and strategies for implementing user-centric data approaches.Ensure data quality and integrity, while navigating data privacy and security concerns.Implement robust data governance frameworks to manage data responsibly and effectively.Who This Book Is ForCybersecurity and IT professionalsSpringer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 552 pp. Englisch.

- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 42,79
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -What You'll LearnSpringer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 520 pp. Englisch.

- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 42,79
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -This book is an essential guide designed to equip you with the vital tools and knowledge needed to excel in data science. Master the end-to-end process of data collection, processing, validation, and imputation using R, and understand…fundamental theories to achieve transparency with literate programming, renv, and Git--and much more. Each chapter is concise and focused, rendering complex topics accessible and easy to understand.Data Insight Foundations caters to a diverse audience, including web developers, mathematicians, data analysts, and economists, and its flexible structure allows enables you to explore chapters in sequence or navigate directly to the topics most relevant to you.While examples are primarily in R, a basic understanding of the language is advantageous but not essential. Many chapters, especially those focusing on theory, require no programming knowledge at all. Dive in and discover how to manipulate data, ensure reproducibility, conduct thorough literature reviews, collect data effectively, and present your findings with clarity.What You Will LearnData Management: Master the end-to-end process of data collection, processing, validation, and imputation using R.Reproducible Research: Understand fundamental theories and achieve transparency with literate programming, renv, and Git.Academic Writing: Conduct scientific literature reviews and write structured papers and reports with Quarto.Survey Design: Design well-structured surveys and manage data collection effectively.Data Visualization: Understand data visualization theory and create well-designed and captivating graphics using ggplot2.Who this Book is ForCareer professionals such as research and data analysts transitioning from academia to a professional setting where production quality significantly impacts career progression. Some familiarity with data analytics processes and an interest in learning R or Python are ideal.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 252 pp. Englisch.

- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 53,49
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -This comprehensive guide is your gateway to unlocking the potential of serverless computing on the AWS platform. Whether you're a seasoned developer or just starting your cloud journey, this book is your essential companion. Dive into…the world of serverless architecture as we demystify AWS services like AWS Lambda, API Gateway, DynamoDB, and more. From design principles to deployment strategies, we'll equip you with the knowledge and hands-on experience to build robust, scalable, and cost-effective serverless applications.Practical Serverless Applications with AWS is tailored for anyone eager to grasp the fundamentals of AWS services for constructing serverless applications. Whether you're a seasoned developer or just starting your cloud journey or a student delving into the world of cloud computing, or a freelance developer seeking to expand your skill set, this resource is your gateway to mastering serverless application development on AWS. With a practical approach and real-world examples, this book caters to a diverse audience keen on harnessing the power of serverless computing. From fledgling enthusiasts to seasoned practitioners, this book is your indispensable tool for embarking on a transformative journey into serverless architecture with AWS.Get ready to revolutionize your approach to app development in the cloud!You Will Learn:The fundamentals of AWS empowering you to navigate the AWS environment with confidence.Both frontend and backend development services in the context of building serverless applications, enabling you to create robust and scalable solutions.Many AWS services and how to use them for building serverless applications, ensuring efficient and effective implementation.data engineering and DevOps best practices within the AWS ecosystem, providing a well-rounded skillset for holistic app development.how to build a complex serverless application, allowing you to apply your knowledge in a practical, hands-on way.Who It's for:web developers, cloud and data engineering who are looking to improve their cloud-native app development skillsSpringer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 352 pp. Englisch.

- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 58,84
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -This book is a practical and beginner-friendly guide that focuses exclusively on the syntax of JavaScript, the most widely-used programming language for web development today. Designed to be a clear and accessible introduction for new…learners, this book will teach you the essential syntax rules and constructs of JavaScript in a structured, easy-to-understand format.With the explosive growth of web applications and the continued dominance of JavaScript in frameworks like Angular, React, and Node.js, learning JavaScript has never been more relevant. For those starting out in web development, this book will provide the essential foundation needed to build more advanced skills. While other beginner guides may try to cover too much too quickly, this book deliberately focuses on core syntax, so you build a solid understanding from the ground up.Understanding syntax is the first step toward becoming a proficient programmer. JavaScript, in particular, is a flexible yet quirky language with its own unique syntax and conventions. For beginners, this can be overwhelming, but this book demystifies the language's structure and explains how to use JavaScript's syntax to write effective and efficient code. Mastery of syntax is critical for writing clean, readable code, and for avoiding common programming errors.The book covers a range of foundational topics, from understanding basic syntax elements like variables, operators, and data types, to mastering control flow with conditionals and loops, and working with more complex structures like functions, objects, and arrays. It also introduces the modern ES6+ syntax features that are now standard in most JavaScript projects, such as arrow functions, destructuring, and template literals.By the end of this book, you will not only have a strong grasp of JavaScript's syntax, but also the confidence to write, debug, and maintain your own JavaScript code effectively. Whether you're an aspiring developer or someone looking to solidify their understanding of JavaScript's building blocks, this book will serve as a valuable resource in your journey.You Will Learn:How to use JavaScript's core syntax elements, including variables, data types, operators, control flow (conditionals and loops), and functions.Techniques to debug common JavaScript errors and write clean, readable codeHow to use key ES6+ syntax features such as arrow functions, template literals, destructuring assignments, and the spread/rest operatorsHow to manipulate the DOM, handle user interactions, and manage dataThis book is for:Web developers, students, or professionals transitioning into the tech industrySpringer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 504 pp. Englisch.

- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 64,19
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Kubernetes Recipes is your essential guide to using Kubernetes for container orchestration providing a hands-on, problem-solving approach to address the intricacies of deployment, scaling, and day-to-day operations. The book's format,…organized for easy lookup, ensures that you can swiftly find detailed solutions to your challenges in your Kubernetes journey.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 788 pp. Englisch.

- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 64,19
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Discover a unique and fun approach to adopting modern typed functions programming patterns. This book uses playful metaphors and examples to help you learn Haskell through imagination, building on math without relying on imperative cru…tches or technical complexity. You'll use math to build completely different Typed Functional patterns from the ground up and understand the link between building Mathematics through Types and constructing Haskell as a programming language.Intended for working with various applications, especially AI-powered apps, the book gently builds up to what are normally considered complex and difficult concepts all without needing a PhD to understand them. Illustrative explanations will guide you to tackle monads, using monad transformer stacks to structure real programs, foldable and traversable structures, as well as other Type classes. This book will also help you structure programs efficiently and apply your own abstractions to real-life problem domains. Next, you'll explore exciting advancements in AI, including building with OpenAI APIs, creating a terminal chatbot, adding web functionality, and enhancing with retrieval-augmented generation. Finally, you'll delve into AI multi-agents and future directions using Arrows abstraction, reinforcing Haskell's design.Magical Haskell is a solution for programmers who feel limited by imperative programming languages but are also put off by excessively mathematical approaches.What You Will LearnGrasp a solid math foundation without complex technicalities for Types and Typeclasses.Solve problems via a typed functional approach and understand why it's superior to what's available in the imperative language world ('if it compiles, it runs').Build your own abstractions to efficiently resolve problems in any given domain.Develop AI frameworks in Haskell, including chatbots, web functionality, and retrieval-augmented generation.Who This Book Is ForHaskell programmers of all levels and those interested in Type Theory.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 440 pp. Englisch.

- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 64,19
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Be a part of the Tiny Machine Learning (TinyML) revolution in the ever-growing world of IoT. This book examines the concepts, workflows, and tools needed to make your projects smarter, all within the Arduino platform.You'll start by ex…ploring Machine learning in the context of embedded, resource-constrained devices as opposed to your powerful, gigabyte-RAM computer. You'll review the unique challenges it poses, but also the limitless possibilities it opens. Next, you'll work through nine projects that encompass different data types (tabular, time series, audio and images) and tasks (classification and regression). Each project comes with tips and tricks to collect, load, plot and analyse each type of data.Throughout the book, you'll apply three different approaches to TinyML: traditional algorithms (Decision Tree, Logistic Regression, SVM), Edge Impulse (a no-code online tools), and TensorFlow for Microcontrollers. Each has its strengths and weaknesses, and you will learn how to choose the most appropriate for your use case. TinyML Quickstart will provide a solid reference for all your future projects with minimal cost and effort.What You Will LearnNavigate embedded ML challengesIntegrate Python with Arduino for seamless data processingImplement ML algorithmsHarness the power of Tensorflow for artificial neural networksLeverage no-code tools like Edge ImpulseExecute real-world projectsWho This Book Is ForElectronics hobbyists and developers with a basic understanding of Tensorflow, ML in Python, and Arduino-based programming looking to apply that knowledge with microcontrollers. Previous experience with C++ is helpful but not required.Libri GmbH, Europaallee 1, 36244 Bad Hersfeld 348 pp. Englisch.

Lingua: Inglese
Editore: Apress, Apress Apr 2025, 2025
- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 64,19
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -This book provides a thorough introduction to the fundamental concepts and technologies of Programmable Logic Controllers (PLCs) and Supervisory Control and Data Acquisition (SCADA) systems. It is designed for beginners and those new t…o the field, offering a clear and concise overview of the basics of PLCs, SCADA systems, and their applications in various industries. The book covers key components of PLCs and SCADA systems, including programming languages and communication methods, and provides practical tips and techniques for troubleshooting and maintenance. With numerous examples and exercises, this book offers hands-on experience for readers to deepen their understanding of these concepts and technologies.What You'll LearnThe fundamentals of PLC and SCADA systems.How to install, program, maintain, and troubleshoot these systemsReal-world applications and how to implement these technologies effectively.Who Is This Book ForThis book is intended for electrical and control engineers, automation technicians, students, and educators in fields such as electrical engineering, control systems, and automation. Industry professionals from various sectors such as manufacturing, oil and gas, water and wastewater treatment, power generation, and distribution will also find this book useful.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 496 pp. Englisch.

- Brossura
- Print on Demand
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germaniabuchversandmimpf2000
Contatta il venditoreVenditore con 5 stelleCondizione: Nuovo
EUR 64,19
EUR 60,00 spedizioneSpedito da Germania a U.S.A.Quantità: 1 disponibili
Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Develop a comprehensive understanding of the evolving landscape of digital trade and finance, including the historical context and the transformative impact of technological innovations on traditional practices. This book charts the re…lentless march of digitalization within these sectors, highlighting how technological innovations have transformed traditional practices that have stood the test of time.After a detailed historical overview, the narrative then delves into an array of recent experiments within the digital trade and finance realms, some of which have unfortunately faltered, offering valuable lessons on the challenges and pitfalls of implementing new technologies. These case studies serve not only as cautionary tales but also as springboards for innovation, illustrating the critical need for adaptability and careful strategic planning in the face of digital evolution.A significant focus of the book is on the concept of Regenerative Finance (ReFi) applied to international trade and trade finance. This emerging paradigm, aimed at restoring and revitalizing ecosystems and communities through financial practices, is presented as a revolutionary goal for the future of trade. By leveraging the power of digital tools and smart markets, ReFi promises to drive sustainability and resilience within global trade systems, aligning economic activities with ecological and social well-being.The book culminates in an exploration of the rise of smart marketshighly efficient, transparent, and participatory trading ecosystems enabled by cutting-edge technologies like blockchain, artificial intelligence, and the Internet of Things (IoT). These digital platforms are redefining the parameters of trade and finance, making transactions faster, safer, and more inclusive. Quantum Leap provides a thorough understanding of the current state of digital trade and finance and offers a visionary outlook on how these sectors can evolve towards more sustainable and regenerative practices.What You Will LearnGain a global perspective on digital trade and finance, understanding the implications for diverse stakeholders including industry professionals, policymakers, and academics, and recognizing the interconnectedness of global trade systems.Evaluate the role of digital trade and finance in driving sustainability and social impact, exploring ways in which these sectors can contribute to ecological and social well-being, and promoting equitable and sustainable practices.Reflect on ethical considerations in digital trade and finance, including issues of privacy, security, and equity, and cultivate responsible leadership skills for promoting ethical practices and driving positive change in the industry.Explore innovative approaches to trade and finance, and envision the future trajectory of these sectors, recognizing the potential for transformative change driven by digital technologies.Who This Book Is ForWritten for a diverse audience, from newbies to industry and IT professionalsSpringer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 1072 pp. Englisch.