Mostrando 52,581 - 52,600 Resultados de 53,879 Para Buscar 'NPBL~', tiempo de consulta: 0.89s Limitar resultados
  1. 52581
    Publicado 2018
    “…Learn and use the design patterns and best practices in Spring to solve common design problems and build user-friendly microservices Key Features Study the benefits of using the right design pattern in your toolkit Manage your code easily with Spring's dependency injection pattern Explore the features of Docker and Mesos to build successful microservices Book Description Getting Started with Spring Microservices begins with an overview of the Spring Framework 5.0, its design patterns, and its guidelines that enable you to implement responsive microservices at scale. …”
    Libro electrónico
  2. 52582
    Publicado 2021
    “…Advance your career as an information security professional by turning theory into robust solutions to secure your organizationKey FeaturesConvert the theory of your security certifications into actionable changes to secure your organizationDiscover how to structure policies and procedures in order to operationalize your organization's information security strategyLearn how to achieve security goals in your organization and reduce software riskBook DescriptionInformation security and risk management best practices enable professionals to plan, implement, measure, and test their organization's systems and ensure that they're adequately protected against threats. …”
    Libro electrónico
  3. 52583
    Publicado 2021
    “…By the end of this book, you'll be able to use Postman to set up and run API tests for any API that you are working with. …”
    Libro electrónico
  4. 52584
    Publicado 2019
    “…Description Cloud AutoML is a suite of machine learning products that enables developers with limited machine learning expertise to train high-quality models specific to their business needs. …”
    Video
  5. 52585
    Publicado 2017
    “…Joe Pulizzi and Robert Rose of the Content Marketing Institute show how leading companies are able sell the very content that propels their marketing strategy. …”
    Libro electrónico
  6. 52586
    Publicado 2019
    “…Specifically, you’ll learn the basics of the following topics: protocols and reference models, network devices, network topologies, network services, WAN technologies, cables and connectors, Ethernet switches, wireless networking, network addressing, routing, unified communications, cloud and virtualization, network security, network monitoring and management, high availability, and quality of service. …”
    Video
  7. 52587
    Publicado 2018
    “…We will learn how to use image processing libraries such as PIL, scikit-mage, and scipy ndimage in Python. This book will enable us to write code snippets in Python 3 and quickly implement complex image processing algorithms such as image enhancement, filtering, segmentation, object detection, and classification. …”
    Libro electrónico
  8. 52588
    Publicado 2018
    “…Since Ripple is currency agnostic, it can enable the transfer of value in USD, EUR, and any other currency. …”
    Libro electrónico
  9. 52589
    Publicado 2018
    “…What you will learn Structure a GAN architecture in pseudocode Understand the common architecture for each of the GAN models you will build Implement different GAN architectures in TensorFlow and Keras Use different datasets to enable neural network functionality in GAN models Combine different GAN models and learn how to fine-tune them Produce a model that can take 2D images and produce 3D models Develop a GAN to do style transfer with Pix2Pix Who this book is for This book is for data scientists, machine learning developers, and deep learning practitioners looking for a quick reference to tackle challenges and tasks in the GAN domain. …”
    Libro electrónico
  10. 52590
    Publicado 2022
    Tabla de Contenidos: “…Redo and Undo -- 10. Database Tables -- 11. Indexes -- 12. Datatypes -- 13. Partitioning -- 14. …”
    Libro electrónico
  11. 52591
    Publicado 2021
    “…Anyone who wants to get better at working with Word will be able to put their MS Word knowledge to use with this practical guide. …”
    Libro electrónico
  12. 52592
    Publicado 2022
    Tabla de Contenidos: “…Table of Contents DAX in Business Intelligence Model Design Using DAX Context and Filtering Security with DAX Dynamically Changing Visualizations Alternative Calendars Working with AutoExist Intercompany Business Exploring the Future: Forecasting and Future Values Inventory Analysis Personnel Planning…”
    Libro electrónico
  13. 52593
    Publicado 2021
    “…Packed with real-life examples and case studies, insightful questions, and useful diagrams to create action, this must-have guide: Offers a powerful 5-part methodology--Own It, Face It, Feel It, Ask It, and Drive It--to help you understand and immediately implement Emotional Intelligence principles in both your personal and professional life Increases your Emotional Intelligence in the workplace to enable you to inspire and energise staff, support empathy and self-awareness, and drive high levels of performance Improves the way you handle high pressure environments, manage challenging situations, and interact with people with different communication styles Helps you solve difficult problems in the workplace such as loss of purpose and engagement, cultural issues, poor communication, and low productivity Provides concrete steps for eliminating negative behaviors and for owning the role you play, your impact on others, and the decisions and choices you make Emotional Intelligence: A Simple and Actionable Guide to Increasing Performance, Engagement and Ownership is an indispensable book for anyone interacting with others in the workplace, especially those with leadership roles such as senior executives, board members, department heads, managers and supervisors…”
    Libro electrónico
  14. 52594
    Publicado 2021
    “…Modes of data analysis in use now enable extreme corporate agility, swift strategic re-focus and fast resource allocation decisions across many businesses. …”
    Libro electrónico
  15. 52595
    “…L'édition 2021, dorénavant publiée en début d'année, explore le potentiel de la transformation digitale pour créer des emplois de qualité et réaliser l'Agenda 2063, en vue de renforcer la résilience des économies africaines face à la récession mondiale déclenchée par la pandémie de COVID-19. Le rapport cible quatre types d'action publique pour soutenir la transformation digitale de l'Afrique : réduire la fracture digitale ; soutenir l'innovation locale ; dynamiser les travailleurs indépendants ; et accélérer l'harmonisation, la mise en œuvre et le suivi des stratégies digitales. …”
    Libro electrónico
  16. 52596
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: The All New PHP -- Scalar type hints -- Return type hints -- Anonymous classes -- Generator delegation -- Generator return expressions -- The null coalesce operator -- The spaceship operator -- Constant arrays -- Uniform variable syntax -- Throwables -- Group use declarations -- Catching multiple exceptions types -- Class constant visibility modifiers -- Iterable pseudo-type -- Nullable types -- Void return types -- Summary -- Chapter 2: Embracing Standards -- PSR-1 - basic coding standard -- PSR-2 - coding style guide -- PSR-3 - logger interface -- PSR-4 - autoloading standard -- PSR-6 - caching interface -- PSR-7 - HTTP message interface -- PSR-13 - hypermedia links -- Summary -- Chapter 3: Error Handling and Logging -- Error handling -- Error -- ArithmeticError -- DivisionByZeroError -- AssertionError -- ParseError -- TypeError -- Uncaught error handler -- Triggering errors -- Exception -- Creating a custom exception handler -- Rethrowing exceptions -- Uncaught Exception handler -- Logging -- Native logging -- Logging with Monolog -- Summary -- Chapter 4: Magic Behind Magic Methods -- Using __construct() -- Using __destruct() -- Using __call() -- Using __callStatic() -- Using __set() -- Using __get() -- Using __isset() -- Using __unset() -- Using __sleep() -- Using __wakeup() -- Using __toString() -- Using __invoke() -- Using __set_state() -- Using __clone() -- Using __debugInfo() -- Usage statistics across popular platforms -- Summary -- Chapter 5: The Realm of CLI -- Understanding PHP CLI -- The Console component -- Setting up the Console component -- Creating a console command -- Dealing with inputs -- Using Console component helpers -- Input/output streams -- Process control…”
    Libro electrónico
  17. 52597
    Publicado 2015
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; Acknowledgements; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Co-existence Patterns; A brief overview of Cassandra; Denormalization pattern; Motivations/solutions; Best practices; Example; Reporting pattern; Motivations/solutions; Best practices; Example; Aggregation pattern; Motivations/solutions ; Best practices; Example; References; Summary; Chapter 2: RDBMS Migration Patterns; A brief overview; List pattern; Motivations/solutions; Best practices; Example; Set pattern; Motivations/solutions; Best practices…”
    Libro electrónico
  18. 52598
    Publicado 2019
    “…Key Features Build state-of-the-art algorithms that can solve your business' problems Learn how to find hidden patterns in your data Revise key concepts with hands-on exercises using real-world datasets Book Description Starting with the basics, Applied Unsupervised Learning with R explains clustering methods, distribution analysis, data encoders, and features of R that enable you to understand your data better and get answers to your most pressing business questions. …”
    Libro electrónico
  19. 52599
    Publicado 2016
    “…The sample application use cases employed in the book will introduce you to the transformative nexus of cloud, mobile, and security, all enabled through capabilities provided out-of-the-box by IBM Bluemix. …”
    Libro electrónico
  20. 52600
    Publicado 2016
    “…After reading this book, you will be able to extend and customize your JIRA implementation…”
    Libro electrónico