Norges billigste bøker

Data og IT

Her finner du spennende bøker om Data og IT. Nedenfor er et flott utvalg på over 89.058 bøker om emnet.
Vis mer
Filter
Filter
Sorter etterSorter Populære
  • av Gerben Wierda
    869

  •  
    618,-

  • Spar 17%
    av Anna (Assistant Professor of Global Contemporary Media Greenspan
    295,-

  • av John Svazic
    458

    Tabletop exercises are a common way to test disaster recovery and business continuity plans, but they can also be some of the most dry and boring meetings any professional can attend. Following a set script with no variation can cause folks to lose interest and question the value of such exercises, even when they are required for compliance frameworks such as SOC2. What is a security professional to do? Simple-introduce variability by adding dice!Gamification isn't a new idea, but applying some principles of gamification to a traditional tabletop exercise can breathe new life into a potentially monotonous activity. This book covers how to build a gamified tabletop exercise from the ground up, and provides example exercises you can build upon for your own needs. Not only will participation improve, but you will have reusable exercises to work with as each walk-through can produce different results, helping to cover multiple outcomes when testing your recovery capabilities.By providing examples and a methodical approach on how to build gamification into a traditional tabletop, the goal is to provide a new perspective on tabletop exercises that should be more engaging for all participants, and thus more beneficial for everyone involved. Avoid the monotony and start practicing with realistic consequences for decisions with dice rolls! What You Will Learn Plan, build, and execute tabletop exercises with participants Understand and explain gamification benefits and how to add it to traditional tabletop exercises Understand why and how to introduce such concepts to a traditional tabletop exercise Get up to speed on the purpose of tabletop exercises as well as how to improve participation and retention of exercise participants Compile tips and tricks to help when encountering unexpected issues during tabletop exercises, from unexpected decisions to difficult participants Know tools and techniques, such as using mind maps, to help plan and build gamified tabletop exercises

  • av Charles Waghmare
    641,-

  • av Alex Libby
    525,-

    Leverage the power of Svelte to quickly produce the foundations of a framework-agnostic component library that can extend and develop over time. This is a project-oriented book that simplifies setting up the skeleton of the library and adding components, using little more than a text editor or free software. You'll gain a starting baseline that can be used to develop future projects or incorporated into an existing workflow. You'll take development to the next level and can use this knowledge to create components with any framework, such as React, Angular or Vue.js, not just Svelte. Developing Web Components with Svelte is an excellent resource for getting acquainted with creating and maintaining a component library using a phased approach. It takes the view that you don't have to create something complex and unwieldy. Instead, you can start building something quickly, then extend it as needs dictate over time, without sacrificing speed or features.You'll see how to develop cleaner components in a quick, clear and straightforward way. The components you create in this project can be made available for use in other frameworks such as React, Vue or Angular,  making them genuinely reusable. In short, Svelte offers plenty of opportunities as it is based on Node.js and JavaScript, which makes it a powerful package to use.This New Edition Includes:  New chapters covering  animation components, accessibility concerns and Theming Extensively updated content and documentation to support changes in Storybook  Extensively updated to the latest spec of Svelte  Reworked content and installation process for Storybook

  • Spar 10%
    av Vikas Sukhija
    698,-

    Create complex scripts in PowerShell and learn how to connect them to cloud services like Azure and Azure AD. This updated version of the book will help you learn PowerShell by providing small "cheat" snippets that you can combine to write efficient and effective scripts.New to the book: PowerShell 5 to PowerShell 7 upgrade throughout the text New code Snippets for AWS and other technologies. New Chapter on error reportingPowerShell Fast Track starts with the basics of PowerShell before moving on to discuss functions like date and logs, along with concepts such as inputs for your scripts. Author Vikas Sukhija then walks you through interactive input and Snapins modules, where you will learn GUI button prompts and how to import sessions. He'll then show you how to report errors through email and log errors to a text file. Reporting CSV (Comma Separate Value) is discussed next, followed by a demonstration of miscellaneous functions, including how to connect your PowerShell scripts with Azure, SharePoint, Teams and other services. As you progress further, you'll see how PowerShell provides powerful features for automation that can be leveragedfor managing your Teams workload. Finally, using practical examples, you will learn how to implement and create scripts for day-to-day usage.After reading this book, you will be able to hit the ground running and use PowerShell's powerful features in your own work.What You Will Learn: Utilize code Snippets to perform practical tasks Combine the code to create more complex scripts. Logging and reporting Connect to various products such as Exchange, SharePoint, Teams, and AzureADWho This Book Is For:System administrators

  • av Michele Galli
    458

    As companies want to innovate and stay competitive, product managers must be capable of understanding new market demands, leveraging technology, and aligning product strategies with business goals. This book is designed for both aspiring and seasoned product managers covering the entire product management lifecycle, from ideation and user research to development, to launch, and continuous improvement.In today's technology-driven market, the role of a product manager has never been more crucial. This book emphasizes practical applications and real-world examples, offering actionable insights and addresses the evolving world of product management, including the impact of new technologies and methodologies. By blending theory with practice, Navigating the Product Galaxy provides you with the tools they need to succeed in a dynamic environment.You will: Create an inspiring vision and strategic roadmap. Leverage user research and product metrics. Understand the best approaches to plan, launch, and iterate on your product. Generate growth and improve conversion rates. Apply methods for continuous learning and staying ahead in the industry

  • av Jaleh Afshar
    713,-

    Meet the creative minds shaping our world in Chief Design Officers At Work, the captivating new addition to the acclaimed At Work series from Apress. Explore the realm of design management, unveiling unique perspectives, strategies, and innovative approaches to building businesses with design in mind.Through a collection of insightful interviews, gain an illuminating glimpse into the daily lives, challenges, and triumphs of prominent design executives from various industries, spanning zero-to-one products to established brands. Each of these design experts have played a pivotal role in shaping design-driven approaches, leading to groundbreaking industry evolutions and market disruption. The remarkable stories and insights from these visionaries reveal how design-led thinking can be a powerful catalyst for driving bottom line success. From building user-centric products to creating cohesive brand experiences, these design leaders demonstrate the transformative impact design can have on business outcomes.Readers who are design practitioners, launching their own startup, revitalizing an existing product, or established executives will find invaluable lessons and inspiration within these pages. What You Will LearnHow design leaders navigate complex business landscapes to craft compelling user experiences and brand strategiesValuable insights and practical advice that can elevate their own practiceHow to make a lasting impact in your industry as a designer

  • av Tom Taulli
    655,-

  • av Dr. Lampis Alevizos
    655,-

  • Spar 12%
    av Iuliana Cosmina
    930,-

    Write your first code in Java 23 using simple, step-by-step examples that model real-word objects and events, making learning easy. With this book you will be able to pick up core programming concepts without fuss and write efficient Java code in no time. Clear code descriptions, and layout ensure you get your code running as soon as possible. Author Iuliana Cosmina focuses on practical knowledge and getting you up to speed quickly-all the bits and pieces a novice needs to get started programming in Java. In this edition, you will discover how Java has changed since version 17, and how to design and write code using the most recently introduced Java features such as new collection methods, virtual threads, pattern and record matching in switch expressions, structured concurrency tasks, unnamed classes and instance methods and many more.This book is a complete Java guide, covering the following topics: setting up a development environment, programming concepts and well-known programming principles, writing Java code following industry-specific design patterns and coding conventions, executing it, debugging, testing, documenting it and even using specialized tools such as IntelliJ IDEA for writing Java code, Maven for building, JUnit Jupiter for testing, VisualVM for monitoring. After reading this book, you'll have all the necessary skills and knowledge to pass an interview for a starting Java development position.What You Will Learn Set up a Java development environment Use the Java language to write high-quality code Understand fundamental programming concepts and algorithms Use virtual threads, records, and other Java renown features Debug, test, and document Java code Improve performance by customizing the JVM

  • Spar 12%
     
    930,-

    This 2-volume set CCIS 2387 + 2388 constitutes the proceedings of the Second International Conference on Applied Intelligence, ICAI 2024, held in Zhengzhou, China, during November 22-25, 2024. The 72 full papers presented in this proceedings were carefully reviewed and selected from 228 submissions.

  • Spar 12%
     
    930,-

    This 2-volume set CCIS 2387 + 2388 constitutes the proceedings of the Second International Conference on Applied Intelligence, ICAI 2024, held in Zhengzhou, China, during November 22-25, 2024. The 72 full papers presented in this proceedings were carefully reviewed and selected from 228 submissions.

  • Spar 14%
     
    1 335,-

    This book highlights the state of the art of machine learning applied to the science of gravitational waves. The main topics of the book range from the search for astrophysical gravitational wave signals to noise suppression techniques and control systems using machine learning-based algorithms. During the four years of work in the COST Action CA17137-A network for Gravitational Waves, Geophysics and Machine Learning (G2net), the collaboration produced several original publications as well as tutorials and lectures in the training schools we organized. The book encapsulates the immense amount of finding and achievements.It is a timely reference for young researchers approaching the analysis of data from gravitational wave experiments, with alternative approaches based on the use of artificial intelligence techniques.

  • Spar 15%
     
    1 798

    This book extensively investigates the dynamic relationship between information technology and societal transformation. The book explores a range of applied IT uses, ranging from educational technology to the complex applications of cybersecurity, the promise of blockchain technologies, e-commerce and rural development, and social media and its applications in political activism.Investigating key topics in social development and the role information technology plays in elevating our lives, the book navigates this ever-changing landscape of technological innovation to determine how it can be a source for good and improve our lives by driving positive social change.While focusing on the practical application of technology to real-world situations, examples, and cases, the book primarily focuses on educational development, entrepreneurship, sociopolitical transformation, and the security and defence of society. Collectively, these explorations serve to better highlight how technology can be harnessed in the creation of a more inclusive and equitable society. Hence, the book will be a useful read for students, academics, policymakers, business and social investors.

  • av Keisuke Fujii
    583,-

    This open access book provides cutting-edge work on machine learning in sports analytics, emphasizing the integration of computer vision, data analytics, and machine learning to redefine strategic sports analysis. This book not only covers the essential methodologies of capturing and analyzing real sports data but also pioneers the integration of real-world analytics with digital modeling, advancing the field toward sophisticated digital modeling in sports.Through a seamless blend of theoretical frameworks and practical applications, the book illustrates how these integrated technologies can be utilized to predict, evaluate, and suggest next plays in sports. By leveraging the power of machine learning, the book presents cutting-edge approaches to sports analytics, where data from actual games is enhanced with predictive simulations for strategic planning and decision-making. The use of digital modeling in sports opens up new dimensions of interaction between the physical play and its digital analysis, offering a comprehensive understanding that was previously unattainable.This book is an essential read for postgraduates, researchers, and technologists, who are interested in sports analysts. The book consists of five parts: Part I, which comprises a single chapter exploring the fundamentals and scope of learning-based sports analytics; Parts II, III, IV, and V review the various aspects of this field, including data acquisition with computer vision, predictive analysis and play evaluation with machine learning, potential play evaluation with learning-based agent modeling, and future perspectives and ecosystems on the field. This structure provides a comprehensive overview that will engage and inform researchers and practitioners interested in the intersection of analytical research and cutting-edge technology in sports.

  • Spar 12%
     
    814,-

    "This book constitutes the refereed proceedings of the 12th CCF Conference on BigData 2024, which took place in Qingdao, China, in August 2024" to "This book constitutes the refereed proceedings of the 12th CCF Conference on BigData 2024, which took place in Qingdao, China, during 9-11 August, 2024. The 26 full papers presented in this volume were carefully reviewed and selected from 219 submissions. The topics of accepted papers include Big data, Data Science, System Architecture and Infrastructure, Storage Management, Parallel Computing, Analysis Mining and Intelligent Computing, Collection and Preprocessing, Governance.

  •  
    641,-

    This book constitutes the refereed proceedings of the Third International Workshop on Applications of Medical Artificial Intelligence, AMAI 2024, held in conjunction with MICCAI 2024, in Marrakesh, Morocco on October 6th, 2024.The volume includes 24 papers which were carefully reviewed and selected from 59 submissions. The AMAI 2024 workshop created a forum to bring together researchers, clinicians, domain experts, AI practitioners, industry representatives, and students to investigate and discuss various challenges and opportunities related to applications of medical AI.

  • Spar 14%
  • Spar 15%
     
    1 451,-

  • Spar 12%
     
    814,-

    This book constitutes the refereed revised selected papers of the 11th Latin American Conference on High Performance Computing, CARLA 2024, held in Santiago de Chile, Chile, during September 30-October 4, 2024.The 21 full papers included in this book were carefully reviewed and selected from 42 submissions. They were organized in topical sections as follows: High Performance Computing Track; Artificial Intelligence at HPC Scale Track; High Performance Computing Applications Track.

  • Spar 11%
     
    756,-

    This book constitutes the refereed proceedings of the 15th International Conference on Optimization and Applications, OPTIMA 2024, held in Petrovac, Montenegro, during September 16-20, 2024.The 24 full papers presented in this volume were carefully reviewed and selected from 60 submissions. They are grouped into the following topics: Mathematical Programming; Global Optimization; Optimal Control; Game Theory and Mathematical Economics; Optimization in Economics and Finance; and Applications.

Gjør som tusenvis av andre bokelskere

Abonner på vårt nyhetsbrev og få rabatter og inspirasjon til din neste leseopplevelse.