Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 4,986
- Engineering & Applied Sciences 2,183
- Development 1,900
- Application software 1,666
- Crítica e interpretación 1,662
- Filosofía 1,560
- Computer Science 1,523
- Història 1,449
- Colecciones 1,377
- Management 1,232
- History 1,193
- Documentos 1,187
- Biblia 1,076
- Traducción al francés 1,059
- Coleccion 1,050
- Parlamento britanico 1,047
- Data processing 909
- Computer networks 832
- Computer programs 818
- Design 798
- Operating systems (Computers) 777
- Bíblia 755
- Web site development 696
- Web sites 688
- Computer software 640
- Patrística 632
- Derechos humanos 624
- Derecho 607
- Cloud computing 596
- Economic conditions 595
-
3841
-
3842
-
3843
-
3844
-
3845por Useros, Manuel
Publicado 1966Biblioteca de la Universidad Pontificia de Salamanca (Otras Fuentes: Biblioteca de la Universidad de Navarra)Libro -
3846por García Oviedo, Carlos, 1884-1955
Publicado 1968Biblioteca de la Universidad de Navarra (Otras Fuentes: Biblioteca Universidad de Deusto)Libro -
3847
-
3848por Elmer, Duane, 1943-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. …”
Publicado 2006
Click para texto completo desde fuera UPSA
Click para texto completo desde UPSA
Libro electrónico -
3849
-
3850Publicado 2013Libro electrónico
-
3851
-
3852
-
3853
-
3854
-
3855
-
3856
-
3857Publicado 2016Tabla 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 -
3858Publicado 2023Tabla 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 -
3859por Montagnino, Marian, authorTabla 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…”
Publicado 2023
Libro electrónico -
3860Publicado 2024Tabla 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