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
  • - Talk and act like a software architect in one weekend
    av Stephane Eyskens
    473,-

    The literature on software architecture is undefined and vast, and requires a lot of effort to master. Written by the best-selling author of The Azure Cloud Native Mapbook Stephane Eyskens, this quick start guide will help you understand software architecture in a pragmatic way using real-world scenarios and helpful examples.

  • - Accelerate and scale real-time analytics solutions using the Apache Spark-based analytics service
    av Phani Raj
    679,-

    The Azure Databricks Cookbook shows you how to work with the latest as well as older versions of Apache Spark and integrate with various Azure resources for orchestrating, deploying, and monitoring big data solutions. You'll use Azure Databricks to build end-to-end solutions and address challenges in securing, productionizing, and monitoring them.

  • Spar 15%
    - The Guide to Finding and Reporting Web Vulnerabilities
    av Vickie Li
    579,-

    Bug bounty programmes are company-sponsored programmes that invite researchers to search for vulnerabilities on their applications and reward them for their findings. This book is designed to help beginners with little to no security experience learn web hacking, find bugs, and stay competitive in this booming and lucrative industry. You''ll learn how to hack mobile apps, find vulnerabilities in APIs, and automate your hacking process. By the end of the book, you''ll have learned the tools and techniques necessary to be a competent web hacker and find bugs on a bug bounty programme.

  • - Improving the User Experience Through Animation
    av Val Head
    605,-

    Effective interface animation deftly combines form and function to improve feedback, aid in orientation, direct attention, show causality, and express your brands personality. Designing Interface Animation shows you how to create web animation that balances purpose and style while blending seamlessly into the users experience. This book is a crash course in motion design theory and practice for web designers, UX professionals, and front-end developers alike.

  • - How to Uncover Compelling Insights
    av Steve Portigal
    490 - 664,-

    Interviewing is a foundational user research tool that people assume they already possess. Everyone can ask questions, right? Unfortunately, that's not the case. Interviewing Users provides invaluable interviewing techniques and tools that enable you to conduct informative interviews with anyone. You'll move from simply gathering data to uncovering powerful insights about people.

  • - Master OOP by Building Games and GUIs
    av Irv Kalb
    579,-

    Power up your Python with object-oriented programming and learn how to write powerful, efficient, and re-usable code.Object-Oriented Python is an intuitive and thorough guide to mastering object-oriented programming from the ground up. You’ll cover the basics of building classes and creating objects, and put theory into practice using the pygame package with clear examples that help visualize the object-oriented style. You’ll explore the key concepts of object-oriented programming — encapsulation, polymorphism, and inheritance — and learn not just how to code with objects, but the absolute best practices for doing so. Finally, you’ll bring it all together by building a complex video game, complete with full animations and sounds. The book covers two fully functional Python code packages that will speed up development of graphical user interface (GUI)  programs in Python.

  • Spar 30%
    av Cynthia Snyder Dionisio
    247,-

    Blow past the jargon and get hands-on, practical guidance on managing any project with Microsoft ProjectLean. Agile. Hybrid. It seems that project management these days comes with more confusing buzzwords than ever. But you can make managing your next project simple and straightforward with help from Microsoft Project For Dummies.This book unpacks Microsoft's bestselling project management platform and walks you through every important feature, step-by-step, until you're ready to take on virtually any project, no matter the size. From getting set up for the first time to creating tasks, managing resources and working with time management features, you'll learn everything you need to know about managing a project in Microsoft's iconic software.You'll also find:* Totally updated guidance that applies to both the desktop version and Microsoft's new subscription-based Microsoft Project Online* Helpful information on integrating Agile practices and techniques into your project* "Golden rules" that keep a project on-track and on-time* Ways to effectively manage your resources with Microsoft Project's built-in functionalityManaging a project, big or small, is no easy task. Luckily, Microsoft Project For Dummies can take a lot of the hassle out of your day-to-day life. Learn how to take advantage of this powerful software today!

  • Spar 23%
    av Michael Alexander
    490,-

    Your personal, hands-on guide to the latest and most useful features in Microsoft Excel 365Excel 365 is Microsoft's latest cloud-based version of its world-famous spreadsheet app. Powerful and user-friendly, it's an ideal solution for businesses and people looking to make sense of--and draw intelligence from--their data.The Excel 365 Bible carries over the best content from the best-selling Excel 2019 Bible while reflecting how a new generation uses Excel in Excel 365. The authoring team with their decades of Excel and business intelligence experience and recognition from the Excel community as Excel MVPs delivers an accessible and authoritative roadmap to Excel 365. Interested in the basics? You'll learn to create spreadsheets and workbooks and navigate the user interface. If you're ready for more advanced topics you can skip right to the material on creating visualizations, crafting custom functions, and using Visual Basic for Applications to script automations.You'll also get:* Over 900 pages of powerful tips, tricks, and strategies to unlock the full potential of Microsoft Excel 365* Guidance on how to import, manage, and analyze large amounts of data* Advice on how to craft predictions and "What-If Analyses" based on data you already havePerfect for anyone new to Excel, as well as experts and advanced users, the Excel 365 Bible is your comprehensive, go-to guide for everything you need to know about the world's most popular, easy-to-use spreadsheet software.

  • - Based on BABOK v3
    av Amit Lingarchani
    266,-

  • Spar 10%
    av Micky Neilson
    444

    To celebrate Blizzard's 30th anniversary, a gorgeous retrospective on artistry at Blizzard and the impact the studio has left emblazoned on gaming history.

  • av Jack D. Hidary
    467

    This book integrates the foundations of quantum computing with a hands-on coding approach to this emerging field; Part II walks through the canon of quantum computing algorithms and provides code on a range of quantum computing methods in current use.

  • - How Paddy Power's Billion-Euro Bet Changed Gambling Forever
    av Aaron Rogan
    160,-

    From cheeky high-street bookmaker to billion-dollar business: the incredible story behind Paddy Power's unstoppable rise.

  • - Optimize Your Front-end Development with Components, Storybook, and Mise en Place Philosophy
    av Ryan Lanciaux
    419

    Learn how to build front-end applications that can help you ship applications faster with fewer defects. Many software projects fail because they are not planned well, or lack organization. Applying strategies from other industries can help you create better software. This book explores the "e;mise en place"e; technique from cooking and reveals how you can apply it to the art of creating software.In many professional kitchens, the work of preparing a meal is divided and performed in workstations to help create the whole. You'll review the philosophy behind this and see how to leverage this approach in your code. You'll also learn to visualize your applications as a series of components and build parts of your application in isolation - just like a professional chef crafting each part of the meal.The book describes to how to structure your code base for reuse, and how to communicate the code's intent to other developers. You'll develop your components in isolation and test these building blocks for quality at a granular level. Then compose these components as building blocks in increasingly complicated features. Finally, you'll apply some strategies not directly related to code to ensure maximum quality and efficiency.With Modern Front-end Architecture, developers of all levels will learn strategies that they and their teams can leverage to be more productive. What You'll LearnStructure an application as a series of componentsBuild a component library that others in an organization can leverageEnsure quality and accessibility at a component level rather than a page or app levelTest code in a way that gives the maximum amount of confidence while providing an excellent developer experienceAutomate repeatable tasksWho This Book Is For Front end developers looking to maximize their code for reuse, quality, and shipping features quickly. Experienced developers will pick up new techniques that they can apply to their code base. Less experienced developers will be able to start applications off on the right foot.

  • av Eugene Kawamoto, Harshida Patel, Thiyagarajan Arumugam & m.fl.
    589,-

  • - Build modern web apps by exploring Angular 12 with 10 different projects and cutting-edge technologies, 2nd Edition
    av Aristeidis Bampakos
    880,-

    This Angular book will help you learn the essential features of the Angular framework by creating ten different real-world web applications. By the end of this book, you will be able to build Angular apps using a wide variety of technologies.

  • - The Complete Guide for Beginners, Intermediate and Advanced Detailed Strategies To Master Swift Programming
    av Mg Martin
    328,-

  • av Yves Hilpisch
    579,-

    Nowadays, finance, mathematics, and programming are intrinsically linked. This book provides the relevant foundations of each discipline to give you the major tools you need to get started in the world of computational finance.Using an approach where mathematical concepts provide the common background against which financial ideas and programming techniques are learned, this practical guide teaches you the basics of financial economics. Written by the best-selling author of Python for Finance, Yves Hilpisch, Financial Theory with Python explains financial, mathematical, and Python programming concepts in an integrative manner so that the interdisciplinary concepts reinforce each other.Draw upon mathematics to learn the foundations of financial theory and Python programmingLearn about financial theory, financial data modeling, and the use of Python for computational financeLeverage simple economic models to better understand basic notions of finance and Python programming conceptsUse both static and dynamic financial modeling to address fundamental problems in finance, such as pricing, decision-making, equilibrium, and asset allocationLearn the basics of Python packages useful for financial modeling, such as NumPy, pandas, Matplotlib, and SymPy

  • - Learn the secrets to master Bitcoin Crypto Trading Mindset Staking Stablecoins Secure Wallet Winning Strategies Tips & Tricks
    av Evolutpress Francis Flobert
    157,-

  • - Basic Fundamental Guide for Beginners
    av Mg Martin
    154,-

  • - Basic Fundamental Guide for Beginners
    av Mg Martin
    192,-

  • - Select, Implement, and Use Today's Advanced Business Systems
    av Marianne Bradford
    1 311,-

    Modern ERP provides a comprehensive overview of enterprise resource planning (ERP) systems and related systems and technologies and can be used in an undergraduate or graduate information systems or supply chain course. The book is also useful and practical for professionals interested in learning more about ERP systems. This 4th edition continues to be vendor-agnostic and has been substantially revised to keep pace with technological advances and current research in ERP. Modern ERP begins with an introduction to ERP, followed by ERP technology, business process reengineering (BPR), and process mapping. Also discussed is the myriad of activities involved in planning for and implementing ERP systems and the functionality included in ERP such as financial management, sales and order fulfillment, supply chain, and human capital management. The book concludes with ERP security and business analytics. Innovative graphics and screenshots of ERP, CRM, and business analytics software have been included in the text to facilitate the learning process.

  • - The Art of Performing Sound for Film, Games, and Animation
    av Vanessa Theme Ament
    542 - 2 146,-

  • - The Agile Way to Quality
    av Manfred Baumgartner
    859,-

  • av Jurgen Jung
    709,-

    This textbook provides a hands-on introduction to enterprise architecture management.

  • Spar 20%
    - A Hands-on Introduction to Breaking In
    av Daniel Graham
    509

    A hands-on guide to hacking computer systems from the ground up, from capturing traffic to crafting sneaky, successful trojans.A crash course in modern hacking techniques, Ethical Hacking is already being used to prepare the next generation of offensive security experts. In its many hands-on labs, you’ll explore crucial skills for any aspiring penetration tester, security researcher, or malware analyst. You’ll begin with the basics: capturing a victim’s network traffic with an ARP spoofing attack and then viewing it in Wireshark. From there, you’ll deploy reverse shells that let you remotely run commands on a victim’s computer, encrypt files by writing your own ransomware in Python, and fake emails like the ones used in phishing attacks. In advanced chapters, you’ll learn how to fuzz for new vulnerabilities, craft trojans and rootkits, exploit websites with SQL injection, and escalate your privileges to extract credentials, which you’ll use to traverse a private network. You’ll work with a wide range of professional penetration testing tools—and learn to write your own tools in Python—as you practice tasks like: Deploying the Metasploit framework’s reverse shells and embedding them in innocent-seeming filesCapturing passwords in a corporate Windows network using MimikatzScanning (almost) every device on the internet to find potential victimsInstalling Linux rootkits that modify a victim’s operating systemPerforming advanced Cross-Site Scripting (XSS) attacks that execute sophisticated JavaScript payloads Along the way, you’ll gain a foundation in the relevant computing technologies. Discover how advanced fuzzers work behind the scenes, learn how internet traffic gets encrypted, explore the inner mechanisms of nation-state malware like Drovorub, and much more. Developed with feedback from cybersecurity students, Ethical Hacking addresses contemporary issues in the field not often covered in other books and will prepare you for a career in penetration testing. Most importantly, you’ll be able to think like an ethical hacker⁠: someone who can carefully analyze systems and creatively gain access to them.

Gjør som tusenvis av andre bokelskere

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