Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Arquitectura 2,869
- Development 1,164
- Application software 993
- Engineering & Applied Sciences 988
- Arquitectura moderna 850
- Architecture 835
- Cloud computing 697
- Computer networks 609
- Computer Science 592
- Art, Architecture & Applied Arts 519
- Management 506
- Visual Arts 476
- Historia 475
- Data processing 430
- Photography 430
- Computer architecture 406
- Software architecture 397
- Computer software 395
- Database management 384
- Security measures 376
- Electrical & Computer Engineering 362
- History 335
- Obras 328
- Java (Computer program language) 326
- Telecommunications 317
- Arquitectes 313
- Diseños y planos 299
- Artificial intelligence 296
- Computer programs 296
- Computer security 295
-
20781Publicado 2018“…Once you've got a handle on complex problems, take a leap into architecture, discovering how to structure an Observable-based application both without a framework and in the land of Angular 2. …”
Libro electrónico -
20782por Kokosa, Konrad. author“…A programmer for more than a decade, he has a passion for solving performance problems, speeding up applications, and resolving all types of architectural puzzles in .NET. Konrad is an independent consultant, and an active member of the community, blogging, speaking, and training. …”
Publicado 2018
Libro electrónico -
20783Publicado 2019“…Unless the industry develops its own genuine risk management architecture, it cannot achieve its full potential and the viability needed for a more resilient financial system than the debunked Wall Street model. …”
Libro electrónico -
20784Publicado 2017“…Detailed information on how to Run a private/hybrid cloud on your hardware in your data center, using APIs and code identical to public Azure Apply ITIL and DevOps lifecycles to your hybrid cloud implementation Gain a deep understanding of Azure Stack architecture, components, and internals Install and configure Azure Stack and master the Azure Stack Portal Integrate and utilize infrastructure, core, and custom resource providers Effectively provision, secure, and manage tenants Manage, monitor, troubleshoot, and back up Azure Stack with CloudOps Automate resource provisioning with PowerShell, the Azure CLI, templates, and Azure Stack’s API Write your own Azure Resource Manager templates Centrally automate cloud management and complex tasks connected to external systems Develop customized, production-ready Azure Stack marketplace items…”
Libro electrónico -
20785Publicado 2015“…It contains technical information about each IBM tape product for open systems and includes generalized sections about Small Computer System Interface (SCSI) and Fibre Channel connections and multipath architecture configurations. This edition also includes details about Tape System Library Manager (TSLM), which consolidates and simplifies large TS3500 tape library environments, including the IBM Shuttle Complex. …”
Libro electrónico -
20786Publicado 2016“…Microsoft Azure evangelist Haishi Bai shows how to: Implement background services and use stateless services to handle user requests Solve state-management problems in distributed systems Package, stage, and deploy applications Upgrade applications in place, with zero downtime Leverage Quality of Service (QoS) options throughout app design, implementation, and operation Manage Service Fabric clusters with Windows PowerShell and the Management Portal Configure Service Fabric Diagnostics and analyze collected data Test functionality and performance Design Internet of Things (IoT) solutions that capture and manage petabytes of data Handle demanding real-time data-streaming compute scenarios Understand multitenancy and single-tenancy as logical architecture choices Build Service Fabric game engines to support large-scale, multiplayer online games Model complex systems with the Service Fabric Actors Pattern About This Book For all cloud developers who want to create and operate large-scale distributed cloud applications by using Microsoft Azure Service Fabric For all IT professionals who want to integrate Windows Server and Microsoft Azure in any environment, including datacenters…”
Libro electrónico -
20787por Naef, Tobias“…This book shows how the international effects of EU data protection law are rooted in the EU Charter of Fundamental Rights and that the architecture of EU law demands that the Charter as primary EU law takes precedence over international law. …”
Publicado 2023
Libro electrónico -
20788Publicado 2017“…The series includes an overview of specific Watson services with their associated architectures and simple code examples. Each volume describes how you can use and implement these services in your applications through practical use cases. …”
Libro electrónico -
20789Publicado 2017“…The series includes an overview of specific IBM Watson® services with their associated architectures and simple code examples. Each volume describes how you can use and implement these services in your applications through practical use cases. …”
Libro electrónico -
20790Publicado 2017“…The series includes an overview of specific IBM Watson® services with their associated architectures and simple code examples. Each volume describes how you can use and implement these services in your applications through practical use cases. …”
Libro electrónico -
20791“…What You’ll Learn: Analyze the threat and vulnerability landscape confronting the financial sector Implement effective technology risk assessment practices and methodologies Craft strategies to treat observed risks in financial systems Improve the effectiveness of enterprise cybersecurity capabilities Evaluate critical aspects of cybersecurity governance, including executive and board oversight Identify significant cybersecurity operational challenges Consider the impact of the cybersecurity mission across the enterprise Leverage cybersecurity regulatory and industry standards to help manage financial services risks Use cybersecurity scenarios to measure systemic risks in financial systems environments Apply key experiences from actual cybersecurity events to develop more robust cybersecurity architectures…”
Libro electrónico -
20792por Rosen, Lawrence E.“…Coverage includes: Explanation of why the SCO litigation and other attacks won’t derail open source Dispelling the myths of open source licensing Intellectual property law for nonlawyers: ownership and licensing of copyrights, patents, and trademarks “Academic licenses”: BSD, MIT, Apache, and beyond The “reciprocal bargain” at the heart of the GPL Alternative licenses: Mozilla, CPL, OSL and AFL Benefits of open source, and the obligations and risks facing businesses that deploy open source software Choosing the right license: considering business models, product architecture, IP ownership, license compatibility issues, relicensing, and more Enforcing the terms and conditions of open source licenses Shared source, eventual source, and other alternative models to open source Protecting yourself against lawsuits…”
Publicado 2005
Libro electrónico -
20793por Sloan, Susan Graziano“…Coverage includes: DB2 UDB for z/OS and the DB2 family: overview and usage scenarios Data and system structures, business rules, transactions, packages, and more DB2 UDB for z/OS: architecture, facilities, and the z/OS Security Server Introduction to logical and physical database design Defining tables, table spaces, indexes, views, large objects, business rules, and more Working with SQL, the language of DB2 Writing DB2 application programs Performance: caching, compression, locking/concurrency, and query optimization Day-to-day administration, including backup and recovery Web-based applications with DB2, WebSphere(R), and z/OS Distributing and sharing data for maximum flexibility, scalability, and availability Includes practice exam questions throughout the book…”
Publicado 2004
Libro electrónico -
20794Publicado 2005“…Coverage includes Understanding the DB2 product family, DB2 commands, and the DB2 environment Configuring client and server connectivity: walkthroughs of four typical scenarios Managing DB2 storage: partitions, tablespaces, buffer pools, and more Leveraging the power of SQL: queries, inserts, deletes, and updates Implementing security: encryption, authentication, and authorization Administering and maintaining data, from LOAD and EXPORT to backup/recovery Providing high availability with online split mirroring and suspended I/O DB2 architecture: process and memory models Managing database performance and troubleshooting…”
Libro electrónico -
20795por Hu, Michael“…You will: Grasp fundamental concepts and distinguishing features of reinforcement learning, including how it differs from other AI and non-interactive machine learning approaches Model problems as Markov decision processes, and how to evaluate and optimize policies using dynamic programming, Monte Carlo methods, and temporal difference learning Utilize techniques for approximating value functions and policies, including linear and nonlinear value function approximation and policy gradient methods Understand the architecture and advantages of distributed reinforcement learning Master the concept of curiosity-driven exploration and how it can be leveraged to improve reinforcement learning agents Explore the AlphaZero algorithm and how it was able to beat professional Go players…”
Publicado 2023
Libro electrónico -
20796Publicado 2002“…In addition, clear explanations will help you make easy work of the range of technologies collected into the J2EE platform, including: Enterprise JavaBeansTM JavaTM Servlets JavaServer PagesTM JavaTM Message Service (JMS) Java Naming and Directory InterfaceTM (JNDI) XML J2EETM Connector Architecture JavaMailTM JDBCTM When you're ready to create your own great enterprise applications, turn to the unmatched guidance, understanding, and experience you'll find only in The J2EETM Tutorial . …”
Libro electrónico -
20797por Monson-Haefel, Richard“…In addition, the 3rd edition contains an architecture overview, information on resource management and primary services, design strategies, and XML deployment descriptors…”
Publicado 2001
Libro electrónico -
20798por Newcomer, Eric“…In addition, Understanding Web Services summarizes the major architectural approaches to Web services, examines the role of Web services within the .NET and J2EE communities, and provides information about major product offerings from BEA, Hewlett-Packard, IBM, IONA, Microsoft, Oracle, Sun Microsystems, and others. …”
Publicado 2002
Libro electrónico -
20799Publicado 2003“…Topics covered include: The power of good grammar and style in modeling information to alleviate the need for redundant domain knowledge Tamino's XML storage, indexing, querying, and data access features The features and APIs of open source eXist Berkeley DB XML's ability to store XML documents natively IBM's DB2 Universal Database and its support for XML applications Xperanto's method of addressing information integration requirements Oracle's XMLType for managing document centric XML documents Microsoft SQL Server 2000's support for exporting and importing XML data A generic architecture for storing XML documents in a relational database X007, XMach-1, XMark, and other benchmarks for evaluating XML database performance Numerous case studies demonstrate real-world problems, industry-tested solutions, and creative applications of XML data management solutions. …”
Libro electrónico -
20800Publicado 2011“…Coverage includes Understanding OpenCL’s architecture, concepts, terminology, goals, and rationale Programming with OpenCL C and the runtime API Using buffers, sub-buffers, images, samplers, and events Sharing and synchronizing data with OpenGL and Microsoft’s Direct3D Simplifying development with the C++ Wrapper API Using OpenCL Embedded Profiles to support devices ranging from cellphones to supercomputer nodes Case studies dealing with physics simulation; image and signal processing, such as image histograms, edge detection filters, Fast Fourier Transforms, and optical flow; math libraries, such as matrix multiplication and high-performance sparse matrix multiplication; and more Source code for this book is available at https://code.google.com/p/opencl-book-samples…”
Libro electrónico