Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 224
- Application software 200
- JavaScript (Computer program language) 111
- Web site development 77
- Computer programming 68
- Java (Computer program language) 67
- Python (Computer program language) 63
- Web applications 58
- Database management 52
- Programming 48
- Application program interfaces (Computer software) 45
- Cloud computing 44
- Internet programming 39
- Programming languages (Electronic computers) 39
- Microsoft .NET Framework 37
- Web sites 34
- Computer programs 33
- Data mining 33
- Design 33
- iOS (Electronic resource) 29
- Computer software 28
- Big data 26
- Engineering & Applied Sciences 25
- Go (Computer program language) 24
- Node.js 24
- Web Development 23
- Client/server computing 21
- Mobile computing 21
- SQL (Computer program language) 21
- Ajax (Web site development technology) 20
-
681por Wells, ChristopherTabla de Contenidos: “…Domain to Domain (Cross-Domain) Communications; 3.1.3.2. JSON; 3.1.3.3. Web services; 3.2. Browser Security; 3.2.2. …”
Publicado 2007
Libro electrónico -
682Publicado 2018Tabla de Contenidos: “…Chapter 15: A Functional Approach to Web Services -- The HTTP request-response model -- Injecting state through cookies -- Considering a server with a functional design -- Looking more deeply into the functional view -- Nesting the services -- The WSGI standard -- Throwing exceptions during WSGI processing -- Pragmatic WSGI applications -- Defining web services as functions -- Creating the WSGI application -- Getting raw data -- Applying a filter -- Serializing the results -- Serializing data into JSON or CSV formats -- Serializing data into XML -- Serializing data into HTML -- Tracking usage -- Summary -- Chapter 16: Optimizations and Improvements -- Memoization and caching -- Specializing memoization -- Tail recursion optimizations -- Optimizing storage -- Optimizing accuracy -- Reducing accuracy based on audience requirements -- Case study-making a chi-squared decision -- Filtering and reducing the raw data with a Counter object -- Reading summarized data -- Computing sums with a Counter object -- Computing probabilities from Counter objects -- Computing expected values and displaying a contingency table -- Computing the chi-squared value -- Computing the chi-squared threshold -- Computing the incomplete gamma function -- Computing the complete gamma function -- Computing the odds of a distribution being random -- Functional programming design patterns -- Summary -- Other Books You May Enjoy -- Index…”
Libro electrónico -
683Publicado 2021Tabla de Contenidos: “…Static Fragments and Dual-Pane Layouts -- Exercise 3.03: Dual-Pane Layouts with Static Fragments -- Dynamic Fragments -- Exercise 3.04: Adding Fragments Dynamically to an Activity -- Jetpack Navigation -- Exercise 3.05: Adding a Jetpack Navigation Graph -- Activity 3.01: Creating a Quiz on the Planets -- Summary -- Chapter 4: Building App Navigation -- Introduction -- Navigation Overview -- Navigation Drawer -- Exercise 4.01: Creating an App with a Navigation Drawer -- Bottom Navigation -- Exercise 4.02: Adding Bottom Navigation to Your App -- Tabbed Navigation -- Exercise 4.03: Using Tabs for App Navigation -- Activity 4.01: Building Primary and Secondary App Navigation -- Summary -- Chapter 5: Essential Libraries: Retrofit, Moshi, and Glide -- Introduction -- Fetching Data from a Network Endpoint -- Exercise 5.01: Reading Data from an API -- Parsing a JSON Response -- Exercise 5.02: Extracting the Image URL from the API Response -- Loading Images from a Remote URL -- Exercise 5.03: Loading the Image from the Obtained URL -- Activity 5.01: Displaying the Current Weather -- Summary -- Chapter 6: RecyclerView -- Introduction -- Adding RecyclerView to Our Layout -- Exercise 6.01: Adding an Empty RecyclerView to Your Main Activity -- Populating the RecyclerView -- Exercise 6.02: Populating Your RecyclerView -- Responding to Clicks in RecyclerView -- Exercise 6.03: Responding to Clicks -- Supporting Different Item Types -- Exercise 6.04: Adding Titles to RecyclerView -- Swiping to Remove Items -- Exercise 6.05: Adding Swipe to Delete Functionality -- Adding Items Interactively -- Exercise 6.06: Implementing an "Add A Cat" Button -- Activity 6.01: Managing a List of Items -- Summary -- Chapter 7: Android Permissions and Google Maps -- Introduction -- Requesting Permissions from the User -- Exercise 7.01: Requesting the Location Permission…”
Libro electrónico -
684Publicado 2018Tabla de Contenidos: “…Using the changed actuator base path -- Using the renamed actuator endpoints -- Using the changed Embedded Container Configuration -- Using the changed default behavior for path mapping -- Using the changed default dispatcher types for the servlet filter -- Using the modified transitive dependency to spring-boot-web-starter -- Using the changed default proxying strategy -- Using the modified configuration location strategy -- Using the changed Jackson/JSON support -- Using the changed Spring Boot Actuator security -- Using the changed HikariCP default connection pool for JPA -- Using the changed default database initialization strategy -- Using the changed database schema creation strategy -- Using the changed testing support -- Using the revised Spring Security -- Using the changed default security auto-configuration strategy -- Spring Security OAuth2 is migrated to Spring Security core -- Using the AuthenticationManager bean -- Understanding removed features -- Summary -- Questions -- Further reading -- Chapter 2: Building a Basic Web Application -- Technical requirements -- Getting started -- Web application architecture -- Workflow of Spring Web MVC -- Requirements for our web application -- The use case diagram -- Using Spring Data JPA for persistence -- Understanding the Java Persistence API (JPA) -- Understanding Spring Data JPA -- Class diagram for the domain model -- Implementation of the domain model using JPA annotations -- Setting up dependencies and configuration -- Implementing the domain model -- Implementation of Spring Data JPA repositories -- Testing Spring Data JPA repositories -- Using Spring Boot Devtools for database visualization -- Using Services to encapsulate business logic -- Testing Services -- Using Spring Thymeleaf for the view -- Understanding template engines -- Spring Thymeleaf -- UI design for the Retro Board…”
Libro electrónico -
685por Dirksen, JosTabla de Contenidos: “…Saving and loading in Three.js JSON format -- Importing from 3D file formats -- The OBJ and MTL formats -- Loading a gLTF model -- Showing complete LEGO models -- Loading voxel-based models -- Showing proteins from PDB -- Loading a point cloud from a PLY model -- Other loaders -- Summary -- Chapter 9: Animation and Moving the Camera -- Basic animations -- Simple animations -- Selecting and moving objects -- Animating with Tween.js -- Working with the camera -- ArcballControls -- TrackBallControls -- FlyControls -- FirstPersonControls -- OrbitControls -- Morphing and skeleton animation -- Animation with morph targets -- Animation with a mixer and morph targets -- Animation using bones and skinning -- Creating animations using external models -- Using gltfLoader -- Visualizing motions captured models using fbxLoader -- Loading an animation from a Quake model -- Loading an animation from a COLLADA model -- Visualizing a skeleton with BVHLoader -- Summary -- Chapter 10: Loading and Working with Textures -- Using textures in materials -- Loading a texture and applying it to a mesh -- Using a bump map to provide extra details to a mesh -- Achieving more detailed bumps and wrinkles with a normal map -- Using a displacement map to alter the position of vertices -- Adding subtle shadows with an ambient occlusion map -- Creating fake lighting using a lightmap -- Metalness and roughness maps -- Using an alpha map to create transparent models -- Using an emissive map for models that glow -- Using a specular map to determine shininess -- Creating fake reflections using an environment map -- Repeat wrapping -- Rendering to a canvas and using it as a texture -- Using the canvas as a color map -- Using the canvas as a bump map -- Using the output from a video as a texture -- Summary -- Part 4: Post-Processing, Physics, and Sounds…”
Publicado 2023
Libro electrónico -
686Publicado 2023Tabla de Contenidos: “…Passing data from PHP into JS -- Single Directory Components -- Drupal accessibility tips -- The visually hidden CSS class -- Drupal announce JS API -- Using buttons as menu items -- Contributed modules that help with theming -- Summary -- Chapter 20: Delivering Drupal Content through APIs -- Web services primer -- Web service APIs in Drupal -- Concepts -- Modules and configuration -- Using web services -- Basic JSON:API examples -- Basic REST API examples -- REST clients -- Summary -- Chapter 21: Migrating Content into Drupal -- Migration concepts -- The Migrate system -- Extract -- Transform -- Load -- Custom events -- Operating migrations -- Contributed modules -- Use cases -- Summary -- Chapter 22: Multisite Management -- The multisite feature -- Benefits -- Drawbacks -- Automating deployments across many sites -- Summary -- Appendix A - Drupal Terminology -- Index -- About PACKT -- Other Books You May Enjoy…”
Libro electrónico -
687Publicado 2017Tabla de Contenidos: “…. -- Consuming custom services in JSON -- Getting ready -- How to do it... -- How it works... -- There's more... -- Consuming custom services in SOAP -- Getting ready -- How to do it... -- How it works... -- Consuming OData services -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Consuming external web services -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 10: Improving Development Efficiency and Performance -- Introduction -- Using extensions -- How to do it... -- How it works... -- Caching a display method -- How to do it... -- How it works... -- There's more... -- Calculating code execution time -- How to do it... -- How it works... -- There's more... -- Enhancing insert, update, and delete operations -- How to do it... -- How it works... -- There's more... -- Using delete_from -- Using update_recordSet for faster updates…”
Libro electrónico -
688Publicado 2023Tabla de Contenidos: “…. -- See also -- Exporting the output in JSON -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Tainting resources -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Generating the dependency graph -- Getting ready -- How to do it... -- How it works... -- See also -- Using different Terraform configuration directories -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Testing and evaluating a Terraform expression -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Debugging the Terraform execution -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 7: Sharing Terraform Configuration with Modules -- Technical requirements -- Creating a Terraform module and using it locally -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Provisioning multiple instances of a Terraform module -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using modules from the public registry -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Sharing a Terraform module in the public registry using GitHub -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using another file inside a custom module -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also…”
Libro electrónico -
689por Rountree, DerrickTabla de Contenidos: “…2.5.2.2.2 Requires Specialized Infrastructure2.5.2.2.3 Need to Conform to Same Standards; 2.5.2.2.4 It's Really New; 2.6 Summary; 3 Federated Identity Technologies; 3.1 Introduction; 3.2 OpenID; 3.2.1 Using OpenID; 3.3 OAuth; 3.3.1 Evolution of OAuth; 3.3.1.1 OAuth 1.0 and 1.0a; 3.3.1.2 OAuth WRAP; 3.3.1.3 OAuth 2.0; 3.4 Security Tokens; 3.4.1 Simple Web Tokens; 3.4.1.1 SWT Attributes; 3.4.2 JSON Web Tokens; 3.4.2.1 JWT Components; 3.4.2.2 JWT Claims; 3.4.2.3 JWT Creation; 3.4.3 Security Assertion Markup Language; 3.4.3.1 SAML Components; 3.4.3.1.1 SAML Assertions; 3.4.3.1.2 SAML Protocols…”
Publicado 2013
Libro electrónico -
690Publicado 2018Tabla de Contenidos: “…Managing hyperparameters and configuration parameters -- Using a JSON file to easily configure parameters -- The parameters manager -- A complete deep Q-learner to solve complex problems with raw pixel input -- The Atari Gym environment -- Customizing the Atari Gym environment -- Implementing custom Gym environment wrappers -- Reward clipping -- Preprocessing Atari screen image frames -- Normalizing observations -- Random no-ops on reset -- Fire on reset -- Episodic life -- Max and skip-frame -- Wrapping the Gym environment -- Training the deep Q-learner to play Atari games -- Putting together a comprehensive deep Q-learner -- Hyperparameters -- Launching the training process -- Testing performance of your deep Q-learner in Atari games -- Summary -- Chapter 7: Creating Custom OpenAI Gym Environments - CARLA Driving Simulator -- Understanding the anatomy of Gym environments -- Creating a template for custom Gym environment implementations -- Registering custom environments with OpenAI Gym -- Creating an OpenAI Gym-compatible CARLA driving simulator environment -- Configuration and initialization -- Configuration -- Initialization -- Implementing the reset method -- Customizing the CARLA simulation using the CarlaSettings object -- Adding cameras and sensors to a vehicle in CARLA -- Implementing the step function for the CARLA environment -- Accessing camera or sensor data -- Sending actions to control agents in CARLA -- Continuous action space in CARLA -- Discrete action space in CARLA -- Sending actions to the CARLA simulation server -- Determining the end of episodes in the CARLA environment -- Testing the CARLA Gym environment -- Summary -- Chapter 8: Implementing an Intelligent - Autonomous Car Driving Agent using Deep Actor-Critic Algorithm -- The deep n-step advantage actor-critic algorithm -- Policy gradients -- The likelihood ratio trick…”
Libro electrónico -
691Publicado 2023Tabla de Contenidos: “…Understanding the benefits of modular architecture in web development -- Understanding Flask Blueprints -- Setting up a Flask application with Blueprints -- Structuring Blueprint Flask applications -- Defining models and Blueprint modules -- Registering the Blueprints -- Handling the React frontend with Flask Blueprints -- Summary -- Chapter 15: Flask Unit Testing -- Technical requirements -- Unit testing in Flask applications -- FIRST -- RITE -- 3A -- Introducing Pytest -- Setting up Pytest -- Basic syntax, structures, and features of Pytest -- Using fixtures -- Parameterizing in pytest -- Mocking external dependencies in pytest -- Writing unit tests -- Unit-testing user registration -- Unit-testing user login -- Testing JSON APIs -- Testing speaker data creation -- Updating the speaker data object -- Testing the deletion of the speaker data object -- Test-driven development with Flask -- Defining the feature -- Writing a failed test case -- Implementing the minimal amount of code to pass the test -- Running the test and ensuring it passes -- Refactoring the code -- Writing additional tests -- Handling exceptions -- Summary -- Chapter 16: Containerization and Flask Application Deployment -- Technical requirements -- What is containerization? …”
Libro electrónico -
692Publicado 2017Tabla de Contenidos: “…Ticks -- Signals -- Alarms -- Multiprocessing -- Summary -- Chapter 6: Prominent OOP Features -- Object inheritance -- Objects and references -- Object iteration -- Object comparison -- Traits -- Reflection -- Summary -- Chapter 7: Optimizing for High Performance -- Max execution time -- Memory management -- File uploads -- Session handling -- Output buffering -- Disabling debug messages -- Zend OPcache -- Concurrency -- Summary -- Chapter 8: Going Serverless -- Using the serverless framework -- Using Iron.io IronWorker -- Summary -- Chapter 9: Reactive Programming -- Similarities with event-driven programming -- Using RxPHP -- Installing RxPHP -- Observable and observer -- Subject -- Operator -- Writing custom operators -- Non-blocking IO -- Using React -- Installing React -- React event loop -- Observables and event loop -- Summary -- Chapter 10: Common Design Patterns -- Base patterns -- The registry pattern -- Creational patterns -- The singleton pattern -- The prototype pattern -- The abstract factory pattern -- The builder pattern -- The object pool pattern -- Behavioral patterns -- The strategy pattern -- The observer pattern -- The lazy initialization pattern -- The chain of responsibility pattern -- Structural patterns -- The decorator pattern -- Summary -- Chapter 11: Building Services -- Understanding the client-server relationship -- Working with SOAP -- XML extensions -- Creating server -- Creating WSDL file -- Creating client -- Working with REST -- JSON extensions -- Creating server -- Creating client -- Working with Apache Thrift (RPC) -- Installing Apache Thrift -- Defining service -- Creating server -- Creating client -- Understanding microservices -- Summary -- Chapter 12: Working with Databases -- Working with MySQL -- Installing MySQL -- Setting up sample data -- Querying via the MySQLi driver extension -- Connecting…”
Libro electrónico -
693Publicado 2024Tabla de Contenidos: “…Stream inspectors -- Wizard and binder inspectors -- Summary -- Chapter 9: Stream Inspectors -- Relevant protocols for the stream inspector -- IP -- ICMP -- TCP -- UDP -- Flow -- The stream inspectors -- stream_ip -- stream_udp -- stream_icmp -- stream_tcp -- stream_base -- Summary -- Chapter 10: HTTP Inspector -- Basics of HTTP -- HTTP request -- HTTP response -- HTTP/2 -- HTTP inspector -- HTTP buffers -- HTTP/2 inspector -- HTTP inspector configuration -- Summary -- Chapter 11: DCE/RPC Inspectors -- A DCE/RPC overview -- Connectionless versus connection-oriented DCE/RPC -- DCE/RPC inspectors -- DCE/RPC rule options -- Exercise -- Summary -- Chapter 12: IP Reputation -- Background -- IP address as an entity - use of blocklists -- Challenges -- History of IP blocking in Snort -- Configuration of the IP reputation inspector module -- Functionality of the IP reputation inspector -- Data structure for storing IP reputation scores -- IP reputation inspector - alerts and pegs -- Summary -- Part 4: Rules and Alerting -- Chapter 13: Rules -- Snort rule - the structure -- Service rule -- File rule -- File identification rule -- Rule header -- Traditional rule header -- Rule options -- General rule options -- Payload options -- Non-payload options -- Recommendations for writing good rules -- Using fast_pattern wisely -- Using the inspection buffers for rule matching -- Defining the right service or protocol -- Summary -- Chapter 14: Alert Subsystem -- Post-inspection processing -- Event generation -- Event thresholding -- Applying a rule action to a packet -- Logging the alert -- Alert formats -- CSV format -- Unified2 format -- Alert Fast format -- Alert Full format -- JSON format -- Summary -- Chapter 15: OpenAppID -- The OpenAppID feature -- Design and architecture -- Detectors -- The inspector -- The rules -- Exercise -- Summary…”
Libro electrónico -
694Publicado 2023Tabla de Contenidos: “…Cover -- Copyright -- Contributors -- Tabel of Contents -- Preface -- Part 1: Backend Programming with Spring Boot -- Chapter 1: Setting Up the Environment and Tools - Backend -- Technical requirements -- Installing Eclipse -- Understanding Gradle -- Using Spring Initializr -- Creating a project -- Running the project -- Spring Boot development tools -- Logs and problem-solving -- Installing MariaDB -- Summary -- Questions -- Further reading -- Chapter 2: Understanding Dependency Injection -- Technical requirements -- Introducing dependency injection -- Using dependency injection in Spring Boot -- Summary -- Questions -- Further reading -- Chapter 3: Using JPA to Create and Access a Database -- Technical requirements -- Basics of ORM, JPA, and Hibernate -- Creating the entity classes -- Creating CRUD repositories -- Adding relationships between tables -- Setting up a MariaDB database -- Summary -- Questions -- Further reading -- Chapter 4: Creating a RESTful Web Service with Spring Boot -- Technical requirements -- Basics of REST -- Creating a RESTful web service with Spring Boot -- Using Spring Data REST -- Documenting a RESTful API -- Summary -- Questions -- Further reading -- Chapter 5: Securing Your Backend -- Technical requirements -- Understanding Spring Security -- Securing your backend with a JSON Web Token -- Securing the login -- Securing the other requests -- Handling exceptions -- Adding a CORS filter -- Role-based security -- Using OAuth2 with Spring Boot -- Summary -- Questions -- Further reading -- Chapter 6: Testing Your Backend -- Technical requirements -- Testing in Spring Boot -- Creating test cases -- Testing with Gradle -- Test-driven development -- Summary -- Questions -- Further reading -- Part II: Frontend Programming with React -- Chapter 7: Setting Up the Environment and Tools - Frontend -- Technical requirements…”
Libro electrónico -
695Publicado 2024Tabla de Contenidos: “…-- History of Svelte -- Differentiation from other frameworks -- Learning Svelte fundamentals -- Component composition structure -- Introduction to .svelte file structure -- Reactivity -- Events -- Bindings -- Handling conditionals and iterating arrays -- Props -- Lifecycle -- Stores -- Summary -- Chapter 13: Setting Up the Svelte Project -- Technical requirements -- Discussing Vite and SvelteKit -- Setting up the project -- Exploring the project structure -- Vite configuration file -- TypeScript configuration file -- Svelte configuration file -- Configuring package.json -- HTML entry point -- Main file -- Application title -- Summary -- Chapter 14: Svelte Chat Application Development -- Technical requirements -- Writing routes for our application -- Handling authentication logic -- Defining the authentication store -- Implementing Login component -- Implementing Register component -- Developing chat logic -- Creating a parent component -- Implementing the Header component -- Creating the Chat component -- Introducing styling -- Writing application-wide styling -- Styling for our Login and Register components…”
Libro electrónico -
696Publicado 2017Tabla de Contenidos: “…Animation-Callbacks -- Touch-Gestensteuerung mit HammerJS -- Zusammenfassung -- Kapitel 15 - Authentifizierung und Autorisierung -- OAuth 2 und OpenID Connect -- OAuth 2 -- Benutzer mit OpenID Connect authentifizieren -- JSON Web Token -- OAuth 2- und OIDC-Flows -- Implicit Flow -- Resource Owner Password Credentials Flow -- Angular konfigurieren -- OAuth2-Bibliothek einrichten und konfigurieren -- Login mit Implicit Flow -- Login mit Resource Owner Password Credentials Flow -- Zugriff auf die Web-API mit Access Token -- Zusammenfassung -- Kapitel 16 - Redux mit @ngrx/store -- Motivation -- Redux -- Überblick über @ngrx/store -- Fallbeispiel -- Single Immutable State Tree -- Reducer -- Bootstrapping -- Komponente -- Template -- Undo/Redo -- Zeitreisende Debugger -- Zusammenfassung -- Kapitel 17 - Testing -- Testbausteine -- Jasmine -- Anatomie eines Jasmine-Tests -- Test-Runner -- Unit-Tests mit Karma -- Installation und Konfiguration -- Ein Test-Bundle nutzen -- Ein erster Unit-Test -- Isolated Unit Test -- Angular Testing Utilities -- Debugging über Source Maps -- Komponenten testen -- Komplexe Komponenten vorbereiten -- Attribut-Direktiven -- Asynchrone Tests und der Http-Service -- Den Http-Service vorbereiten -- Asynchron testen -- Pipes -- Code-Coverage-Report -- Konfiguration ohne Angular CLI -- End-2-End-Tests mit Protractor -- Asynchrone Befehle und der WebDriver-ControlFlow -- Installation und Konfiguration -- Protractor-Konfigurationsdatei -- E2E-Tests mit Jasmine -- Spezifikation und Resultat eines E2E-Tests mit Jasmine -- Elemente mit dem Hilfsobjekt by finden -- Eigene Locators nutzen -- Interaktion mit Elementen -- Jasmine-Reporter -- Zusammenfassung -- Kapitel 18 - Tools und erweiterter Projektaufbau -- Projektaufbau allgemein -- Style Guide -- Projekte mit Webpack -- Einstiegspunkt festlegen -- Loader definieren…”
Libro electrónico -
697Publicado 2018Tabla de Contenidos: “…-- Single management instance -- Multiple management instances -- MRA's approach number of cloud management instances -- Firewall or no firewall -- Load balancing -- Web proxies -- Content Delivery Networks (CDNs) -- Prerequisites to allow the API platform to be built -- Background to the account types -- Building the cloud -- Default roles and users -- Creating users inside API platform -- Configuring Oracle traffic director -- Network-based access controls -- Setting up Apiary -- Configure developer portal look and feel -- Gateway life cycle and deployment -- Gateway configuration -- Where to get the logical gateway ID -- Configuration JSON properties -- Gateway prerequisites -- Retrieving the gateway deployment package -- Actioning the gateway deployment -- Unpacking -- Install -- Configure -- Start -- Create -- Join -- Making the gateway production ready -- Linux security -- Log analytics -- Dealing with certificates -- Gateway lockdown -- Summary -- Chapter 6: Defining Policies for APIs -- Background -- Common security threats -- Denial-of-service attacks (DoS) -- Payload attacks -- Role of the gateway -- HTTP and HTTPS -- Throttling -- Implementing APIs for MRA -- Understanding policies -- General guidelines for designing policies -- Request and response pipeline policies -- Defining polices -- Inbound policies -- Outbound policies -- Defining rate limiting policies -- API rate limiting policies -- Steps to create a rate limiting policy -- Application rate limiting policies -- Creating an application rate policy -- Testing the policy -- Lightweight authorization checks -- Creating an API key policy -- Testing the API key -- Logging -- Enabling logging -- Interface filtering -- Creating an interface filter -- Testing the policy -- Cross origin resource sharing (CORS) -- Creating a CORS policy…”
Libro electrónico -
698Publicado 2018Tabla de Contenidos: “…Index creation and maintenance -- Unique indexes -- Concurrent index creation -- Clustering an index -- Fill factor -- Reindexing -- Index types -- B-tree -- Text operator classes -- Hash -- GIN -- B-tree GIN versus bitmap indexes -- GiST -- Advanced index use -- Multicolumn indexes -- Indexes for sorting -- Partial indexes -- Expression-based indexes -- Indexing for full-text search -- Indexing like or like queries with pg_trgm contrib -- Indexing JSON datatype -- Summary -- Chapter 10: Query Optimization -- Sample data sets -- Pagila -- dellstore2 -- EXPLAIN basics -- Timing overhead -- Hot and cold cache behavior -- Clearing the cache -- Query plan node structure -- Basic cost computation -- Estimated costs and real-world costs -- Explain analysis tools -- Visual explain -- Verbose output -- Machine-readable EXPLAIN output -- Plan analysis tools -- Assembling row sets -- Tuple ID -- Object ID -- Sequential scan -- Index Scan -- Bitmap heap and index scans -- Processing nodes -- Sort -- Limit -- Offsets -- Aggregate -- HashAggregate -- Unique -- WindowAgg -- Result -- Append -- Group -- Subquery scan and subplan -- Subquery conversion and IN lists -- Set operations -- Materialize -- CTE scan -- Joins -- Nested loop -- Nested loop with inner index scan -- Merge Join -- Nested Loop and Merge Join materialization -- Hash joins -- Hash semi and anti-joins -- Join ordering -- Forcing join order -- Join removal -- Genetic query optimizer -- Statistics -- Viewing and estimating with statistics -- Statistics targets -- Adjusting a column target -- Distinct values -- Difficult areas to estimate -- Other query-planning parameters -- effective_cache_size -- work_mem -- constraint_exclusion -- cursor_tuple_fraction -- Executing other statement types -- Improving queries -- Optimizing for fully cached data sets -- Testing for query equivalence…”
Libro electrónico -
699Publicado 2017Tabla de Contenidos: “…. -- See also -- Consuming a Dynamics 365 for Operations JSON service -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also... -- Consuming an external service within Dynamics 365 for Operations -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 10: Extensibility Through Metadata and Data Date-Effectiveness -- Introduction -- Using metadata for data access -- Getting ready... -- How to do it... -- How it works... -- Using Interfaces for extensibility through metadata -- Getting ready... -- How to do it... -- How it works... -- Making data date-effective -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Chapter 11: Unit Testing -- Introduction -- Creating a Form Adaptor project -- Getting ready -- How to do it... -- How it works... -- Creating a Unit Test project -- Getting ready -- How to do it... -- How it works... -- Creating a Unit Test case for code -- Getting ready -- How to do it... -- How it works... -- Creating a test case from a task recording -- Getting ready -- How to do it... -- How it works... -- Chapter 12: Automated Build Management -- Introduction -- Creating a Team Services Build Agent Queue -- Getting ready -- How to do it... -- How it works... -- Setting up a build server -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing build operations -- Getting ready -- How to do it... -- How it works…”
Libro electrónico -
700Publicado 2016Tabla de Contenidos: “…RDD operations -- Caching data -- Performance optimizations -- Analytics with the Dataset API -- Creating Datasets -- Converting a DataFrame to a Dataset -- Converting a Dataset to a DataFrame -- Accessing metadata using Catalog -- Data Sources API -- Read and write functions -- Built-in sources -- Working with text files -- Working with JSON -- Working with Parquet -- Working with ORC -- Working with JDBC -- Working with CSV -- External sources -- Working with AVRO -- Working with XML -- Working with Pandas -- DataFrame based Spark-on-HBase connector -- Spark SQL as a distributed SQL engine -- Spark SQL's Thrift server for JDBC/ODBC access -- Querying data using beeline client -- Querying data from Hive using spark-sql CLI -- Integration with BI tools -- Hive on Spark -- Summary -- Chapter 5: Real-Time Analytics with Spark Streaming and Structured Streaming -- Introducing real-time processing -- Pros and cons of Spark Streaming -- History of Spark Streaming -- Architecture of Spark Streaming -- Spark Streaming application flow -- Stateless and stateful stream processing -- Spark Streaming transformations and actions -- Union -- Join -- Transform operation -- updateStateByKey -- mapWithState -- Window operations -- Output operations -- Input sources and output stores -- Basic sources -- Advanced sources -- Custom sources -- Receiver reliability -- Output stores -- Spark Streaming with Kafka and HBase -- Receiver-based approach -- Role of Zookeeper -- Direct approach (no receivers) -- Integration with HBase -- Advanced concepts of Spark Streaming -- Using DataFrames -- MLlib operations -- Caching/persistence -- Fault-tolerance in Spark Streaming -- Failure of executor -- Failure of driver -- Performance tuning of Spark Streaming applications -- Monitoring applications -- Introducing Structured Streaming -- Structured Streaming application flow…”
Libro electrónico