Mostrando 3,841 - 3,860 Resultados de 158,518 Para Buscar 'userv~', tiempo de consulta: 1.78s Limitar resultados
  1. 3841
    Libro
  2. 3842
    Libro
  3. 3843
    Libro
  4. 3844
    por Useros, Manuel, 1929-
    Publicado 1965
    Libro
  5. 3845
    por Useros, Manuel
    Publicado 1966
    Libro
  6. 3846
    Libro
  7. 3847
    por Useros, Manuel
    Publicado 1967
    Enlace del recurso
    Libro
  8. 3848
    por Elmer, Duane, 1943-
    Publicado 2006
    Tabla de Contenidos: “…Openness : welcoming others into your presence ; Acceptance : communicating respect for others ; Trust : building confidence in relationships ; Learning : seeking information that changes you ; Learning : biblical foundations for change ; Understanding : seeing through the other's eyes ; Serving : becoming like Christ to others -- Servanthood : the challenges. …”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico
  9. 3849
    Publicado 1993
    Tesis
  10. 3850
    Publicado 2013
    Libro electrónico
  11. 3851
    Publicado 2007
    Libro
  12. 3852
    Publicado 1997
    Libro
  13. 3853
    por Fox, Zeni
    Publicado 2002
    Libro
  14. 3854
    Publicado 1993
    Seriadas
  15. 3855
  16. 3856
    Publicado 1910
    Libro
  17. 3857
    Publicado 2016
    Tabla de Contenidos: “…Introducing the new HTML5 video element -- Embedding HTML5 video content -- Exploring what happened -- Building a practical example -- Exploring what happened -- Exploring the risks -- Making audio responsive -- Taking things further -- Making text fit on screen -- Sizing with em units -- Using rem units as a replacement -- Exploring use of viewport units -- Taking things further -- Summary -- Chapter 4: Exploring Media Queries -- Exploring some examples -- Understanding media queries -- Exploring the available media types -- Listing the available media features -- Introducing operators in our queries -- Identifying common breakpoints -- Creating custom breakpoints -- Understanding the rationale -- Taking care over our design -- Removing the need for breakpoints -- Putting our theory into practice -- Creating some practical examples -- Making it real -- Exploring what happened -- Detecting high-resolution image support -- Exploring how it works -- Examining some common mistakes -- Exploring best practices -- Taking things further -- Summary -- Chapter 5: Testing and Optimizing for Performance -- Understanding the importance of speed -- Understanding why pages load slowly -- Optimizing the performance -- Starting with Google -- Taking things further -- Testing the performance of our site -- Working through a desktop example -- Viewing on a mobile device -- Best practices -- Providing support for older browsers -- Considering which features to support -- Let the user choose what they want -- Do we need to include a whole library? …”
    Libro electrónico
  18. 3858
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title page -- Copyright and credits -- Contributors -- Table of Contents -- Preface -- Part 1: Introduction and Crash Course -- Chapter 1: Starting Your First Vue Project -- Technical requirements -- Understanding Vue as a framework -- Angular versus Vue -- React versus Vue -- Advantages of using Vue for your project -- Working with Vue -- Understanding the Vue instance -- Setting up a Vite-powered Vue application -- Vue's SFC architecture -- Exercise 1.01 - building your first component -- Exploring data properties as a local state -- Writing components with script setup -- Exercise 1.02 - interpolation with conditionals -- Understanding Vue directives -- Exercise 1.03 - exploring basic directives (v-text, v-once, v-html, v-bind, v-if, v-show) -- Enabling two-way binding using v-model -- Exercise 1.04 - experimenting with two-way binding using v-model -- Understanding data iteration with v-for -- Basic iteration using v-for -- Exercise 1.05 - using v-for to iterate through an array of strings -- Iterating through an array of objects -- Exercise 1.06 - using v-for to iterate through an array of objects and using their properties in v-if conditions -- Iterating through a keyed collection (Object) -- Exercise 1.07 - using v-for to loop through the properties of Object -- Exploring methods -- Exercise 1.08 - triggering methods -- Exercise 1.09 - returning data using Vue methods -- Understanding component lifecycle hooks -- Exercise 1.10 - using a Vue lifecycle to control data -- Styling components -- Exercise 1.11 - importing SCSS into a scoped component -- Setting up state-driven dynamic CSS in Vue 3 -- Understanding CSS modules -- Exercise 1.12 - styling Vue components using CSS modules -- Activity 1.01 - building a dynamic shopping list app using Vue -- Summary -- Chapter 2: Working with Data -- Technical requirements…”
    Libro electrónico
  19. 3859
    por Montagnino, Marian, author
    Publicado 2023
    Tabla de Contenidos: “…Intelligent suggestions -- Automatically generated help and man pages -- Powering your CLI -- Viper - easy configuration for CLIs -- Configuration types -- Watching for live config changes -- Basic calculator CLI using Cobra and Viper -- The Cobra CLI commands -- The Viper configuration -- Running the basic calculator -- Summary -- Questions -- Answers -- Further reading -- Part 2: The Ins and Outs of a CLI -- Chapter 5: Defining the Command-Line Process -- Technical requirements -- Receiving the input and user interaction -- Defining subcommands, arguments, and flags -- Piping -- Signals and control characters -- User interaction -- Processing data -- Returning the resulting output and defining best practices -- Summary -- Questions -- Answers -- Further reading -- Chapter 6: Calling External Processes and Handling Errors and Timeouts -- Technical requirements -- Calling external processes -- The os/exec package -- Creating commands using the Cmd struct -- Running the command -- Interacting with REST APIs -- Get request -- Pagination -- Rate limiting -- Handling the expected - timeouts and errors -- Timeouts with external command processes -- Errors or panics with external command processes -- Timeouts and other errors with HTTP requests -- Summary -- Questions -- Answers -- Further reading -- Chapter 7: Developing for Different Platforms -- Technical requirements -- Packages for platform-independent functionality -- The os package -- The time package -- The path package -- The runtime package -- Implementing independent or platform-specific code -- Platform-independent code -- Platform-specific code -- Build tags for targeted platforms -- The build package -- Build tags -- OS-level differences -- Summary -- Questions -- Answers -- Further reading -- Part 3: Interactivity and Empathic Driven Design…”
    Libro electrónico
  20. 3860
    Publicado 2024
    Tabla de Contenidos: “…Separating responsibilities - Smart and Presentation components -- Communication from the child component - using @Output -- Propagating events from nested components -- Summary -- Chapter 5: Angular Services and the Singleton Pattern -- Technical requirements -- Creating services -- Understanding the dependency injection pattern -- Using the inject() function -- Communication between components using services -- REST API consumption -- Summary -- Part 2: Leveraging Angular's Capabilities -- Chapter 6: Handling User Inputs: Forms -- Technical requirements -- Template-driven forms -- Reactive forms -- Data validation -- Custom validations -- Typed reactive forms -- Summary -- Chapter 7: Routes and Routers -- Technical requirements -- Routes and navigation -- Defining an error page and title -- Dynamic routes - wildcards and parameters -- Securing routes - guards -- Optimizing the experience - Resolve -- Summary -- Chapter 8: Improving Backend Integrations: the Interceptor Pattern -- Technical requirements -- Attaching the token to the request with an interceptor -- Changing the request route -- Creating a loader -- Notifying success -- Measuring the performance of a request -- Summary -- Chapter 9: Exploring Reactivity with RxJS -- Technical requirements -- Observables and operators -- Handling data - transformation operators -- Another way to subscribe - the async pipe -- Connecting information flows - high-order operators -- Optimizing data consumption - filter operators -- How to choose the correct operator -- Summary -- Part 3: Architecture and Deployment -- Chapter 10: Design for Tests: Best Practices -- Technical requirements -- What to test -- Service tests -- Fixing the tests and understanding TestBed -- Component testing -- E2E tests with Cypress -- Summary -- Chapter 11: Micro Frontend with Angular Elements -- Technical requirements…”
    Libro electrónico