Mostrando 66,021 - 66,040 Resultados de 69,047 Para Buscar 'Réquista~', tiempo de consulta: 1.91s Limitar resultados
  1. 66021
    Publicado 2024
    Tabla de Contenidos: “…-- Microservices and the evolution of the concept of modules -- Microservice design principles -- The independence of design choices -- Independence from the deployment environment -- Loose coupling -- No chained requests/responses -- Containers and Docker -- When do microservices help? …”
    Libro electrónico
  2. 66022
    Publicado 2024
    Tabla de Contenidos: “…Modeling data for operational performance -- Nodes, edges, and aggregates -- Sharding and partition keys -- Single table design examples -- Restaurant service -- Customer service -- Cart service -- Delivery service -- Leveraging change data capture -- Database-first event sourcing -- Soft deletes -- Latching -- Summary -- Chapter 6: A Best Friend for the Frontend -- Focusing on user activities -- A BFF service is responsible for a single user activity -- A BFF service is owned by the frontend team -- A BFF service is decoupled, autonomous, and resilient -- Dissecting the Backend for Frontend pattern -- Datastore -- API gateway -- Query and command functions -- Listener function -- Trigger function -- Dissecting function-level nano architecture -- Models -- Connectors -- Handlers -- Choosing between REST and GraphQL -- REST -- GraphQL -- Implementing different kinds of BFF services -- CRUD BFF services -- List-of-values (Lov) BFF services -- Task BFF services -- Search BFF services -- Action BFF services -- Dashboard BFF services -- Reporting BFF services -- Archive BFF services -- Summary -- Chapter 7: Bridging Intersystem Gaps -- Creating an anti-corruption layer -- Macro-level ports and adapters -- Substitution principle -- External bulkhead -- Dissecting the External Service Gateway pattern -- Connectivity -- Semantic transformation -- Ingress -- Egress -- Packaging -- Separate cloud accounts -- Integrating with third-party systems -- Egress - API call -- Ingress - webhook -- Asynchronous request response -- Synchronous ESG/BFF hybrid -- Integrating with other subsystems -- Egress - upstream subsystem -- Ingress - downstream subsystem -- Integrating across cloud providers -- Integrating with legacy systems -- Ingress - Change Data Capture -- Egress - Direct SQL -- Egress - circuit breaker -- Ingress - relay -- Providing an open API and SPI…”
    Libro electrónico
  3. 66023
    por Butler, Marc R.
    Publicado 2024
    Tabla de Contenidos: “…Product development -- Advertising and client acquisition -- Facilities and business operations -- Talent identification and workplace culture -- Regulatory and legal compliance -- Have an emergency fund -- Scaling and expansion -- Analytics and reporting -- Balance-Required Funding versus Nice-to-Have Funding -- Nice-to-have funding: The road to innovation and growth -- Getting the balance right -- Timing is important -- Chapter 3 Getting Your Finances in Good Order -- Creating a Compelling Business Case and Pitch Deck -- The business case -- A succinct summary -- Issue and resolution -- Market research -- Your sales and marketing plan -- Offering value to the client -- Your business strategy -- Talk about your team -- Financial projections -- Funding demand -- Timeline and milestones -- The pitch deck -- Cover slide -- Problem proposition -- The solution you provide -- The market potential -- Milestones and progress -- Your revenue strategy -- Your unique value proposition -- Your team -- Financial projections -- Request and financial use -- Final thoughts and a call to action -- The five guides to success -- Building Detailed P&amp -- L Scenarios -- The elements of a P&amp -- L -- Developing complete P&amp -- L scenarios -- Sales forecasts -- Your projections of costs and expenses -- Sensitization evaluation -- Flow of cash projections -- Worst-case suppositions -- How you'll spend the money you receive -- A financial model's function -- Accepting realism -- Always evaluate and update as needed -- Sample P&amp -- L Excel Templates Just for You -- Part 2 Exploring Funding Options -- Chapter 4 Bootstrapping: Starting with What You Have -- What Is Bootstrapping? …”
    Libro electrónico
  4. 66024
    Publicado 2024
    Tabla de Contenidos: “…-- Definitions -- A brief history of release management -- The evolution from software to release management -- Dissecting the release management life cycle -- Request -- Plan -- Design and Build -- Testing -- Deployment -- Post-deployment -- Summary -- Questions -- Chapter 3: What Are the Various SDLC Release Management Models? …”
    Libro electrónico
  5. 66025
    por Gazit, Lior
    Publicado 2024
    Tabla de Contenidos: “…Data that is not pre-embedded -- Chains -- Agents -- Long-term memory and referring to prior conversations -- Ensuring continuous relevance through incremental updates and automated monitoring -- Reviewing a simple LangChain setup in a Jupyter notebook -- Setting up a LangChain pipeline with Python -- LLMs in the cloud -- AWS -- Microsoft Azure -- GCP -- Concluding cloud services -- Summary -- Chapter 9: Exploring the Frontiers: Advanced Applications and Innovations Driven by LLMs -- Technical requirements -- Enhancing LLM performance with RAG and LangChain - a dive into advanced functionalities -- LangChain pipeline with Python - enhancing performance with LLMs -- Advanced methods with chains -- Asking the LLM a general knowledge question -- Requesting output structure - making the LLM provide output in a particular data format -- Evolving to a fluent conversation - inserting an element of memory to have previous interactions as reference and context for follow-up prompts -- Retrieving information from various web sources automatically -- Retrieving content from a YouTube video and summarizing it -- Prompt compression and API cost reduction -- Prompt compression -- Experimenting with prompt compression and evaluating trade-offs -- Multiple agents - forming a team of LLMs that collaborate -- Potential advantages of multiple LLM agents working simultaneously -- Concluding thoughts on the multiple-agent team -- Summary -- Chapter 10: Riding the Wave: Analyzing Past, Present, and Future Trends Shaped by LLMs and AI -- Key technical trends around LLMs and AI -- Computation power - the engine behind LLMs -- The future of computational power in NLP -- Large datasets and their indelible mark on NLP and LLMs -- Purpose - training, benchmarking, and domain expertise -- Value - robustness, diversity, and efficiency…”
    Libro electrónico
  6. 66026
    Publicado 2024
    Tabla de Contenidos: “…References -- 12 Communication during Maternal Cardiac Arrest -- 12.1 Introduction -- 12.2 Learning Objectives -- 12.3 Guiding Principles of Team-Based Care -- 12.4 Maternal Cardiac Arrest Team Structure -- 12.5 Situation, Background, Assessment, and Recommendation/Request -- 12.6 Call-Outs -- 12.7 Check-Backs -- 12.8 Situation-Background-Assessment-Recommendation and Call-Outs for the Maternal Team Entering a Maternal Cardiac Arrest Event-The 5A's -- 12.9 Communication of Maternal Cardiac Arrest and Outcomes to the Family -- 12.10 Debriefing the Team after Maternal Cardiac Arrest -- Chapter 12. …”
    Libro electrónico
  7. 66027
    Publicado 2024
    Tabla de Contenidos: “…Interacting with other repositories -- The centralized workflow -- The peer-to-peer or forking workflow -- The maintainer or integration manager workflow -- The hierarchical or dictator-and-lieutenants workflow -- Managing remote repositories -- The "origin" remote -- Listing and examining remotes -- Adding a new remote -- Updating information about remotes -- Support for triangular workflows -- Chain of trust -- Content-addressed storage -- Lightweight, annotated, and signed tags -- Signed commits -- Merging signed tags (merge tags) -- Summary -- Questions -- Answers -- Further reading -- Chapter 7: Publishing Your Changes -- Transport protocols and remote helpers -- Local transport -- Smart transports -- Legacy (dumb) transports -- Offline transport with bundles -- Remote transport helpers -- Credentials/password management -- Publishing your changes upstream -- Pushing to a public repository -- Generating a pull request -- Exchanging patches -- Summary -- Questions -- Answers -- Further reading -- Chapter 8: Advanced Branching Techniques -- The purpose of branching -- Isolation versus integration -- The path to production release -- Long-running and short-lived branches -- Visibility of branches -- Alternatives to branching -- Visibility without integration -- Branching patterns -- Integration patterns -- Release engineering -- Other branching patterns involving long-lived branches -- Other types of short-lived branches -- Branching workflows and release engineering -- The release and trunk branches workflow -- The graduation branches workflow -- The topic branches workflow -- git-flow - a successful Git branching model -- Ship/Show/Ask - a modern branching strategy -- Fixing a security issue -- Interacting with branches in remote repositories -- Upstream and downstream -- Remote-tracking branches and refspec -- Fetching and pulling versus pushing…”
    Libro electrónico
  8. 66028
    Publicado 2024
    Tabla de Contenidos:
    Libro electrónico
  9. 66029
    por Dvoretsky, M. I.
    Publicado 2003
    CDROM
  10. 66030
    por Flores Rangel, Juan José
    Publicado 2010
    Tabla de Contenidos: “…Identifica la participación y el pensamiento político de los actores individuales y colectivos en la etapa de organización de la guerra de Independencia -- José María Teclo Morelos y Pavón y Los Sentimientos de la Nación -- El Congreso de Chilpancingo y la Constitución de Apatzingán -- Derrota y captura final de Morelos -- Composición social de insurgentes y realistas -- Identifica la participación y el pensamiento político de los actores individuales y colectivos en la etapa de resistencia en la guerra de Independencia -- Identifica la participación y el pensamiento político de los actores individuales y colectivos en la etapa de consumación de la guerra de Independencia -- La conjura de la Profesa -- Guerrero e Iturbide se encuentran en Acatempan -- Agustín de Iturbide y el Plan de Iguala -- Tratados de Córdoba -- Acta de Independencia -- Evidencia de logro de unidad de competencia -- Glosario -- Aparato crítico…”
    Libro electrónico
  11. 66031
    Publicado 2020
    Tabla de Contenidos: “…INTERCAMBIO -- INTRODUCCION -- EL ESPACIO DE DIRECCIONES -- MEMORIA REAL -- TIPOS DE REUBICACION -- REUBICACIÓN ESTÁTICA -- REUBICACIÓN DINÁMICA -- SEGMENTACION Y PAGINACION -- SEGMENTACION -- TRADUCCION DINAMICA DE DIRECCIONES UTILIZANDO LA SEGMENTACION -- PAGINACION -- TRADUCCION DINAMICA USANDO SEGMENTACION Y PAGINACION -- MAS CARACTERISTICAS DE LA SEGMENTACION Y PAGINACION -- TABLA DE MARCOS DE PAGINA -- PROTECCION DE SEGMENTOS -- REGISTROS ASOCIATIVOS -- NIVELES O TIPOS DE MEMORIA -- MEMORIA VIRTUAL -- TAMAÑO DE LA MEMORIA VIRTUAL -- ESTRUCTURA DE LA MEMORIA VIRTUAL -- RELACION ENTRE LA MEMORIA VIRTUAL, MEMORIA REAL Y MEMORIA AUXILIAR -- MEMORIA VIRTUAL UNICA Y MEMORIAS VIRTUALES MULTIPLES -- CARGA Y EJECUCION DE PROGRAMAS EN UN SISTEMA DE MEMORIA VIRTUAL -- TABLAS EXTERNAS DE PAGINAS -- EJECUCION DE PROGRAMAS PETICION DE PAGINACION -- SUSTITUCION DE PAGINAS -- BITS DE REFERENCIA Y DE CAMBIO -- PUNTOS DE REFERENCIA -- SISTEMAS OPERATIVOS CON MEMORIA VIRTUAL UNICA -- CARGA DE PROGRAMAS EN UN SISTEMA CON MEMORIA VIRTUAL UNICA -- MONITORES DE CAMBIO DE PAGINAS -- SISTEMAS CON MEMORIAS VIRTUALES MULTIPLES -- FUNCIONAMIENTO DEL SISTEMA -- MAQUINAS VIRTUALES -- EL PROGRAMA DE CONTROL -- SOPORTE DE MEMORIA VIRTUAL -- MEMORIA VIRTUAL ANALISIS Y RESUMEN -- REQUISITOS FISICOS Y LOGICOS PARA LA MEMORIA VIRTUAL -- VENTAJAS DE LA MEMORIA VIRTUAL -- ESTILO DE PROGRAMACION EN UN SISTEMA DE MEMORIA VIRTUAL -- 5 PROCESOS -- MODELO DE PROCESOS -- ARQUITECTURA DEL KERNEL -- PROCESOS DEL SISTEMA VERSUS PROCESOS DEL USUARIO -- CONTROLADORES (DRIVERS) DE DISPOSITIVOS -- EL MECANISMO DE INTERCAMBIO (O PASO) DE MENSAJES (MESSAGE-PASSING) -- PRIMITIVAS DEL MECANISMO DE PASO DE MENSAJES -- SINCRONIZACIÓN ENTRE PROCESOS -- ESTADOS BLOQUEADOS…”
    Libro electrónico
  12. 66032
    por Cárdenas Jaramillo, Darío
    Publicado 2017
    Tabla de Contenidos: “…TRATAMIENTO Y CONTROL DE ESPACIOS -- INTRODUCCIÓN -- CONCEPTOS BÁSICOS -- INDICACIONES GENERALES DE LOS MANTENEDORES DE ESPACIO -- CONTRAINDICACIONES -- REQUISITOS DE UN MANTENEDOR DE ESPACIO IDEAL -- EFECTOS DE LA PÉRDIDA PREMATURA DE DIENTES DECIDUOS -- TIPOS DE MANTENEDORES DE ESPACIO -- DESCRIPCIÓN DE LOS MANTENEDORES DE ESPACIO FIJOS -- RESUMEN -- CONCLUSIONES -- CITAS DE REVISIÓN Y CONTROL -- LECTURAS RECOMENDADAS -- 19. …”
    Libro electrónico
  13. 66033
    por Gallegos Ruiz, Amalia
    Publicado 2017
    Tabla de Contenidos: “….) -- 4.2.2 SEGUIMIENTO DE LOS REQUISITOS DE (...) -- 4.3 EJERCICIOS PROPUESTOS -- 4.4 TEST DE CONOCIMIENTOS -- CAPÍTULO 5. …”
    Libro electrónico
  14. 66034
    Publicado 2021
    Tabla de Contenidos: “…INTEGRACIÓN DE PYTHON CON EXCEL -- PANDAS PARA LEER UN ARCHIVO DE EXCEL -- MÉTODO Y ARGUMENTOS PD.READ_EXCEL () -- MÉTODO Y ARGUMENTOS PD.READ_CSV () -- LEER VARIAS HOJAS DE EXCEL CON PANDAS -- MÉTODO PD.READ_EXCEL () -- MÉTODO PD.EXCELFILE () -- LEER MÚLTIPLES ARCHIVOS DE EXCEL CON PYTHON -- MÉTODO 1: OBTENER ARCHIVOS DE LA CARPETA - ESTILO POWERQUERY -- MÉTODO 2: USAR UN ARCHIVO DE ENTRADA DE EXCEL -- GUARDANDO LOS DATOS EN UN ARCHIVO DE EXCEL USANDO PYTHON -- GUARDAR EN ARCHIVO CSV -- GUARDE VARIAS HOJAS EN UN ARCHIVO DE EXCEL CON PYTHON -- MÉTODO 1 -- MÉTODO 2 -- OBTENGA VALORES, FILAS Y COLUMNAS EN DATAFRAME DE PANDAS -- OBTENIENDO COLUMNAS CON PANDAS -- OBTENIENDO VARIAS COLUMNAS -- OBTENIENDO FILAS CON PANDAS -- OBTENIENDO VARIAS FILAS -- OBTENIENDO VALORES DE CELDA -- OBTENIENDO DATOS DE LA TABLA DE UNA PÁGINA WEB USANDO PYTHON Y LA LIBRERÍA PANDAS -- OBTENER DATOS DE UN SITIO WEB (WEB SCRAPING) -- REQUISITOS PARA USAR PANDAS PARA WEB SCRAPING -- WEB SCRAPING EN ACCIÓN -- REPLICAR LAS FUNCIONES BUSCAR DE EXCEL EN PYTHON -- 15. …”
    Libro electrónico
  15. 66035
    Publicado 2019
    Tabla de Contenidos: “…GESTIONAR LA CALIDAD -- CONTROLAR LA CALIDAD -- ESTÁNDAR IEEE 730 (IEEE, 2014) -- ACTIVIDADES SQA -- PLAN SQAP -- LECTURAS RECOMENDADAS -- SITIOS WEB RECOMENDADOS -- 6- CALIDAD DE LAS PERSONAS -- INTRODUCCIÓN -- FACTORES "SOFT" DE LA CALIDAD DEL SOFTWARE -- VISIÓN GENERAL DE LOS ASPECTOS "SOFT" -- MOTIVACIÓN EN EL DESARROLLO DE SOFTWARE -- PERSONALIDAD Y DESARROLLO DE SOFTWARE -- PEOPLE CMM -- INTRODUCCIÓN -- NIVELES DE MADUREZ DE PCMM -- PERSONAL SOFTWARE PROCESS -- INTRODUCCIÓN -- EL PROCESO -- FASES DE APLICACIÓN DE PSP -- TEAM SOFTWARE PROCESS -- INTRODUCCIÓN -- CONCEPTO DE GRUPO EN EL CONTEXTO DE TSP -- PROCESOS OPERACIONALES DE TSP -- PLAN DE GESTIÓN DE LA CALIDAD -- APLICACIÓN DE LOS MODELOS PSP Y TSP -- LECTURAS RECOMENDADAS -- SITIOS WEB RECOMENDADOS -- 7- CALIDAD DE LOS SERVICIOS -- INTRODUCCION -- ITIL -- ISO/IEC 20000 -- VISIÓN GENERAL -- ISO/IEC 20000-1 -- ISO/IEC 20000-2 -- VERISM -- LECTURAS RECOMENDADAS -- SITIOS WEB RECOMENDADOS -- 8- CALIDAD DE PRODUCTO SOFTWARE -- MODELOS CLÁSICOS -- NORMAS ISO 25000 -- NORMAS SOBRE GESTIÓN DE CALIDAD (ISO/IEC 2500N) -- NORMAS SOBRE MODELADO DE LA CALIDAD (ISO/IEC 2501N) -- NORMAS SOBRE MEDICIÓN DE CALIDAD (ISO 2502N) -- NORMAS SOBRE REQUISITOS DE CALIDAD (ISO 2503N) -- NORMAS SOBRE EVALUACIÓN DE CALIDAD (ISO 2504N) -- NORMAS SOBRE EXTENSIONES DE SQUARE -- MODELOS DE CALIDAD DE PRODUCTO SOFTWARE -- MODELO DE CALIDAD DE PRODUCTO -- MODELO DE CALIDAD EN USO -- EVALUACIÓN DE LA CALIDAD DE PRODUCTOS SOFTWARE -- TAREAS DEL PROCESO DE EVALUACIÓN -- RECURSOS PARA EL PROCESO DE EVALUACIÓN -- CERTIFICACIÓN DE LA CALIDAD DE PRODUCTOS SOFTWARE -- LECTURAS RECOMENDADAS -- SITIOS WEB RECOMENDADOS -- 9- EL PROCESO SOFTWARE -- INTRODUCCIÓN -- GESTIÓN DE LOS PROCESOS SOFTWARE -- EL MODELADO DE LOS PROCESOS SOFTWARE -- ELEMENTOS DEL PROCESO SOFTWARE -- METAMODELOS DE PROCESO SOFTWARE -- ISO/IEC 24744 -- SPEM 2.0.…”
    Libro electrónico
  16. 66036
    por Pac Salas, David
    Publicado 2020
    Tabla de Contenidos: “…ESTRATEGIAS DE LAS ADMINISTRACIONES PÚBLICAS -- 11.4 HACIA UN NUEVO MODELO DE ADMINISTRACIÓN PÚBLICA EN UNA SOCIEDAD GLOBAL -- 11.5 LA GESTIÓN DE LO PÚBLICO: REQUISITOS DE SUS PROFESIONALES -- BIBLIOGRAFÍA -- BIBLIOGRAFÍA ESPECÍFICA -- PARTE 4: CONSUMO -- 12. …”
    Libro electrónico
  17. 66037
    Publicado 2019
    Tabla de Contenidos: “…Garantizar un alto grado de transparencia en el sistema de contratación pública -- 3.2. Cumplir con los requisitos legales de transparencia y acceso a la información en la contratación pública -- 3.2.1. …”
    Libro electrónico
  18. 66038
    por Capitán Pérez, María Mar
    Publicado 2009
    Electrónico
  19. 66039
    Publicado 2002
    Libro
  20. 66040
    por Santolaya Machetti, Pablo
    Publicado 2013
    “…A continuación se centra en la presentación y proclamación de candidaturas, con especial atención a los requisitos de presentación, las irregularidades y su subsanación y el sistema de recursos contra la proclamación. …”
    Acceso al texto completo en Aranzadi
    Libro