Mostrando 28,821 - 28,840 Resultados de 32,998 Para Buscar 'Ijud~', tiempo de consulta: 0.99s Limitar resultados
  1. 28821
    Tabla de Contenidos: “…L'importance grandissante de l'emploi à forte intensité de savoir -- Veiller à asseoir solidement l'enseignement de base -- Graphique IV.2. Abandons en cours d'études secondaires, 1998 -- Encadré IV.1. L'importance du capital social et de la confiance -- Adapter l'enseignement supérieur pour le rendre plus efficace par rapport à son coût…”
    Libro electrónico
  2. 28822
    Tabla de Contenidos: “…Conclusion : investir dans les écoles et dans leur fonction dirigeante -- Notes -- Partie II. Études de cas des pays -- Chapitre 5. Stratégies d'encouragement des bonnes pratiques et de l'innovation dans les écoles - Le cas portugais -- 1. …”
    Libro electrónico
  3. 28823
    Publicado 2017
    Tabla de Contenidos: “…Using JAXB to manage the mapping of the request and response entity body to Java objects -- Building your first RESTful web service with JAX-RS -- Setting up the environment -- Building a simple RESTful web service application using the NetBeans IDE -- Adding CRUD operations on the REST resource class -- Client APIs for accessing RESTful web services -- Specifying a dependency of the JAX-RS client API -- Calling REST APIs using the JAX-RS client -- Simplified client APIs for accessing REST APIs -- Summary -- Chapter 4: Advanced Features in the JAX-RS APIs -- Understanding subresources and subresource locators in JAX-RS -- Subresources in JAX-RS -- Subresource locators in JAX-RS -- Dynamic dispatching -- Request matching -- JAX-RS response builder explained -- Exception handling in JAX-RS -- Reporting errors using ResponseBuilder -- Reporting errors using WebApplicationException -- Reporting errors using application exceptions -- Mapping exceptions to a response message using ExceptionMapper -- Introducing validations in JAX-RS applications -- A brief introduction to Bean Validation -- Building custom validation constraints -- What happens when Bean Validation fails in a JAX-RS application? …”
    Libro electrónico
  4. 28824
    Publicado 2024
    Tabla de Contenidos: “…-- Chapter 7: Working with REST and GraphQL APIs -- Technical requirements -- Full-stack architecture -- Minimal MEAN -- NestJS -- Working with monorepos -- Nx monorepo -- Git submodules -- CircleCI config -- Designing APIs -- REST APIs -- OpenAPI Spec -- OpenAPI spec with Express -- GraphQL APIs -- GraphQL schema -- Apollo with Express -- Implementing APIs with Express.js -- Bootstrapping the server -- REST routes and versioning -- GraphQL resolvers -- Services -- MongoDB ODM with DocumentTS -- Implementing JWT auth -- Authenticating middleware -- Custom server auth provider -- Summary -- Exercise -- Further reading -- Questions -- Chapter 8: Recipes - Reusability, Forms, and Caching -- Technical requirements -- Implementing CRUD services with caching -- Updating the cache -- Multi-step responsive forms -- Form controls and form groups -- Stepper and responsive layout -- Reusing repeating template behavior with directives -- Attribute directives -- Field error attribute directive -- Calculated properties and DatePicker -- Typeahead support -- Dynamic form arrays -- Creating shared components -- Reviewing and saving form data -- Scalable form architecture with reusable parts -- Abstract form component -- Implementing a reusable form part -- Input masking -- Custom controls with ControlValueAccessor -- Implementing a custom rating control -- Using custom controls in forms -- Layouts using a grid list -- Restoring cached data -- Exercise -- Summary -- Further reading -- Questions -- Chapter 9: Recipes - Master/Detail, Data Tables, and NgRx -- Technical requirements -- Loading data with resolve guard -- Reusing components with binding and route data…”
    Libro electrónico
  5. 28825
    Publicado 2024
    Tabla de Contenidos: “…- Serverless -- Taking back control - DevOps -- Understanding the key aspects of DevOps -- Determining the benefits of DevOps (and some negatives) -- It's not all about HTML, CSS, and JS - Python -- Reviewing the roadmap -- Summary -- Chapter 6: Exploring Modern Frontend Development -- Technical requirements -- Abstracting away the basics -- Meeting the modern frontend tools -- Meeting React -- Meeting Vue -- Meeting Angular -- Boosting CSS capabilities -- Examining Bootstrap -- Examining Tailwind -- Transpiling and data typing -- Introducing Babel -- Introducing TS -- Packing up and going - bundlers -- Reviewing the roadmap -- Summary -- Chapter 7: From Front to Back - More on Backend Tools and Technologies -- Technical requirements -- Getting to the heart of the matter - data -- Relational databases -- NoSQL databases -- Basic CRUD operations -- Building web APIs with REST, Node, and Express -- Introducing REST -- REST in practice -- Building your first REST API -- Testing the API with Postman -- Going back to the future - SSR -- Using PHP on the server side…”
    Libro electrónico
  6. 28826
    por DeRosa, Jennifer
    Publicado 2024
    Tabla de Contenidos: “…-- How I Approach Design -- Determining the General Settings -- Choosing Fonts for a Cohesive Feel -- Font properties -- Oversized typography -- Choose fonts for your website -- Choosing Colors Effectively -- Pick a color palette -- Rules for using color -- Color no-nos -- HEX and RGBA colors -- Your brand's HEX colors -- HEX colors explained -- Shorthand HEX colors -- Semi-transparency with RGBA -- Styling Rows, Columns, and Modules -- Style your rows -- Padding rows with whitespace -- Fixed content and full-width content considerations -- Style your columns -- Style your modules -- Using Whitespace -- Whitespace helps readability -- Whitespace exudes professionalism and clean design -- Whitespace leads to increased comprehension -- Whitespace helps reduce bounce rate and increase engagement rate -- Add the right amount of whitespace -- Chapter 11 Generating Leads from Your Website -- Understanding and Using Forms -- How many forms should you include? …”
    Libro electrónico
  7. 28827
    por Viscardi, Stacia
    Publicado 2013
    Tabla de Contenidos: “…Choose to be happy, focus on the positive -- Know your communication style -- Loud or quiet? -- Direct versus passive -- Switzerland or Supreme Court judge -- Other ScrumMaster characteristics -- Procrastinator or proactive -- Teacher -- Student -- Scrum buddy -- Journal/walk up a hill -- Which ScrumMaster persona are you? …”
    Libro electrónico
  8. 28828
    por Hales, Jason
    Publicado 2022
    Tabla de Contenidos: “…-- Model -- DbContext and DbSet -- AdventureWorks Database -- Exercise 6.01: Reading Stock Locations from AdventureWorks Database -- Querying a Database-LINQ to SQL -- Query Syntax -- The Rest of CRUD -- Exercise 6.02: Updating Products and Manufacturers Table -- Database First -- Revisiting DbContext -- Generating DbContext from an Existing Database -- Code First and Migrations -- Exercise 6.03: Managing Product Price Changes -- Pitfalls of EF -- Examples Setup -- Multiple Adds -- Equals over == -- Using IEnumerable over IQueryable -- Lazy over Eager Loading -- Read-Only Queries -- Summary of Results -- Tools to Help You Spot Problems Early On -- Working with a Database in Enterprise -- Repository Pattern -- Exercise 6.04: Creating a Generic Repository -- Testing Data Persistence Logic Locally -- In-Memory Database Provider -- SQLite Database Provider -- A Few Words on Repository -- Query and Command Handlers Patterns -- Separating the Database Model from the Business Logic (Domain) Model -- Activity 6.01: Tracking System for Trucks Dispatched -- Summary -- Chapter 7: Creating Modern Web Applications with ASP.NET -- Introduction -- Anatomy of an ASP.NET Web App -- Program.cs and the WebApplication -- Middlewares -- Logging -- Dependency Injection -- Exercise 7.01: Creating Custom Logging Middleware -- Dependency Lifetimes -- Razor Pages -- Basic Razor Syntax -- File Structure -- Exercise 7.02: Creating a Kanban Board with Razor -- PageModel -- The Life Cycle with Page Handlers -- Rendering Reusable Static Code with Tag Helpers -- Exercise 7.03: Creating Reusable Components with Tag Helpers -- Model Binding -- Exercise 7.04: Creating a New Page to Submit Tasks -- Validation…”
    Libro electrónico
  9. 28829
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- About The Author -- Contents -- Introduction -- Who This Book Is For -- What This Book Covers -- What You Need to Use This Book -- How This Book Is Structured -- Part I: Introduction to Databases and Database Design -- Part II: Database Design Process and Techniques -- Part III: A Detailed Case Study -- Part IV: Example Programs -- Part V: Advanced Topics -- Appendixes -- How to Use This Book -- Note to Instructors -- Note to Students -- Conventions -- Source Code -- Contacting the Author -- Disclaimer -- Part 1 Introduction to Databases and Database Design -- Chapter 1 Database Design Goals -- The Importance of Design -- Space Spat -- Information Containers -- Strengths and Weaknesses of Information Containers -- Desirable Database Features -- CRUD -- Retrieval -- Consistency -- Validity -- Easy Error Correction -- Speed -- Atomic Transactions -- ACID -- BASE -- NewSQL -- Persistence and Backups -- Low Cost and Extensibility -- Ease of Use -- Portability -- Security -- Sharing -- Ability to Perform Complex Calculations -- CAP Theorem -- Cloud Considerations -- Legal and Security Considerations -- Consequences of Good and Bad Design -- Summary -- Chapter 2 Relational Overview -- Picking a Database -- Relational Points of View -- Table, Rows, and Columns -- Relations, Attributes, and Tuples -- Keys -- Indexes -- Constraints -- Domain Constraints -- Check Constraints -- Primary Key Constraints -- Unique Constraints -- Foreign Key Constraints -- Database Operations -- Popular RDBs -- Spreadsheets -- Summary -- Chapter 3 NoSQL Overview -- The Cloud -- Picking a Database -- NoSQL Philosophy -- NoSQL Databases -- Document Databases -- Key-Value Database -- Column-Oriented Databases -- Graph Databases -- Street Networks -- Communication Networks -- Social Media Apps -- E-Commerce Programs -- Algorithms…”
    Libro electrónico
  10. 28830
    Publicado 2024
    “…These cases form part of an international effort aimed at strengthening responsible business conduct, the success of which depends on the rules governing domestic courts' power to adjudicate disputes. However, in an increasingly globalised environment, the territorial focus of the adjudicative jurisdiction is often contrary to the transnational nature of the business activities. …”
    Libro
  11. 28831
    por Dzehtsiarou, Kanstantsin
    Publicado 2015
    Tabla de Contenidos: “…European consensus: perceptions of the ECtHR judges; 8. Conclusion…”
    Libro
  12. 28832
    Publicado 2012
    Video
  13. 28833
  14. 28834
    por D'Argenio, Inés A.
    Publicado 2012
    Tabla de Contenidos: “…El respeto de la concurrencia en beneficio de los consumidores: superación de la noción de servicio público -- a) La noción de servicio público como criterio de distribución de competencias en el sistema de doble jurisdicción: una regulación económica que no acude a esa noción -- b) El pronunciamiento administrativo de autoridad es incompatible con la jurisdicción administrativa primaria -- c) La incorporación a nuestro sistema jurídico de nuevas técnicas para la regulación de relaciones de subordinación estructural -- C. …”
    Libro electrónico
  15. 28835
    Tabla de Contenidos: “…Problèmes statistiques que pose la mesure des entrées et sorties -- Faits stylisés tirés d'études récentes -- Observations découlant de statistiques sur la démographie des entreprises -- Figure 2.1. …”
    Libro electrónico
  16. 28836
    Tabla de Contenidos: “…Taux de chômage total, 1993-1999 -- Notes -- Chapitre 4. Étude sectorielle de l'économie -- 1. L'industrie -- Tableau 15. …”
    Libro electrónico
  17. 28837
    Tabla de Contenidos: “…Principales données de l'étude sur Perry Preschool Program -- Panel 7a. Bénéfices éducatifs (mesurés à l'âge de 19 ans sauf spécification contraire) -- Panel 7b. …”
    Libro electrónico
  18. 28838
    Tabla de Contenidos: “…Promouvoir le développement durable : le rôle de l'IIDD -- Défis intérieurs -- Encadré 3. Préserver la région arctique : un défi national et international -- Perception des enjeux et sensibilisation du public -- Priorités politiques -- B. …”
    Libro electrónico
  19. 28839
    Tabla de Contenidos: “…Introduction et définitions -- 1.1. Objet de l'étude -- 1.2. Le champ de la gouvernance des agences, autorités administratives et établissements publics -- Tableau 1. …”
    Libro electrónico
  20. 28840
    por Pokam Kamdem, Williams
    Publicado 2021
    Tabla de Contenidos: “…Les désillusions du Syndicat d'études et de recherches pétrolifères de Logo-baba -- 1. …”
    Libro electrónico