We a good story
Quick delivery in the UK

Books published by Springer-Verlag Berlin and Heidelberg GmbH & Co. KG

Filter
Filter
Sort bySort Popular
  • Save 12%
    by Christoph Meinel
    £26.49

    How does the most important technology of our time - the Internet and WWW - work? The authors explain in simple language and in short the individual technical building blocks and organizational structures, behind the greatest innovation of our time. Only those who know how the technologies that determine our everyday lives can deal with them confidently and in souvereignity. Although digitalization is shaping our daily lives, the technologies behind the Internet and WWW remain obscure to most people. This book provides the key to understanding the huge developments of our time.About The AuthorsChristoph Meinel is the Founding President of the German University of Digital Sciences and previously has been Director and CEO of the Hasso Plattner Institute. He heads the Internet Technologies and Systems department and is author of numerous scientific publications, developer of large digital systems, such as openHPI.de and HPI Schul-Cloud, and a sought-after consultant for politics and business.Maxim Asjoma is Head of Public Partnerships at Hasso Plattner Institute and holds a doctorate in philosophy with a specialization in economics and digitalization. The focus of his work interest is how digital technologies are transforming societies.

  • Save 15%
    by Hans-Dieter Barke
    £46.49

    This textbook offers lecturers at universities, chemistry teachers at schools, student teachers and chemistry students a practical overview with many examples from current chemistry teaching, with novel experiments and models, with exercises on chemistry didactics and with school-relevant results of teaching and learning research. The authors not only cover the classic topics of chemistry didactics such as teaching objectives, experiments, models, and chemical terminology, but also devote extensive attention to student-related aspects such as student's misconceptions, chemistry in everyday life, media, and motivation.New in the last German edition are specific concepts on safety and disposal when handling hazardous substances, labeling of each proposed experiment with instructions for safe experimentation. In addition, the chapter on chemical terminology reflects new findings on student perceptions that are due to the so-called laboratory jargon used by lecturers and teachers: imprecise statements of chemical terminology that lead to erroneous perceptions among students due to the mixing of substance-level and particle-level terms. Many examples are used to suggest the correct and unambiguous formulation of such content.The authorsThe authors Prof. Dr. Annette Marohn and Prof. Dr. Simone Kröger have headed the Institute for Didactics of Chemistry at the University of Münster since 2013. They are the successors of the two authors Prof. Dr. Hans-Dieter Barke and Prof. Dr. Günther Harsch, who wrote the original work "Essentials of Chemical Education" in 2012.The translation was done with the help of artificial intelligence. A subsequent human revision was done primarily in terms of content.This book is a translation of an original German edition. The translation was done with the help of artificial intelligence (machine translation by the service DeepL.com). A subsequent human revision was done primarily in terms of content, so that the book will read stylistically differently from a conventional translation.

  • Save 14%
    by Marcus J. Neuer
    £38.49

    Machine learning and artificial intelligence are ubiquitous terms for improving technical processes. However, practical implementation in real-world problems is often difficult and complex.This textbook explains learning methods based on analytical concepts in conjunction with complete programming examples in Python, always referring to real technical application scenarios. It demonstrates the use of physics-informed learning strategies, the incorporation of uncertainty into modeling, and the development of explainable, trustworthy artificial intelligence with the help of specialized databases.Therefore, this textbook is aimed at students of engineering, natural science, medicine, and business administration as well as practitioners from industry (especially data scientists), developers of expert databases, and software developers.

  • Save 16%
    by Torsten Becker
    £54.49

    Production and logistics companies can achieve significant competitive advantage with their supply chain and production processes. This book provides managers, practitioners, consultants and students with a comprehensive understanding of process optimisation. It covers a wide range of tools, methods and tried-and-tested procedures for improving performance in these areas. The methodological toolbox from the various optimisation philosophies - Lean Production, Supply Chain, Six Sigma, Continuous Improvement Processes and Theory of Constraints - is presented and evaluated. Digital tools for process analysis, such as process mining, are described. Procedures and approaches are described for the individual steps of comprehensive process optimisation. These include process analysis methods such as ARIS, value stream mapping, the supply chain operations reference model (SCOR), and numerous process evaluation methods. One focus of the book is the presentation of pragmatic implementation approaches and procedures, including agile project management methods. Three project examples from the author's consulting practice are used to describe the results of complex changes.The book contains many hints and tips for extensive process improvements. It presents end-to-end improvement approaches for systematically increasing supply chain and production performance. The reader learns how to successfully handle supply chain projects from the initial idea to implementation. A set of methods covers all aspects of production and supply chain process optimisation. With the detailed procedures, the book offers recommendations on running supply chain projects efficiently and successfully and which tools effectively support the work in the individual project phases. The ContentsShows improved methods of process optimisation - Integrates process change approaches (process pattern change) - Promotes customer orientation in the analysis - Digital tools in process optimisation About the AuthorProf. Dr. Torsten Becker brings a wealth of experience in supply chain, operations, and process optimisation. As the Managing Director of BESTgroup Consulting and a Professor of Supply Chain Management at SRH Berlin University of Applied Sciences, he has almost 30 years of consulting experience in the supply chain. His journey began with a doctorate in operations management at the Machine Tool Laboratory of the Aachen University of Technology, followed by a stint as a plant manager at the Daimler-Benz Group. He has been advising leading companies in various sectors for over 25 years, making him a trusted expert.

  • Save 15%
    by Fabrizio Volpe
    £46.49

    This book is designed to help you prepare for Exam MS-721, which is required for Microsoft 365 Certified: Collaboration Communications Systems Engineer Associate certification.The book starts with an introduction to Exam MS -721 and Microsoft Teams. It discusses how to plan and design collaboration communications systems followed by configuration and management of Teams meetings and events. You will learn about Teams Phone and acquire the skills required to configure Direct Routing with Teams Phone. You will go through the configuration of Teams Phone and learn its user settings and features. Teams Meeting Rooms and devices, from deployment to troubleshooting, are discussed along with their Intune policies. And you will learn the configuration of MTRs based on Windows and Surface Hub.What You Will Learn Understand Microsoft Teams Plan and design meetings and collaboration Configure and manage Teams Phone Optimize the network for Teams and Teams certified devices Troubleshoot Teams calls and meetings

  • Save 16%
    by Peter Himschoot
    £50.49

    Become a full-stack web developer using the Microsoft Blazor framework and the techniques shown in this book. This new edition will have you building all kinds of applications in C# and Microsoft .NET 8, from static web sites to fully interactive single page applications, and desktop and mobile applications, in no time. At it's core, this book teaches you to build user interfaces and present data to a user for display and modification, capturing the user's changes via data binding. The book shows you how to access a rich library of .NET functionality such as a component modeling for building composable user interfaces-including developing reusable components that can be used across many pages and websites. New for this edition, the book now covers server communication using SignalR and/or gRPC, the use of virtualization to load large quantities of data efficiently, deployment and ahead-of-time compilation into WASM, new unit testing features, security using OpenID Connect, and more features added in Blazor in .NET 8.At it's core, Blazor provides a fresh take on web development by eliminating the need to learn different languages and frameworks for client- and server-side development. It also allows C# and .NET to be used on all sides-both server-side and client-side-providing a robust feature set that is well suited toward scalable, enterprise-level applications. With Blazor you can use all your experience in .NET 8 along with thousands of existing libraries, right in the browser. This book gets you proficient using this important toolkit for web application development.What You Will Learn Build user interfaces and display data for users to edit Capture user edits and changes via data binding Transfer data back and forth between server and client Communicate with services using REST, SignalR, or gRPC Develop reusable components and assemble them into bigger components Use routing to build single-page applications (SPAs) Build stable and maintainable software using unit testing Internationalize your application to reach more users Secure your Blazor application with OpenID Connect Build static interactive pages web pages optimized for SEO Use the same components to build mobile and desktop applications

  • Save 14%
    by Sean (Chunhong) Gu
    £34.49

    Embark on a journey through the Agile-Enterprise Solution Architecture (A-ESA) framework with this in-depth guide designed to provide a structured approach to IT solution modeling. The modeling approach is based on the principles of simplicity, significance, and systematics. It effectively addresses architectural debt issues in today's agile and large-scale IT solutions.Beginning with a foundational overview of A-ESA model specifications, the book introduces readers to the intent and unique methodologies behind A-ESA. It then delves into practical demonstrations through example solution cases, offering real-world context and insights into various architectural styles. Each chapter builds on this knowledge, covering the governing ideas of the thinking framework and essential topics such as key metrics, and modeling considerations for diverse architectural styles, ensuring a thorough understanding of A-ESA's application in different contexts.The book also emphasizes the link between enterprise architecture (EA) and solution architecture (SA), and the importance of governance and measurement in maintaining the integrity and effectiveness of architectural solutions. Readers will explore critical metrics, governance techniques, and the impact of agile modeling on purpose and architectural leading practices. With practical examples, measurement techniques, and governance strategies, this guide equips readers with the cognitive and practical tools necessary for strategic and effective architectural thinking. Concluding with reflections and future outlooks, this comprehensive guide offers valuable insights for mastering IT solution modeling within the A-ESA framework. You Will: Gain hands-on experience with the Agile-Enterprise Solution Architecture (A-ESA) framework through detailed examples and solution cases that illustrate various architectural styles and modeling techniques. Understand the critical metrics and model mappings necessary for evaluating architectural quality and performance. Develop a deep understanding of the A-ESA architectural thinking, including strategic, enterprise, business, data, and cloud architecture considerations

  • Save 15%
    by Lukas Vileikis
    £46.49

    Your MySQL instances are probably broken. Many developers face slow-running queries, issues related to database architecture, replication, or database security-and that's only the beginning. This book will deliver answers to your most pressing MySQL database questions related to performance, availability, or security by uncovering what causes databases to break in the first place.At its core, this book provides you with the knowledge necessary for you to break your database instances so you can better optimize it for performance and secure it from data breaches. In other words, you'll discover the sorts of actions, minor and major, that degrade databases so you can fix and ultimately preempt them. MySQL sometimes acts according to its own rules, and this book will help you keep it working on your terms. At the same time, you will learn to optimize your backup and recovery procedures, determine when and which data to index to achieve maximum performance, and choose the best MySQL configurations, among other essential skills.Most MySQL books focus exclusively on optimization, but this book argues that it's just as important to pay attention to the ways databases break. Indeed, after reading this book, you will be able to safely break your database instances to expose and overcome the nuanced issues that affect performance, availability, and security. What You Will Learn Know the basics of MySQL and the storage engines innoDB and MyISAM Spot the ways you are harming your database's performance, availability and security without even realizing it Fix minor bugs and issues that have surprisingly serious impact Optimize schema, data types, queries, indexes, and partitions to head off issues Understand key MySQL security strategies

  • Save 15%
    by Sivaraj Selvaraj
    £46.49

    Pro WordPress is your ultimate guide to unlocking the full potential of  the world's leading content management system. From novice bloggers to seasoned developers, this comprehensive resource offers a step-by-step journey through every aspect of WordPress customization, security and performance optimization.With clear explanations and practical examples, you'll learn how to set up your WordPress environment, choose the right themes and plugins, and customize your site with advanced techniques such as custom post types, widgets, shortcodes, and more. Dive deep into the world of WordPress security and discover how to safeguard your website against cyber threats with strategies like two-factor authentication, secure file permissions, and regular security audits.But that's not all - this book also equips you with the tools and knowledge to optimize your site for lightning-fast performance and high search engine rankings. Learn how to leverage caching mechanisms, minimize HTTP requests, and implement SEO strategies to boost your site's speed and visibility.Whether you're managing a single WordPress site or overseeing a multisite network, you'll find invaluable insights and best practices for scalability and high availability. Real-world case studies provide inspiration and guidance, showcasing successful WordPress implementations and effective strategies for growth.Whether you're a business owner, freelancer, or aspiring web developer, Pro WordPress empowers you to take control of your online presence and build websites that stand out in today's competitive digital landscape. Unlock the full potential of WordPress and elevate your web development skills with this essential resource.You Will Learn:  The  WordPress ecosystem in its entirety, including its history, core features, and community dynamics. Develop expertise in customizing WordPress themes and plugins using CSS, PHP, and advanced techniques like custom post types and widgets Implement robust security measures to protect your WordPress site from common vulnerabilities, such as brute force attacks and malicious code injections Optimize your website's performance through caching mechanisms, image optimization, and other techniques to enhance user experience and SEO rankings More advanced topics such as managing multisite networks, scalability and high availability to effectively scale your WordPress projects and handle high traffic volumesWho is it for: Web designers and developers to business owners looking to develop a webiste of their own as well as bloggers and hobbyists who are looking to design, launch and maintain a website whatever the project.

  • Save 15%
    by Gaurav Deshmukh
    £42.49

    Embark on a journey to business evolution grounded in the real-world experiences and challenges faced by those at the forefront of the Web2 revolution. In a landscape where adaptability is paramount, this book is a guiding light amidst a sea of uncertainty. Crafted by seasoned Web2 professionals, it offers a unique perspective on transitioning from traditional cloud computing to decentralized technologies.Delving beyond theory, this book provides actionable insights and strategies to navigate the complexities of Distributed Ledger Technologies (DLTs). Rather than just discussing the implementation of DLTs, it explores the intricacies of execution, offering tangible guidance to facilitate a seamless transition to the decentralized landscape. Moreover, this book doesn't stop at transition-it's a blueprint for thriving in the Web3 era. By offering strategic perspectives and tactical advice, it equips businesses of all sizes to not only survive but flourish in the decentralized economy. Whether you're a startup poised for disruption or an established enterprise seeking innovation, 'Decentralized Business' empowers you to confidently embrace the future.The time for passive observation is over; the future of business is decentralized, and Decentralized Business is your guide to navigating this evolution. Join the ranks of forward-thinkers shaping tomorrow's economy-secure your copy now and begin the journey of transformation and opportunity.What You Will Learn Understand the foundational concepts of DLTs and their relevance to Web2 professionals. Review security considerations and best practices for implementing decentralized solutions. Apply strategies for integrating DLTs into existing cloud-based infrastructures.

  • Save 15%
    by Ishneet Kaur Dua
    £42.49

    This comprehensive guide provides practical strategies for optimizing Generative AI systems to be more sustainable and responsible. As advances in Generative AI such as large language models accelerate, optimizing these resource-intensive workloads for efficiency and alignment with human values grows increasingly urgent.The book starts with the concept of Generative AI and its wide-ranging applications, while also delving into the environmental impact of AI workloads and the growing importance of adopting sustainable AI practices. It then delves into the fundamentals of efficient AI workload management, providing insights into understanding AI workload characteristics, measuring performance, and identifying bottlenecks and inefficiencies. Hardware optimization strategies are explored in detail, covering the selection of energy-efficient hardware, leveraging specialized AI accelerators, and optimizing hardware utilization and scheduling for sustainable operations. You are also guided through software optimization techniques tailored for Generative AI, including efficient model architecture, compression, and quantization methods, and optimization of software libraries and frameworks. Data management and preprocessing strategies are also addressed, emphasizing efficient data storage, cleaning, preprocessing, and augmentation techniques to enhance sustainability throughout the data life cycle. The book further explores model training and inference optimization, cloud and edge computing strategies for Generative AI, energy-efficient deployment and scaling techniques, and sustainable AI life cycle management practices, and concludes with real-world case studies and best practicesBy the end of this book, you will take away a toolkit of impactful steps you can implement to minimize the environmental harms and ethical risks of Generative AI. For organizations deploying any type of generative model at scale, this essential guide provides a blueprint for developing responsible AI systems that benefit society.What You Will Learn Understand how Generative AI can be more energy-efficient through improvements such as model compression, efficient architecture, hardware optimization, and carbon footprint tracking Know the techniques to minimize data usage, including evaluation, filtering, synthesis, few-shot learning, and monitoring data demands over time Understand spanning efficiency, data minimization, and alignment for comprehensive responsibility Know the methods for detecting, understanding, and mitigating algorithmic biases, ensuring diversity in data collection, and monitoring model fairness

  • Save 18%
    by Hans-Christian Pfohl
    £82.49

  • Save 18%
    by Sebastian Moller
    £82.49

  • Save 14%
    by Kai Kohler
    £38.49

    This textbook offers a rigorous introduction to the foundations of Riemannian Geometry, with a detailed treatment of homogeneous and symmetric spaces, as well as the foundations of the General Theory of Relativity.Starting with the basics of manifolds, it presents key objects of differential geometry, such as Lie groups, vector bundles, and de Rham cohomology, with full mathematical details. Next, the fundamental concepts of Riemannian geometry are introduced, paving the way for the study of homogeneous and symmetric spaces. As an early application, a version of the Poincaré¿Hopf and Chern¿Gauss¿Bonnet Theorems is derived. The final chapter provides an axiomatic deduction of the fundamental equations of the General Theory of Relativity as another important application. Throughout, the theory is illustrated with color figures to promote intuitive understanding, and over 200 exercises are provided (many with solutions) to help master the material.The book is designed to cover a two-semester graduate course for students in mathematics or theoretical physics and can also be used for advanced undergraduate courses. It assumes a solid understanding of multivariable calculus and linear algebra.

  • Save 13%
    by Manfred Gottwald
    £30.49

    About 80 years ago, it was possible for the first time to confirm what modern science had suggested for centuries: Earth shows its sphericity based on a curved horizon. The following age of space flights opened other opportunities. First, our home planet could be observed from low Earth orbits, and then, a while later, even from the distance of the Moon. Interplanetary space flights even shifted our perspective out into the universe. Images sent back from many spacecraft showed how Earth and its Moon are part of the solar system.This book is a journey away from Earth, but always looking back at it. The journey starts with balloon flights reaching the stratosphere, followed by the tedious attempts to reach space. When space flight in low Earth orbits had been achieved, frequent unmanned and manned missions covered that region. Further milestones reached geostationary orbit and the Moon. Interplanetary missions allowed us to become acquainted with large parts of the solar system. They showed us how unique our home planet Earth is. A photo from a distance of 6 billion kilometers, the famous ¿pale blue dot,¿ always reminds us of this fact.The translation was done with the help of artificial intelligence. The author has subsequently revised the text further in an endeavour to refine the work stylistically.

  • Save 18%
    by Robin Bauer
    £82.49

    This atlas with over 250 illustrations and videos is a modern basic work on palpation for physiotherapists. Members of the medical-therapeutic sector face the daily challenge of having to transfer theoretical knowledge into practice. The Atlas of Palpation addresses this process through its multimedia design. Evidence-based technical texts, the most modern illustrations and practical teaching videos illustrating structures and examination procedures address both students and therapists working in practice. All the essential structures of the body are shown in three-dimensional perspective, so that a basic understanding of interrelationships and movement patterns is conveyed. The palpation grips are explained in an understandable way and described in a comprehensible way.The instructional videos were specially made by the authors and the latest technical equipment in terms of camera, lighting elements and sound ensures the highest possible quality.The book is clearly divided into different body systems, which include bony, articular, ligamentous, muscular, nervous, and vascular system. A clear subdivision into subheadings makes it possible to quickly find the desired content. The multimedia approach of this book represents a unique selling point in the medical-therapeutic sector in the field of palpation. This new type of "living" book opens up completely new perspectives for readers when using it.Trainees and students will find here an optimal introduction for professional palpation; for already experienced physiotherapists it is an ideal reference book for tricky questions.Download the SN More Media app for free, scan a link with play button and access directly on your smartphone or tablet.

  • Save 14%
    by Stefan Muller-Stach
    £38.49

    Inspired by recent developments in dependent type theory and infinity categories, this book presents a history of ideas around the topics of truth, proof, equality and equivalence. Besides selected ideas of Platon, Aristoteles, Leibniz, Kant, Frege and others, the results of Gödel and Tarski on incompleteness, undecidability and truth in deductive systems and their semantic models are covered. The main focus of this textbook is on dependent type theory and its recent variant homotopy type theory. Such theories contain identity types, which give a new understanding of equality, symmetry, equivalence and isomorphism in a conceptual way. The interaction of type theory and infinity category theory yields a new paradigm for a structural view on mathematics. This supports the tendencies towards formalising mathematics with the help of proof assistants.This book was first published in German. The translation was done with the help of artificial intelligence. A subsequent human revision was done primarily in terms of content.

  • Save 15%
    by Ron Veen
    £42.49

    Discover the exciting new APIs introduced by Java's Project Loom. This quick guide covers all the essential concepts the Java developer needs in order to understand virtual threads, structured concurrency, and scoped values.Authors Ron Veen and David Vlijmincx clearly explain the superiority of virtual threads, introduced in Java 21, over the traditional Java threads of the past 25 years. Then they dive into how structured concurrency streamlines interactions by treating related threads as a unified unit of work, akin to the impact of structured programming on regular programming. From there, the authors explore the third Project Loom API and scoped values, clarifying their advantages over regular ThreadLocals and providing efficient usage insights. The book concludes with an exploration of common scheduling strategies.By the end of this book, you will have a solid understanding of the concepts behind Project Loom and will be able to immediately apply this knowledge to your own code .What You Will Learn Discover what virtual threads are, why they were created, and how to use them in your code Gain insight into how concurrency improves the observability of code Write your own StructuredTaskScopes tailored to your needs Understand why you should replace ThreadLocals with Scoped Values Know the different strategies for multithreaded computer programs

  • Save 14%
    by Sanjeev Pulapaka
    £38.49

    This is your guide book to Generative AI (GenAI) and its application in addressing real-world challenges within the public sector. The book addresses a range of topics from GenAI concepts and strategy to public sector use cases, architecture patterns, and implementation best practices. With a general background in technology and the public sector, you will be able to understand the concepts in this book.The book will help you develop a deeper understanding of GenAI and learn how GenAI differs from traditional AI. You will explore best practices such as prompt engineering, and fine-tuning, and architectural patterns such as Retrieval Augmented Generation (RAG). And you will discover specific nuances, considerations, and strategies for implementation in a public sector organization. You will understand how to apply these concepts in a public sector setting and address industry-specific challenges and problems by studying a variety of use cases included in the book in the areas of content generation, chatbots, summarization, and program management. What You Will Learn GenAI concepts and how GenAI differs from traditional AI/ML Prompt engineering, fine-tuning, RAG, and customizing foundation models Strategy, methodologies, and frameworks for the public sector Public sector use cases in the areas of content generation, summarization, and chatbots, plus program management, analytics, business intelligence, and reporting Architecture and design patterns Implementation, operations, and maintenance of GenAI applications Who This Book Is ForTechnology and business leaders in the public sector who are new to AI/ML and are keen on exploring and harnessing the potential of Generative AI in their respective organizations.

  • Save 15%
    by Armstrong Subero
    £46.49

    Are you tired of copying and pasting code into your embedded projects? Do you want to write your own code from scratch for microcontrollers and understand what your code is doing without all the frills and math? This book uses a practical approach to show you how to develop embedded systems with 8-bit PIC microcontrollers using the XC8 compiler.Written for those who want more than an Arduino, but less than the more complex microcontrollers on the market, this new edition is fully updated and covers embedded design principles such as foreground-background loops and event driven programming. Yoüll learn how to interface with things like Motors, PID loop control and writing a browser-based monitoring system! This book is heavy on code, schematics, and images and focuses less on the theoretical aspects of using microcontrollers.Coverage includes writing a display driver, using the DAC for a multitude of waveform generation techniques, and building 8-bit IoT systems, real time telemetry, a countdown timer, and new peripherals. These topics are important if you want to learn more about PIC microcontroller devices as a whole. You'll also see the advantage that MPLAB X offers by running on Windows, Mac and Linux environments. You don't need to be a command line expert to work with PIC microcontrollers, so you can focus less on setting up your environment and more on your application. If you want to move beyond the Arduino, Programming PIC Microcontrollers with XC8 is your complete guide to understanding modern PIC microcontrollers.What Yoüll Learn Set up the MPLAB X and XC8 compilers for microcontroller development Use GPIO and PPS Review EUSART and Software UART communications Use the eXtreme Low Power (XLP) options of PIC microcontrollers Explore wireless communications with WiFi and BluetoothWho This Book Is ForThose with basic electronic device and electronic equipment experience and some knowledge of the C programming and digital electronics. Also targeted towards students wanting a practical overview of microcontrollers outside of the classroom.

  • Save 14%
    by Ranadeep Reddy Palle
    £38.49

    This book will help you comprehend the impact of artificial intelligence (AI) on information security, data privacy, and data security.The book starts by explaining the basics and setting the goals for a complete understanding of how AI, Information Security, Data Privacy, and Data Security all connect. Then, it gives you important information about the basics of AI, machine learning, and deep learning in simple terms. It also talks about the ethics of using AI in privacy and security, making sure you understand the power and responsibility that come with AI. Next, it takes you through the complex world of information security and data privacy. It covers everything from the current state of security to how AI can detect threats and protect privacy. Additionally, it delves into ethical considerations to ensure the responsible use of AI in managing data privacy. Later chapters discuss strategies and future trends in using AI for data security, finding the right balance between security and privacy, and giving useful advice for organizations.In the end, this book examines the current landscape and foresees the future, underscoring the vital importance of maintaining a balance between innovation and privacy in AI-powered security.What you will learn:How AI is being used to detect and prevent cyberattacks in real-timeWhat are the AI-powered techniques for anonymizing and de-identifying data,What are the latest advancements in AI-powered privacy-enhancing technologies (PETs)How to find the right balance between security and privacyWho this book is for:Information security professionals, data scientists, and software developers seeking to gain an understanding of the latest trends and techniques in AI for information security

  • Save 15%
    by Jennifer Harder
    £46.49

    Digitally restore your old photos in Photoshop for print out or to use online as still photos. This first of two volumes will show you some of the basic techniques you can use in Photoshop to preserve or repair damaged family and historical photos.In today¿s digital world of smart phones and cameras, you can easily transfer your photos from phone to computer. However, occasionally yoüre left with an old or damaged version of the image and the uncertainty of how to fix them. Aided by the sound advice and tips from author Jennifer Harder, this book will show you how to do so with just a few basic corrections in Photoshop. Using healing tools, basic color correction tools, layer masks, and workspace commands to fill in missing gaps, yoüll be able to print out an unblemished picture or post it on your social media page.A Beginner¿s Guide to Digital Image Repair in Photoshop: Volume 1 provides the know-how to help preserve your family treasures.What You Will Learn Review scanner basics for digitizing your photos Use various ¿healing¿ and color adjustment tools in Photoshop for restoring photos See how custom selections and layer masks can be used in the photo restoration process Apply various workspaces to fill in missing details in an image or merge photosWho Is This Book ForUsers who want to learn how to repair old historical photos and slides for digital presentation or for print as well as those who are interested in basic animation.

  • Save 17%
    by Enzo Mondello
    £74.49

    This textbook provides a comprehensive introduction to portfolio management and investments. Focusing on four core areas ¿ portfolio management, equities, bonds, and derivatives ¿ it is primarily intended for undergraduate and graduate students alike. However, it will also benefit practitioners working in the fields of financial analysis and portfolio management and professionals who aspire to such professional activities in the financial industry. To ensure its high practical relevance, the book includes a host of case studies and examples from real-world practice, mainly from the German and Swiss financial markets. Additionally, the book shows how to implement the models in Microsoft Excel.

  • Save 13%
    by Sven Sommerlatte
    £30.49

  • Save 15%
    by Wolfgang Fraedrich
    £42.49 - 54.49

  • Save 16%
    by Norbert de Lange
    £58.49

    This textbook is intended to display a broad, methodological introduction to geoinformatics and geoinformation science. It deals with the recording, modeling, processing and analysis as well as presenting and distributing of geodata. As an integrated approach it is dedicated to the multidisciplinary application of methods and concepts of computer science to solve spatial tasks. First the reader receives an introduction to the approach and tasks of geoinformatics, basic concepts and general principles of information processing as well as essentials of computer science. Then this textbook focuses on the following topics: spatial reference systems, digital spatial data, interoperability of spatial data, visualization of spatial information, data organization and database systems, geoinformation systems, remote sensing and digital image processing.The result is a comprehensive manual for studies and practical applications in geoinformatics. It serves also as a basis to support and deepen methodological courses in geography, geology, geodesy and surveying as well as all environmental sciences. In this first English edition, the author has updated and significantly expanded the fourth German edition. New additions include the development of apps, graphical presentation on the web, geodata-bases and recent methods of classification. This book is based on the original German 4th edition Geoinformatik in Theorie und Praxis by Norbert de Lange, published by Springer-Verlag GmbH Germany, part of Springer Nature in 2020 and still presents the only integrated perspective on geoinformatics and geoinformation science. This book was translated with the help of artificial intelligence (machine translation by the service DeepL.com) first and then significantly revised with regard to technical terms and special topics of geoinformatics.

  • Save 16%
    by Hermann Rock
    £58.49

    With this book, Hermann Rock provides time-structured core negotiation strategies that can be immediately applied in practice. The author's expertise comes primarily from negotiations in the context of M&A transactions and management investments. However, the concepts presented are equally applicable to negotiations of financing, car purchase, lease or service contracts and thus universally applicable. Three (scientifically based) basic strategies are presented, which the reader can adapt to his or her specific negotiation situation. The examples chosen for illustration are concrete cases negotiated by the author himself. With the certainty of having understood the three basic strategies, the reader enters the negotiation with a positive basic mood and thus creates the basis for his negotiation success. Hermann Rock has successfully presented his strategies for negotiation management many times in lectures and magazines (Focus) and now presents them for the first time in book form as a consistent further development of the Harvard concept.

  • Save 15%
    by Stefania Loredana Nita
    £46.49

    Here is your in-depth guide to cryptography and cryptanalysis in Java. This book includes challenging cryptographic solutions that are implemented in Java 21 and Jakarta EE 11. It provides a robust introduction to Java 21's new features and updates, a roadmap for Jakarta EE 11 security mechanisms, a unique presentation of the "hot points" (advantages and disadvantages) from the Java Cryptography Architecture (JCA), a new chapter on Quantum cryptography, and more. The book dives into the classical simple cryptosystems that form the basis of modern cryptography, with fully working solutions (encryption/decryption operations). Pseudo-random generators are discussed as well as real-life implementations. Hash functions are covered along with practical cryptanalysis methods and attacks, asymmetric and symmetric encryption systems, signature and identification schemes.The book wraps up with a presentation of lattice-based cryptography and the NTRU framework library. Modern encryption schemes for cloud and big data environments (homomorphic encryption and searchable encryption) also are included. After reading and using this book, you will be proficient with crypto algorithms and know how to apply them to problems you may encounter.   New to This Edition: The modernized Second Edition is updated to reflect the latest language features in Java 21 and Jakarta 11, along with the introduction of a new chapter on Quantum Cryptography (Chapter 6). What You Will Learn Develop programming skills for writing cryptography algorithms in Java Dive into security schemes and modules using Java Explore "good" vs "bad" cryptography based on processing execution times and reliability Play with pseudo-random generators, hash functions, etc. Leverage lattice-based cryptography methods, the NTRU framework library, and more

  • Save 14%
    by Shivam R Solanki
    £38.49

    This book explains the field of Generative Artificial Intelligence (AI), focusing on its potential and applications, and aims to provide you with an understanding of the underlying principles, techniques, and practical use cases of Generative AI models.The book begins with an introduction to the foundations of Generative AI, including an overview of the field, its evolution, and its significance in today¿s AI landscape. It focuses on generative visual models, exploring the exciting field of transforming text into images and videos. A chapter covering text-to-video generation provides insights into synthesizing videos from textual descriptions, opening up new possibilities for creative content generation. A chapter covers generative audio models and prompt-to-audio synthesis using Text-to-Speech (TTS) techniques. Then the book switch gears to dive into generative text models, exploring the concepts of Large Language Models (LLMs), natural language generation (NLG), fine-tuning, prompt tuning, and reinforcement learning. The book explores techniques for fixing LLMs and making them grounded and indestructible, along with practical applications in enterprise-grade applications such as question answering, summarization, and knowledge-based generation.By the end of this book, you will understand Generative text, and audio and visual models, and have the knowledge and tools necessary to harness the creative and transformative capabilities of Generative AI. What You Will Learn What is Generative Artificial Intelligence? What are text-to-image synthesis techniques and conditional image generation? What is prompt-to-audio synthesis using Text-to-Speech (TTS) techniques? What are text-to-video models and how do you tune them? What are large language models, and how do you tune them? Who This Book Is ForThose with intermediate to advanced technical knowledge in artificial intelligence and machine learning

  • Save 15%
    by Dana Pylayeva
    £46.49

    Discover a groundbreaking approach to introducing DevSecOps. DevSecOps Adventures uses three innovative games to help you to maximize engagement in your training and transform learners¿ mindsets, turning even reluctant sceptics into supporters and advocates of the DevOps culture.The book¿s first coaching game uses LEGO, Chocolate, and role cards to explore the roles and interdependencies of Dev, Ops, and Security. Readers will experience Aha! moments, expand their individual roles, develop T-shaped skills, and experiment with changing organizational culture. The simulations depict an end-to-end product delivery process, highlighting bottlenecks in the value delivery flow. Additionally, the book is updated with two new games, "Fear in the Workplace" and "Safety in the Workplace" which provide insights into safety culture, drawing inspiration from the works of Ron Westrum, William Kahn, Amy C. Edmondson, and Dr. David Rock. Through open conversations, participants learn to identify signs of a fear-ridden culture and apply safety-enhancing practices to foster a culture of experimentation and learning.This Second Edition is enhanced with real-life examples and includes the insights from important State of DevOps reports. The updated ¿Key Takeaway¿ chapter and the new FAQ chapter prepare trainers to deliver an impactful learning experience. It serves as a facilitation guide for gamified experiential learning, provides ideas for effective debriefing, and helps readers relate the issues highlighted in the coaching games to similar challenges they may face in their organizations. What You Will Learn: Gain fundamental understanding of DevOps, DevSecOps, and Safety Culture. Develop the capability to prepare, facilitate, and effectively debrief these coaching games with your teams. Showcase how playfulness can help teams bring down a "wall of confusion" between the different functional silos. Who This Book Is ForProgrammers or system admins/project managers who are new to DevOps.DevOps trainers and Agile Coaches who are interested in offering a collaborative and engaging learning experience to their teams.

Join thousands of book lovers

Sign up to our newsletter and receive discounts and inspiration for your next reading experience.