Mostrando 6,481 - 6,500 Resultados de 8,491 Para Buscar '"The Real World"', tiempo de consulta: 0.30s Limitar resultados
  1. 6481
    Publicado 2016
    Tabla de Contenidos: “…-- Android local data storage techniques -- Shared preferences -- SQLite databases -- Internal storage -- External storage -- Shared preferences -- Real world application demo -- SQLite databases -- Internal storage -- External storage -- User dictionary cache -- Insecure data storage - NoSQL database -- NoSQL demo application functionality -- Backup techniques…”
    Libro electrónico
  2. 6482
    Publicado 2016
    “…All pronouncements are fully explained in detail, including terminology, and practice exercises demonstrate real-world application. Each chapter includes a discussion of perspectives and issues, sources of GAAP, definitions, concepts, rules, and examples, with specific appendices where applicable. …”
    Libro electrónico
  3. 6483
    Publicado 2023
    “…To hone your programming skills, each chapter has a simulated real-world project that'll enable you to apply the skills you've learned. …”
    Libro electrónico
  4. 6484
    por Nomani, Qamar
    Publicado 2024
    Tabla de Contenidos: “…-- The role of CTI in vulnerability and patch management -- CTI integration/feeds into CSPM tools -- Example use case -- Case studies and real-world examples -- Operational challenges -- Summary -- Further reading -- Chapter 14: Compliance Management and Governance -- Compliance management and governance overview -- Compliance management -- Governance -- Compliance versus governance - Distinctions and interconnections -- Why are compliance and governance crucial in cloud security? …”
    Libro electrónico
  5. 6485
    Publicado 2013
    “…Through a fundamental balance between theory and applications, the book supplies readers with an accessible approach to financial econometric models and their applications to real-world empirical research. The author supplies a hands-on introduction to the analysis of financial data using the freely available R software package and case studies to illustrate actual implementations of the discussed methods. …”
    Libro electrónico
  6. 6486
    por Saltzman, Marc
    Publicado 2024
    “…It fuses virtual reality, where you're completely immersed in a 360-degree digital space, with augmented reality, which lets you see the real world around you, but augmented (or enhanced) with digital information superimposed on top. …”
    Libro electrónico
  7. 6487
    Publicado 2024
    “…Elevate your mobile app development skills using reusable software development methodologies and code design principles, leveraging proven strategies from industry experts who have fostered thriving developer communities Key Features Cover code structure, app architecture, testing, performance optimization, error handling, and more Get hands on with code examples and exercises to apply design patterns and best practices in real-world scenarios Leverage the intricacies of the Flutter framework to build better apps for your clients Purchase of the print or Kindle book includes a free PDF eBook Book Description Flutter's rapid adoption by developers and businesses alike has led to an increased demand for skilled developers who can deliver high-quality Flutter apps. …”
    Libro electrónico
  8. 6488
    Publicado 2023
    “…Unlock the true potential of software testing to achieve seamless software performance with this comprehensive guide Key Features Gain a solid understanding of software testing and master its multifaceted strategies Empower yourself to effectively overcome software testing challenges Develop actionable real-world testing skills for succeeding in any role Purchase of the print or Kindle book includes a free PDF eBook Book Description Software Testing Strategies covers a wide range of topics in the field of software testing, providing practical insights and strategies for professionals at every level. …”
    Libro electrónico
  9. 6489
    Publicado 2023
    “…Get started with Drupal 10 using this comprehensive guide for beginners and learn key concepts such as building, installing, maintaining, managing content, and advanced topics through real-world examples and use cases Key Features Explore Drupal 10 concepts in depth and discover how you can engage with the Drupal open-source community Build Drupal applications with powerful features such as structured content, media, views, and displays Learn how to create modules and themes with metadata, hooks, and Drupal's customization plugins Purchase of the print or Kindle book includes a free PDF eBook Book Description Learning Drupal can be challenging because of its robust, extensible, and powerful capability for digital experiences, making it difficult for beginners to grasp and use it for application development. …”
    Libro electrónico
  10. 6490
    Publicado 2024
    Tabla de Contenidos: “…Ethical and Social Issues in Information Systems -- Chapter-Opening Case: Apps That Track: A Double-Edged Sword -- 4-1 Identify the ethical, social, and political issues raised by information systems -- A Model for Thinking about Ethical, Social, and Political Issues -- Five Moral Dimensions of the Information Age -- Key Technology Trends that Raise Ethical Issues -- 4-2 Describe principles for conduct that can be used to guide ethical decisions -- Basic Concepts: Responsibility, Accountability, Liability, and Due Process -- Ethical Analysis -- Ethical Principles -- Professional Codes of Conduct -- Some Real- World Ethical Dilemmas -- 4-3 Explain how contemporary information systems technologies and the Internet pose challenges to the protection of individual privacy and intellectual property. -- Information Rights: Privacy and Freedom in the Internet Age -- Property Rights: Intellectual Property -- 4-4 Discuss the issues that contemporary information systems raise with respect to system quality, accountability and control, and the quality of everyday life. -- System Quality: Data Quality and System Errors…”
    Libro electrónico
  11. 6491
    Publicado 2024
    “…In this book each attack vector is dissected with detailed explanations, real-world examples, countermeasures…”
    Libro electrónico
  12. 6492
    Publicado 2017
    “…Over 80 effective recipes to help you solve real-world Microsoft Dynamics 365 for Finance and Operations development problems About This Book Learn all about the enhanced functionalities of Dynamics 365 for Finance and Operations and master development best practices Develop powerful projects using new tools and features Work through easy-to-understand recipes with step-by-step instructions and useful screenshots Who This Book Is For If you are a Dynamics AX developer primarily focused on delivering time-proven applications, then this book is for you. …”
    Libro electrónico
  13. 6493
    Publicado 2009
    “…They'll learn about key features with real world examples of how and when features should be used, including what's new in After Effects CS4: the addition of Imagineer System’s Mocha for Adobe After Effects, which allows users to do motion tracking for difficult shots; the ability to export rich media compositions from After Effects to Adobe Flash; searchable timelines and projects, plus easier composition navigation; the ability to import Photoshop 3D layers; independent keyframing of X, Y, and Z axis positions; the new Cartoon effect for creating an animated look to live footage; and many more enhancements…”
    Libro electrónico
  14. 6494
    Publicado 2023
    “…He also offers you real-world tested methods you can apply to any programming language. …”
    Libro electrónico
  15. 6495
    por Hahn, Marcelo Guerra
    Publicado 2023
    Tabla de Contenidos: “…Singleton -- Factory -- Adapter -- Composite -- Observer -- Command -- Applying design patterns -- The problem -- Trade-offs -- Systemwide impact -- Users -- Using domain-driven design -- An example of a real-world project -- Summary -- Questions -- Further reading -- Chapter 12: Incorporating Design Patterns in C++ Applications -- Technical requirements -- Design patterns in game development -- The singleton pattern -- The factory pattern -- The flyway pattern -- Design patterns in data-intensive applications -- The proxy pattern -- The decorator pattern -- The iterator pattern -- Design patterns in enterprise applications -- SOA -- Summary -- Questions -- Further reading -- Chapter 13: Networking and Security -- Technical requirements -- Introduction to networks, the OSI model, and network programming using sockets -- The OSI model -- Network applications under the hood -- Programming network applications using sockets -- Understanding network protocols -- Designing an echo server -- Securing applications -- Securing network applications -- Summary -- Questions -- Further reading -- Chapter 14: Debugging and Testing -- Technical requirements -- Understanding the root cause of an issue -- RCA overview -- Prevention is better than cure - good coding behavior -- The uninitialized variable problem -- Side effects in compound expressions -- Mixed signed and unsigned problems -- Order of evaluation problem -- Compile-time checking versus runtime checking -- Avoiding memory leaks -- Debugging programs -- Tools for debugging a C/C++ program -- GDB overview -- Examples of GDB -- Setting breakpoints and inspection variable values -- Practical debugging strategies -- Static and dynamic analysis -- Static analysis -- Dynamic analysis -- Testing, TDD, and BDD -- Unit testing -- TDD -- BDD -- Summary -- Further reading…”
    Libro electrónico
  16. 6496
    Publicado 2023
    “…Explore expert tips and techniques to effectively manage the security, compliance, and identity features within your Microsoft 365 applications Purchase of the print or Kindle book includes a free PDF eBook Key Features Discover techniques to reap the full potential of Microsoft security and compliance suite Explore a range of strategies for effective security and compliance Gain practical knowledge to resolve real-world challenges Book Description The Microsoft 365 Security, Compliance, and Identity Administration is designed to help you manage, implement, and monitor security and compliance solutions for Microsoft 365 environments. …”
    Libro electrónico
  17. 6497
    Publicado 2023
    “…The second edition of this book remains dedicated to its original goal of helping you master the fundamentals of game design in a practical manner with the addition of some of the latest trends in game design and a whole lot of fresh, real-world examples from games of the current generation. …”
    Libro electrónico
  18. 6498
    Publicado 2024
    “…Working through a series of real-world editing projects, crafting realistic brand mockups and traditional marketing collateral, you'll learn robust methods for building social media assets in Photoshop, from images to animated GIFs and videos. …”
    Libro electrónico
  19. 6499
    Publicado 2024
    “…Become an expert at developing, designing, and managing intelligent automation solutions in Blue Prism Key Features Learn how to develop and design complex IPA solutions in Blue Prism Leverage machine learning to accelerate productions running at high scale and volume Discover how development in IA differs from RPA while working on real-world IA use cases Purchase of the print or Kindle book includes a free PDF eBook Book Description Intelligent Automation (IA) stands out as an impactful enterprise technology, shaping the future of work. …”
    Libro electrónico
  20. 6500
    por Cohen, Martin
    Publicado 2024
    Tabla de Contenidos: “…Using maps and charts in the real world -- Appreciating the different styles of concept charts and mind maps -- Adding movement to your diagrams by drawing flowcharts -- Considering Other Thinking Tools -- Emptying your head with a dump list -- Sifting for gold: Summarizing -- Conjuring up ideas with brainstorming -- Ascending the heights: Meta-thinking -- Trying out triangulation -- Real-life triangles -- Denzin's three-sided methods -- Answers to Chapter 7's Exercises -- The plant problem -- Summarizing exercise -- Chapter 8 Constructing Knowledge: Information Hierarchies -- Building the Knowledge Pyramid -- Viewing the connections between data and information -- Joining the (data) dots to create information -- Social media sifting disinformation -- Birdwatch -- Watching for errors and biases -- Turning the Knowledge Hierarchy Upside Down -- Thinking critically with Benjamin Bloom -- Meeting Bloom's Taxonomy -- Making knowledge flow upwards -- Thinking creatively with Calvin Taylor -- Maintaining Motivation: Knowledge, Skills, and Mindsets -- Feeling your way to academic success! …”
    Libro electrónico