Mostrando 53,241 - 53,260 Resultados de 53,939 Para Buscar 'Trimen~', tiempo de consulta: 1.99s Limitar resultados
  1. 53241
    Publicado 2018
    “…It is intended as a standalone in a series covering the activities of the Internet of Things European Research Cluster (IERC), including research, technological innovation, validation, and deployment.The following chapters build on the ideas put forward by the European Research Cluster, the IoT European Platform Initiative (IoT–EPI), the IoT European Large-Scale Pilots Programme and the IoT European Security and Privacy Projects, presenting global views and state-of-the-art results regarding the next generation of IoT research, innovation, development, and deployment.The IoT and Industrial Internet of Things (IIoT) are evolving towards the next generation of Tactile IoT/IIoT, bringing together hyperconnectivity (5G and beyond), edge computing, Distributed Ledger Technologies (DLTs), virtual/ andaugmented reality (VR/AR), and artificial intelligence (AI) transformation.Following the wider adoption of consumer IoT, the next generation of IoT/IIoT innovation for business is driven by industries, addressing interoperability issues and providing new end-to-end security solutions to face continuous treats.The advances of AI technology in vision, speech recognition, natural language processing and dialog are enabling the development of end-to-end intelligent systems encapsulating multiple technologies, delivering services in real-time using limited resources. …”
    Libro electrónico
  2. 53242
    Publicado 2011
    “…El autor estudia la situación de la universidad española en 1919, la gestación de aquella reforma y su acogida en la Universidad Central; los trabajos preparatorios de la comisión del estatuto y más tarde los del claustro, que sirvieron para preparar el primer estatuto de autonomía de la Universidad; y, más adelante, el desarrollo legislativo de la reforma y la aprobación de los estatutos en la segunda etapa del ministerio de Silió. …”
    Libro electrónico
  3. 53243
    Publicado 2015
    “…She has built and maintained websites of all sizes, from small, single-page brochure sites to large, million-page database-driven sites for international audiences. She is the author of Sams Teach Yourself HTML5 Mobile Web Application Development in 24 Hours and Sams Teach Yourself Responsive Web Design in 24 Hours . …”
    Video
  4. 53244
    Publicado 2016
    “…This book guides you through the process of creating an ASP.NET MVC website from scratch using Bootstrap. After a primer on the fundamentals of Bootstrap, you will learn your way around and create a new ASP.NET MVC project in Visual Studio. …”
    Libro electrónico
  5. 53245
    Publicado 2017
    “…The next chapter will not only teach you how to create datastore and datastore clusters, but you'll also work with profile-driven and policy-based storage to manage your storage. …”
    Libro electrónico
  6. 53246
    Publicado 2017
    Tabla de Contenidos: “…-- React is just the view -- Simplicity is good -- Declarative UI structure -- Time and data -- Performance matters -- The right level of abstraction -- Summary -- Chapter 2: Rendering with JSX -- What is JSX? …”
    Libro electrónico
  7. 53247
    Publicado 2016
    “…What You Will Learn Explore MVC design pattern in Node.js Build solid architectures by following test-driven development Look beyond web applications and create your own desktop app with Node.js Develop single page applications using Node.js with the RESTful APIs, MongoDB, and ORM Master the Express framework and build a complete application with a real database Create a real-time and fully functional online chat application with Socket.IO In Detail Node.js is the most popular framework to create server-side applications today. …”
    Libro electrónico
  8. 53248
    por Etaati, Leila. author
    Publicado 2019
    “…The ability to analyze massive amounts of real-time data and predict future behavior of an organization is critical to its long-term success. …”
    Libro electrónico
  9. 53249
    Publicado 2015
    “…DynamoDB can be easily integrated with massive data crunching tools like Hadoop /EMR, which is an essential part of this data-driven world and hence it is widely accepted. The cost and time-efficient design makes DynamoDB stand out amongst its peers. …”
    Libro electrónico
  10. 53250
    Publicado 2015
    “…The video uses an app-driven approach each new technology is discussed in the context of seven fully tested iOS 8 apps (three apps in Part I and four apps in Part II). …”
    Video
  11. 53251
    Publicado 2016
    “…Developed by the sales performance leaders at MHI Global, this test-driven, customer-based approach to selling will revolutionize your sales channels, reenergize your sales teams, and reignite your sales growth—efficiently, holistically, and rapidly. …”
    Libro electrónico
  12. 53252
    Publicado 2016
    Tabla de Contenidos: “…Simple search engine with result caching -- Cache basics -- Cache invalidation of Redis data -- Using browser localStorage as cache -- Working with streams -- Storing and searching XML documents using PHP -- Using Elasticsearch to search a social network database -- Displaying randomized search engine results -- Summary -- Chapter 5: Creating a RESTful Web Service -- RESTful basics -- REST architectures -- Common HTTP methods and response codes -- First steps with the Slim framework -- Installing Slim -- A small sample application -- Accepting URL parameters -- Accepting HTTP requests with a message body -- The PSR-7 standard -- Middleware -- Implementing the REST service -- Designing the service -- Bootstrapping the project -- Building the persistence layer with MongoDB -- Adding and retrieving users -- Listing and searching users -- Deleting profiles -- Validating input -- Streams and large files -- Profile image upload -- Using GridFS storage -- Summary -- Chapter 6: Building a Chat Application -- The WebSocket protocol -- First steps with Ratchet -- Architectural considerations -- Getting started -- Testing WebSocket applications -- Playing with the event loop -- Implementing the chat application -- Bootstrapping the project server-side -- Bootstrapping the HTML user interface -- Building a simple chat application -- Receiving messages -- Sending messages -- Testing the application -- Keeping the connection from timing out -- Deployment options -- Bridging Ratchet and PSR-7 applications -- Accessing your application via the web server -- Adding authentication -- Creating the login form -- Checking the authorization -- Connecting users and messages -- Summary -- Chapter 7: Building an Asynchronous Microservice Architecture -- The target architecture -- ZeroMQ patterns -- Request/reply pattern -- Publish/subscribe pattern -- Push/pull pattern…”
    Libro electrónico
  13. 53253
    Publicado 2023
    Tabla de Contenidos: “…7.6.2 Automating Kubernetes manifests validation with GitHub Actions -- Summary -- Part 3 Cloud native distributed systems -- 8 Reactive Spring: Resilience and scalability -- 8.1 Asynchronous and non-blocking architectures with Reactor and Spring -- 8.1.1 From thread-per-request to event loop -- 8.1.2 Project Reactor: Reactive streams with Mono and Flux -- 8.1.3 Understanding the Spring reactive stack -- 8.2 Reactive servers with Spring WebFlux and Spring Data R2DBC -- 8.2.1 Bootstrapping a reactive application with Spring Boot -- 8.2.2 Persisting data reactively with Spring Data R2DBC -- 8.2.3 Implementing the business logic with reactive streams -- 8.2.4 Exposing a REST API with Spring WebFlux -- 8.3 Reactive clients with Spring WebClient -- 8.3.1 Service-to-service communication in Spring -- 8.3.2 Understanding how to exchange data -- 8.3.3 Implementing REST clients with WebClient -- 8.4 Resilient applications with Reactive Spring -- 8.4.1 Timeouts -- 8.4.2 Retries -- 8.4.3 Fallbacks and error handling -- 8.5 Testing reactive applications with Spring, Reactor, and Testcontainers -- 8.5.1 Testing REST clients with a mock web server -- 8.5.2 Testing data persistence with @DataR2dbcTest and Testcontainers -- 8.5.3 Testing REST controllers with @WebFluxTest -- Summary -- 9 API gateway and circuit breakers -- 9.1 Edge servers and Spring Cloud Gateway -- 9.1.1 Bootstrapping an edge server with Spring Cloud Gateway -- 9.1.2 Defining routes and predicates -- 9.1.3 Processing requests and responses through filters -- 9.2 Fault tolerance with Spring Cloud Circuit Breaker and Resilience4J -- 9.2.1 Introducing circuit breakers with Spring Cloud Circuit Breaker -- 9.2.2 Configuring a circuit breaker with Resilience4J -- 9.2.3 Defining fallback REST APIs with Spring WebFlux -- 9.2.4 Combining circuit breakers, retries, and time limiters…”
    Libro electrónico
  14. 53254
    Publicado 2023
    “…Yiqiao Yin is a senior data scientist at an S&P 500 company LabCorp, developing AI-driven solutions for drug diagnostics and development. …”
    Video
  15. 53255
    Publicado 2022
    “…Atesa la manca d'investigació sobre aquest fenomen, primer es proporciona una metaanàlisi sobre els antecedents i els resultats de la CBKT a través de cessionaris internacionals en general per servir de base en la qual basar-se a l'hora d'investigar els infipats i els seus CBKT. …”
    Accés lliure
    Tesis
  16. 53256
    Publicado 2023
    “…La recollida de dades es va dur a terme entre el 2018 i el 2022 amb tres rondes d'entrevistes semiestructurades amb directius, directors i directius de l'Euroleague Basketball. Primer el 2018, després el 2021 i, finalment, el 2022. …”
    Accés lliure
    Tesis
  17. 53257
    Publicado 2023
    “…La recollida de dades es va dur a terme entre el 2018 i el 2022 amb tres rondes d'entrevistes semiestructurades amb directius, directors i directius de l'Euroleague Basketball. Primer el 2018, després el 2021 i, finalment, el 2022. …”
    Tesis
  18. 53258
    por Lynn, Theo
    Publicado 2024
    “…This open-access book can serve as a primer for scholars, policymakers, and enterprise decision-makers, providing insights on navigating innovation ecosystems to support both green and digital objectives. …”
    Libro electrónico
  19. 53259
    Publicado 2024
    “…To supplement your exam prep, this book gives you access to a suite of online resources designed to boost your confidence, including mock tests, interactive flashcards, and invaluable exam tips By the end of this book, you'll be fully prepared not only to pass the DP-900 exam but also to confidently tackle data solutions in Azure, setting a strong foundation for your data-driven career What you will learn Analyze features of structured, semi-structured, and unstructured data Utilize Azure SQL and open-source database services confidently Identify and evaluate Azure storage options Understand the versatility of Azure Cosmos DB through use cases and APIs Apply cutting-edge strategies for large-scale analytics in Azure Master core data concepts crucial for Azure environments Explore Microsoft's cloud services for real-time analytics Demonstrate proficiency in data visualization using Power BI Who this book is for This exam guide is designed for anyone who wants to work with Azure data services and prepare for the Azure DP-900 exam. …”
    Libro electrónico
  20. 53260
    Publicado 2023
    “…What you will learn Build and customize sites using Salesforce Experience Cloud Master Salesforce CMS for effective content creation and publication Implement techniques for content moderation/user engagement gamification Learn to set up partner portals, roles, and sharing rules Understand strategies for data sharing/visibility control in the community Create insightful dashboards and reports for data-driven decision-making Audience The Salesforce Experience Cloud Consultant Training targets administrators, developers, consultants, and managers aiming to excel in building and managing online communities. …”
    Video