Mostrando 53,041 - 53,060 Resultados de 53,879 Para Buscar 'NPBL~', tiempo de consulta: 1.09s Limitar resultados
  1. 53041
    Publicado 2007
    “…Parthasarathy draws on the immense experience of Infosys, one of the world's largest and most respected providers of IT-enabled business solutions, to bring you the only book with detailed guidance on estimating insourced and outsourced software projects, as well as projects that blend both approaches. …”
    Libro electrónico
  2. 53042
    Publicado 2019
    “…What you will learn Understand key Docker concepts: images, containers, registries and swarms Run Docker on Windows 10, Windows Server 2019, and in the cloud Deploy and monitor distributed solutions across multiple Docker containers Run containers with high availability and failover with Docker Swarm Master security in-depth with the Docker platform, making your apps more secure Build a Continuous Deployment pipeline, running Jenkins and Git in Docker Debug applications running in Docker containers using Visual Studio Plan the adoption of Docker in your organization Who this book is for If you want to modernize an old monolithic application without rewriting it, smooth the deployment to production, or move to DevOps or the cloud, then Docker is the enabler for you. This book gives you a solid grounding in Docker so you can confidently approach all of these scenarios…”
    Libro electrónico
  3. 53043
    Publicado 2019
    “…What you will learn Choose and configure a hardware device to use Kali NetHunter Use various tools during pentests Understand NetHunter suite components Discover tips to effectively use a compact mobile platform Create your own Kali NetHunter-enabled device and configure it for optimal results Learn to scan and gather information from a target Explore hardware adapters for testing and auditing wireless networks and Bluetooth devices Who this book is for Hands-On Penetration Testing with Kali NetHunter is for pentesters, ethical hackers, and security professionals who want to learn to use Kali NetHunter for complete mobile penetration testing and are interested in venturing into the mobile domain. …”
    Libro electrónico
  4. 53044
    Publicado 2018
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: From Object-Oriented to Functional Programming -- Java - an introduction -- Java programming paradigms -- Imperative programming -- Real-life imperative example -- Object-oriented paradigm -- Objects and classes -- Encapsulation -- Abstraction -- Inheritance -- Polymorphism -- Declarative programming -- Functional programming -- Working with collections versus working with streams -- An introduction to Unified Modeling Language -- Class relations -- Generalization -- Realization -- Dependency -- Association -- Aggregation -- Composition -- Design patterns and principles -- Single responsibility principle -- Open/closed principle -- Liskov Substitution Principle -- Interface Segregation Principle -- Dependency inversion principle -- Summary -- Chapter 2: Creational Patterns -- Singleton pattern -- Synchronized singletons -- Synchronized singleton with double-checked locking mechanism -- Lock-free thread-safe singleton -- Early and lazy loading -- The factory pattern -- Simple factory pattern -- Static factory -- Simple factory with class registration using reflection -- Simple factory with class registration using Product.newInstance -- Factory method pattern -- Anonymous concrete factory -- Abstract factory -- Simple factory versus factory method versus abstract factory -- Builder pattern -- Car builder example -- Simplified builder pattern -- Anonymous builders with method chaining -- Prototype pattern -- Shallow clone versus deep clone -- Object pool pattern -- Summary -- Chapter 3: Behavioral Patterns -- The chain-of-responsibility pattern -- Intent -- Implementation -- Applicability and examples -- The command pattern -- Intent -- Implementation -- Applicability and examples -- The interpreter pattern -- Intent…”
    Libro electrónico
  5. 53045
    Publicado 2017
    “…Use properties instead of accessible data members (Item 1) Distinguish between value and reference types (Item 4) Understand relationships among multiple concepts of equality (Item 9) Avoid conversion operators in your APIs (Item 11) Understand how interface and virtual methods differ (Item 15) Avoid overloading methods defined in base classes (Item 19) Create method groups that are clear, minimal, and complete (Item 22) Enable immediate error reporting in iterators and async methods (Item 26) Use async methods for async work (Item 27) Avoid thread allocations and context switches (Item 30) Construct PLINQ parallel algorithms with exceptions in mind (Item 36) Use the thread pool instead of creating threads (Item 37) Use BackgroundWorker for cross-thread communication (Item 38) Use the smallest possible scope for lock handles (Item 41) Understand the pros and cons of dynamic programming (Item 43) Make full use of the expression API (Item 46) Minimize dynamic objects in public APIs (Item 47) You’re already a successful C# programmer: this book will make you an outstanding one. …”
    Libro electrónico
  6. 53046
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: The Case for Cloud Computing -- Genesis -- Why Google Cloud Platform (GCP)? …”
    Libro electrónico
  7. 53047
    por Palermo, Jeffrey. author
    Publicado 2019
    “…You can modify parts of the model to customize it to your enterprise, but the architecture will enable all of your teams and applications to accelerate in performance. …”
    Libro electrónico
  8. 53048
    Publicado 2018
    “…Build a NavigationService class to enable. navigation between your ViewModels as well as Implementing Data-Binding to control elements within your XAML pages and ViewModels. …”
    Libro electrónico
  9. 53049
    Publicado 2017
    “…This book aims to educate readers on how learning PowerShell for Office 365 can simplify repetitive and complex administrative tasks, and enable greater control than is available on the surface. …”
    Libro electrónico
  10. 53050
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting Started with Spring -- Installing Java Development Kit 1.8 -- Getting started -- How to do it... -- How it works... -- Installing Tomcat 9 and configuring HTTP/2 -- Getting started -- How to do it... -- How it works... -- Installing STS Eclipse 3.8 IDE -- Getting started -- How to do it... -- How it works... -- Creating Eclipse projects using Maven -- Getting started -- How to do it... -- How it works... -- Creating Spring STS Eclipse projects using Gradle -- Getting started -- How to do it... -- How it works... -- Deploying Spring projects using Maven -- Getting started -- How to do it... -- How it works... -- Deploying Spring projects using Gradle -- Getting started -- How to do it... -- How it works... -- Installing the MySQL 5.7 database server -- Getting started -- How to do it... -- How it works... -- Installing the MongoDB 3.2 database server -- Getting started -- How to do it... -- How it works... -- Chapter 2: Learning Dependency Injection (DI) -- Implementing a Spring container using XML -- Getting started -- How to do it... -- How it works... -- Implementing a Spring container using JavaConfig -- Getting started -- How to do it... -- How it works... -- Managing beans in an XML-based container -- Getting started -- How to do it... -- How it works... -- Managing beans in the JavaConfig container -- Getting started -- How to do it... -- How it works... -- Creating Singleton and Prototype beans -- Getting started -- How to do it... -- How it works... -- Defining eager and lazy spring beans -- Getting started -- How to do it... -- How it works... -- Creating an inner bean -- Getting started -- How to do it... -- How it works... -- Injecting Collections and Properties…”
    Libro electrónico
  11. 53051
    Publicado 2019
    “…By the end of this PostgreSQL book, you'll be able to get the most out of your database by implementing advanced administrative tasks effortlessly. …”
    Libro electrónico
  12. 53052
    Publicado 2018
    Tabla de Contenidos: “…-- Swift Variables and Constants -- Declaring Swift Variables -- Variables Versus Constants -- Type Inference -- Variable Naming -- Working with Variables -- Tuples -- Creating a Tuple -- Optionals -- Declaring an Optional -- Working with Optionals -- Optional nil Values -- Accessing Optional Values -- Force Unwrapping an Optional -- Conditionally Unwrapping Optionals -- The Swift guard Statement -- Activity: Variable Summary -- Swift Data Types -- Numeric Data Types -- Int on 64-Bit Versus 32-Bit Platforms -- Built-In Numeric Data Types -- Choosing the Appropriate Numeric Data Type -- Declaring and Assigning Integer Variables -- Declaring and Assigning Floating Point Numbers -- Numeric Literal Grouping -- Numeric Type Conversions -- Boolean -- Character -- Assigning a Character -- Constructing a Character Literal -- String -- Instantiating a String -- String Concatenation -- Extracting Characters -- String Length -- Activity: Data Type Summary -- Enums -- Basic Enum Syntax -- Enum with Raw Values -- Activity: Using Swift Enums -- Summary -- Swift Operators and Control Flow -- Swift Operators -- Assignment Operator -- Arithmetic Operators -- Standard Arithmetic Operators -- Remainder Operator -- Unary minus Operator -- Compound Assignment Operators -- Comparison Operators -- Equality -- Inequality -- Comparison between Two Values -- Ternary Conditional Operator -- Logical Operators -- Bitwise Operators -- Nil-Coalescing Operator -- Range Operators -- Closed Range Operator -- Half-Open Range Operator -- One-Sided Range Operator -- Activity: Operators -- Branching -- The if Statement -- Condition Lists -- Optional Unwrapping with if -- The switch Statement -- switch Statement Rules -- The break Keyword -- The fallthrough Keyword -- Matching Non-Scalar Values…”
    Libro electrónico
  13. 53053
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Please Introduce Yourself - Tutorial -- Hello, user -- Creating a project in the Firebase console -- Adding a first entry to the Firebase application database -- Scaffolding a Vue.js application -- Connecting the Vue.js application to the Firebase project -- Adding a Bootstrap-powered markup -- Adding a form using Bootstrap -- Making things functional with Vue.js -- Adding utility functions to make things look nicer -- Exercise -- Extracting message cards to their own component -- Exercise -- Deploying your application -- Extra mile - connecting your Firebase project to a custom domain -- Summary -- Chapter 2: Under the Hood - Tutorial Explained -- Vue.js -- Vue project - getting started -- Including directly in script -- CDN -- NPM -- Vue-cli -- Vue directives -- Conditional rendering -- Text versus HTML -- Loops -- Binding data -- Handling events -- Vue components -- Exercise -- Vue router -- Vuex state management architecture -- Bootstrap -- Bootstrap components -- Bootstrap utilities -- Bootstrap layout -- Combining Vue.js and Bootstrap -- Exercise -- Combining Vue.js and Bootstrap continued -- What is Firebase? …”
    Libro electrónico
  14. 53054
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Review of TCP/IP Protocol Suite and Python -- An overview of the internet -- Servers, hosts, and network components -- The rise of data centers -- Enterprise data centers -- Cloud data centers -- Edge data centers -- The OSI model -- Client-server model -- Network protocol suites -- The transmission control protocol -- Functions and characteristics of TCP -- TCP messages and data transfer -- User datagram protocol -- The internet protocol -- The IP NAT and security -- IP routing concepts -- Python language overview -- Python versions -- Operating system -- Running a Python program -- Python built-in types -- The None type -- Numerics -- Sequences -- Mapping -- Sets -- Python operators -- Python control flow tools -- Python functions -- Python classes -- Python modules and packages -- Summary -- Chapter 2: Low-Level Network Device Interactions -- The challenges of the CLI -- Constructing a virtual lab -- Cisco VIRL -- VIRL tips -- Cisco DevNet and dCloud -- GNS3 -- Python Pexpect library -- Pexpect installation -- Pexpect overview -- Our first Pexpect program -- More Pexpect features -- Pexpect and SSH -- Putting things together for Pexpect -- The Python Paramiko library -- Installation of Paramiko -- Paramiko overview -- Our first Paramiko program -- More Paramiko features -- Paramiko for servers -- Putting things together for Paramiko -- Looking ahead -- Downsides of Pexpect and Paramiko compared to other tools -- Idempotent network device interaction -- Bad automation speeds bad things up -- Summary -- Chapter 3: APIs and Intent-Driven Networking -- Infrastructure as code -- Intent-Driven Networking -- Screen scraping versus API structured output -- Data modeling for infrastructure as code -- The Cisco API and ACI…”
    Libro electrónico
  15. 53055
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgement -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting Started with Shell Scripting -- Getting started -- Using a good text editor -- Demonstrating the use of scripts -- Chapter 1 - Script 1 -- Chapter 1 - Script 2 -- Chapter 1 - Script 3 -- Chapter 1 - Script 4 -- Chapter 1 - Script 5 -- Chapter 1 - Script 6 -- Summary -- Chapter 2: Working with Variables -- Using variables in scripts -- Chapter 2 - Script 1 -- Validating parameters using conditional statements -- Chapter 2 - Script 2 -- Comparison operators for strings -- Chapter 2 - Script 3 -- Chapter 2 - Script 4 -- Chapter 2 - Script 5 -- Environment variables -- Chapter 2 - Script 6 -- Chapter 2 - Script 7 -- Summary -- Chapter 3: Using Loops and the sleep Command -- Using loops -- Chapter 3 - Script 1 -- Chapter 3 - Script 2 -- Chapter 3 - Script 3 -- Screen manipulation -- Chapter 3 - Script 4 -- Chapter 3 - Script 5 -- Indenting your code -- Chapter 3 - Script 6 -- Using the for statement -- Chapter 3 - Script 7 -- Chapter 3 - Script 8 -- Leaving a loop early -- Chapter 3 - Script 9 -- The sleep command -- Chapter 3 - Script 10 -- Chapter 3 - Script 11 -- Watching a process -- Chapter 3 - Script 12 -- Creating numbered backup files -- Chapter 3 - Script 13 -- Summary -- Chapter 4: Creating and Calling Subroutines -- Clearing the screen -- Chapter 4 - Script 1 -- File redirection -- Command piping -- Chapter 4 - Script 2 -- Chapter 4 - Script 3 -- Subroutines -- Chapter 4 - Script 4 -- Using parameters -- Chapter 4 - Script 5 -- Chapter 4 - Script 6 -- Making a current backup of your work -- Chapter 4 - Script 7 -- Summary -- Chapter 5: Creating Interactive Scripts -- Chapter 5 - Script 1 -- Chapter 5 - Script 2 -- Chapter 5 - Script 3.…”
    Libro electrónico
  16. 53056
    por Delaney, Laurel J. author
    Publicado 2016
    “…—Jim Collins, author of Good to Great and co-author of Beyond Entrepreneurship Gain the knowledge you need to market, sell, and fulfill orders internationally, taking full advantage of the Internet and the opportunities it creates. This book is the bible for entrepreneurs and small business owners taking their US businesses to the next level of growth through exports. …”
    Libro electrónico
  17. 53057
    Publicado 2017
    “…Bash is your Swiss army knife to set up your working or home environment as you want, when you want. This book will enable you to customize your system step by step, making your own real, virtual, home out of it. …”
    Libro electrónico
  18. 53058
    Publicado 2017
    “…About This Book Package traditional .NET Frameworks apps and new .NET Core apps as Docker images, and run them in containers for increased efficiency, portability, and security Design and implement distributed applications that run across connected containers, using enterprise-grade open source software from public Docker images Build a full Continuous Deployment pipeline for a .NET Framework application, and deploy it to a highly-available Docker swarm running in the cloud Who This Book Is For If you want to modernize an old monolithic application without rewriting it, smooth the deployment to production, or move to DevOps or the cloud, then Docker is the enabler for you. This book gives you a solid grounding in Docker so you can confidently approach all of these scenarios. …”
    Libro electrónico
  19. 53059
    Publicado 2017
    “…By the end of this book you will be able to compose different services and build your own applications. …”
    Libro electrónico
  20. 53060
    Publicado 2016
    “…What You Will Learn Get a run through of the basic language constructs, Functions, and Closures of JavaScript Code using the powerful object-oriented feature in JavaScript Master DOM manipulation, cross-browser strategies, and ES6 Harness the power of patterns for tasks ranging from application building to code testing Identify the best use cases for microservices Gain expertise in responsive and dynamic website design Enable real-time communications between client-client and client-server/server-client Write complete applications using functional reactive programming In Detail JavaScript is a high-level, dynamic, untyped, lightweight, and interpreted programming language. …”
    Libro electrónico